Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions docs/developer_guide/webhooks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html class="writer-html5" lang="en">
<head>
Expand Down Expand Up @@ -584,8 +583,6 @@





<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">
Expand All @@ -597,7 +594,7 @@

<li class="wy-breadcrumbs-aside">



</li>

Expand All @@ -606,10 +603,10 @@

<div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation">

<a href="webhookapis.html" class="btn btn-neutral float-right" title="Webhook APIs" accesskey="n">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="webhookapis.html" class="btn btn-neutral float-right" title="Webhook APIs" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="apiusage.html" class="btn btn-neutral float-left" title="API Usage" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="apiusage.html" class="btn btn-neutral float-left" title="API Usage" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>

Expand Down Expand Up @@ -654,6 +651,7 @@ <h3>Configure a webhook and subscribe to events<a class="headerlink" href="#conf
<li><p><strong>An event name</strong>: The names of events to which you want to subscribe</p></li>
<li><p><strong>A resource type and corresponding resource identifier</strong></p></li>
<li><p><strong>A webhook URL, to receive event notifications from Acrobat Sign</strong>: This is the URL where your webhook will listen for HTTPS POST notifications sent by Acrobat Sign for all the events to which you’ve subscribed.</p></li>
<li><p>The URL endpoint must be listening to <strong>port 443</strong>.</p></li>
</ul>
<p>When Acrobat Sign receives a webhook creation call from your app, the Sign service first <em>verifies the intent</em> of the webhook URL by making a GET call (see the next section) to the webhook URL. If that call succeeds, the Sign service then returns the response of the POST call, with the URL of the newly created webhook resource contained in the HTTPS Location header. The client service can later make PUT/GET/DELETE calls on this URL; see the <a class="reference external" href="#managingwebhooksandsubscriptionswebhookapis">list of APIs for webhook subscription management</a>.</p>
</div>
Expand Down Expand Up @@ -881,7 +879,7 @@ <h3>Best practices<a class="headerlink" href="#best-practices" title="Permalink
<p>
&#169; Copyright 2021, Adobe Inc..
<span class="lastupdated">
Last update: Feb 10, 2022.
Last update: Mar 04, 2022.
<img src="../_static/adobelogo.png" class="logo"/>
</span>

Expand All @@ -904,4 +902,4 @@ <h3>Best practices<a class="headerlink" href="#best-practices" title="Permalink
</script>

</body>
</html>
</html>