Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
docs: fix documentation regarding the webhook secret header (documens…
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkerem authored Aug 21, 2024
1 parent 66fdc1d commit 9223527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documentation/pages/developers/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9223527

Please sign in to comment.