We want to setup DocuSign connect webhooks per envelope as we feel this will give us more visibility when the event was triggered. When reading the documentation it appears that HMAC security is only available when a custom configuration is set in the Admin panel or the API. If we set a custom configuration will the envelope level event settings take precedence and will HMAC work as expected?
Asked
Active
Viewed 118 times
0
-
Welcome to StackOverflow! Please check (accept) the best answer to your question. ***Thank you!*** – Larry K Nov 13 '21 at 20:03
1 Answers
0
You can use HMAC signatures/verification for per-envelope webhooks. To do so:
- Set up the HMAC secret(s) using the eSignature Settings app.
- When you make the Envelopes:create API call, include the eventNotification object.
- Within the eventNotification object, set the includeHMAC attribute to
"true"
(it is a string attribute, not boolean).

Larry K
- 47,808
- 15
- 87
- 140