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

  1. Log in to your Adobe Sign account as an administrator.
  2. Navigate to the Account tab.
  3. Click Webhooks
  4. Click Add icon () to add a new webhook.
  5. Enter the name of the webhook. 
  6. Keep the Account option in the Scope field. 
  7. Enter Url: {Conga Platform Instance Url}/api/esign/v1/webhook/adobesign
  8. Select Agreement in the Events, and then:
    1. Select Agreement workflow completed and Agreement rejected to receive notifications when your document is signed and declined, respectively.
    2. Select Agreement sent to receive notifications when your document is sent for signature.
  9. In the Notification Parameters, select Agreement Info, Agreement Document Info, Agreement Participant Info, and Agreement Signed Document options. 
  10. 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.