Skip to main content
Participant
March 20, 2023
Question

How to send an agreement with Webhook

  • March 20, 2023
  • 2 replies
  • 518 views

Hello,

 

I would like to know how to send an agreement with webhook.

I have checked parameters in API POST /agreements but there is no parameter to set webhook information.

Is there any way to do it?

Or should I create webhook using API POST /webhooks differently?

 

This topic has been closed for replies.

2 replies

atsmusz_as_dsEng
Adobe Employee
Adobe Employee
April 15, 2023

In an API scenario, you can do a couple of things. 

 

If you want a webhook for a specific agreement (a new webhook for each) you can do this but you have to make the API call to the /webhooks endpoint while passing the agreement ID.  In this scenario you typically create a DRAFT agreement so you already have an agreement ID to pass to the webhooks end-point.

 

If you don't want to create a webhook "per-agreement", you can create webhooks at the account, group, and even user level. Account and Group can be done via the web U.I. front end and all of these (Agreement, Account, Group, and User) can be created via the /webhooks API endpoint.

https://www.adobe.com/go/acrobatsignapireference#!/webhooks/createWebhook

 

 

Aaron Smusz - Data Science Engineering - Adobe Acrobat Sign
Meenakshi_Negi
Legend
March 31, 2023

Hi Keiji2755690106cb,

 

Thank you for reaching out.

 

Please refer to the information provided in the following help document: https://helpx.adobe.com/sign/using/adobe-sign-webhooks-api.html

It seems that you are using the Adobe Sign Enterprise plan. If you have a webhook integration-related question, the experts can best answer it. I suggest you, please get in touch with our Adobe Sign Enterprise support team to get the correct information about this. You may contact them using the steps indicated in the following help document: https://helpx.adobe.com/sign/using/adobesign-support-resources.html.

 

Thanks,

Meenakshi