From 9223527b6fb055dea434fe50f22352b4b8b6bd95 Mon Sep 17 00:00:00 2001 From: Yigit Kerem Oktay Date: Wed, 21 Aug 2024 07:03:21 +0300 Subject: [PATCH] docs: fix documentation regarding the webhook secret header (#1278) --- apps/documentation/pages/developers/webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documentation/pages/developers/webhooks.mdx b/apps/documentation/pages/developers/webhooks.mdx index 47cb9a9d6b..024f4e4938 100644 --- a/apps/documentation/pages/developers/webhooks.mdx +++ b/apps/documentation/pages/developers/webhooks.mdx @@ -37,7 +37,7 @@ To create a new webhook subscription, you need to provide the following informat - Enter the webhook URL that will receive the event payload. - Select the event(s) you want to subscribe to: `document.created`, `document.sent`, `document.opened`, `document.signed`, `document.completed`. -- Optionally, you can provide a secret key that will be used to sign the payload. This key will be included in the `X-Documenso-Signature` header of the request. +- Optionally, you can provide a secret key that will be used to sign the payload. This key will be included in the `X-Documenso-Secret` header of the request. ![A screenshot of the Create Webhook modal that shows the URL input field and the event checkboxes](/webhook-images/webhooks-page-create-webhook-modal.webp)