docs: fix documentation regarding the webhook secret header (#1278)
This commit is contained in:
committed by
GitHub
parent
66fdc1d659
commit
9223527b6f
@ -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.
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user