Skip to content

Commit bab87c6

Browse files
committed
manually added hmac how-to link to get.html.erb
1 parent 0c8456c commit bab87c6

File tree

1 file changed

+4
-0
lines changed
  • app/views/connect/cneg001_validate_webhook_message

1 file changed

+4
-0
lines changed

app/views/connect/cneg001_validate_webhook_message/get.html.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<%= render('partials/example_info') %>
22

3+
<p>
4+
Prerequisite: See <a target='_blank' href="https://developers.docusign.com/platform/webhooks/connect/validate/">How to validate an HMAC signature</a>.
5+
</p>
6+
37
<% form_index = 0 %>
48
<% secret_index = 0 %>
59
<% payload_index = 1 %>

0 commit comments

Comments
 (0)