Skip to main content
Participant
July 24, 2026
Pergunta

Inline webhooks for agreements

  • July 24, 2026
  • 0 respostas
  • 13 Visualizações

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:

  1. 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)
  2. if not, create the webhook at account level (POST /webhooks)
  3. 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