Inline webhooks for agreements
Hello,
Reading the API documentation seems that agreements cannot be created with webhooks in a single POST request.
I’m implementing a partner solution and for each customer that wants to sign documents I need to:
- check if the customer account already has a webhook created for my application (GET /webhooks). (because I don’t want to fill the customer account with hundreds of webhooks)
- if not, create the webhook at account level (POST /webhooks)
- And then, create the agreement (POST /agreement)
Doing 2-3 http requests looks inefficient just to simply create an agreement with notifications.
I found this thread that stays what I said:
However, it’s 3 years old and things may have changed. Is it still the same? Or do you plan to have it like Docusign does?
Thanks
