We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbf28e commit ecd1b74Copy full SHA for ecd1b74
2 files changed
app/templates/connect/eg001_validate_webhook_message.html
@@ -8,6 +8,10 @@
8
9
{% include 'example_info.html' %}
10
11
+<p>
12
+ Prerequisite: See <a target='_blank' href="https://developers.docusign.com/platform/webhooks/connect/validate/">How to validate an HMAC signature</a>.
13
+</p>
14
+
15
{% set form_index = 0 %}
16
{% set secret_index = 0 %}
17
{% set payload_index = 1 %}
app/templates/example_info.html
@@ -21,12 +21,6 @@ <h4>{{ title }}</h4>
21
{% endfor %}
22
{% endif %}
23
24
-{% if example["LinkToHowTo"] | length > 0%}
25
- <p>
26
- Prerequisite: See <a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a>.
27
- </p>
28
-{% endif %}
29
-
30
<p>
31
View source file <a target="_blank" href="{{ source_url | safe }}">{{ source_file }}</a> on GitHub.
32
</p>
0 commit comments