A webhook is a user-defined HTTPS request that is triggered when a subscribed event occurs at the Adobe Acrobat Sign. When a subscribed event occurs, Acrobat Sign creates an HTTPS POST with a JSON body and delivers that to the URL specified. Webhook enables real-time notification of workflow events such as “signed” or “created” without the need to check Acrobat Sign for status; your app is automatically notified when an event occurs.
You must configure two webhooks in your Adobe Sign account:
Webhook to receive notifications when your document is signed or declined.
Webhook to receive notifications when your document is sent for signature.
To configure webhook in Adobe Sign
Log in to your Adobe Sign account as an administrator.
Navigate to the Account tab.
Click Webhooks.
Click Add icon () to add a new webhook for Agreement sent flow.
Enter the name of the webhook.
Keep the Account option in the Scope field.
Enter Url: {Conga Platform Instance Url}/api/esign/v1/webhook/adobesign
Select Agreement in the Events, and select Agreement sent to receive notifications when your document is sent for signature.
In the Notification Parameters, select Agreement Info, Agreement Document Info, Agreement Participant Info, and Agreement Signed Document options.
Click Save.
Click Add icon () to add a new webhook for Agreement workflow completed and Agreement rejected flow.
Enter the name of the webhook.
Keep the Account option in the Scope field.
Enter Url: {Conga Platform Instance Url}/api/esign/v1/webhook/adobesign
Select Agreement in the Events, and select Select Agreement workflow completed and Agreement rejected to receive notifications when your document is signed and declined, respectively.
In the Notification Parameters, select Agreement Info, Agreement Document Info, Agreement Participant Info, and Agreement Signed Document options.
Click Save.
If the Conga Platform Instance Url specified in the Url field is not active, Adobe Sign removes the configured webhooks. In this scenario, you must reconfigure webhooks in your Adobe Sign account.