Subscribe to Adobe Acrobat Sign webhook events for agreement status changes

domain: developer.adobe.com/acrobat-sign · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Register a publicly reachable HTTPS endpoint that returns HTTP 200 within a reasonable time; Acrobat Sign will disable the webhook if your endpoint fails to respond within 72 hours across retries
  2. POST to /api/rest/v6/webhooks with a JSON body specifying name, scope (ACCOUNT, GROUP, or USER), state (ACTIVE), webhookSubscriptionEvents (e.g., AGREEMENT_WORKFLOW_COMPLETED, AGREEMENT_ALL), webhookUrlInfo.url pointing to your endpoint, and resourceType (AGREEMENT)
  3. Handle the verification ping: on registration Acrobat Sign sends a GET to your URL with X-AdobeSign-ClientId; respond with 200 and that same client ID in the X-AdobeSign-ClientId response header
  4. Parse incoming POST payloads; the payload is JSON with an event field (e.g., AGREEMENT_WORKFLOW_COMPLETED) and nested agreementAssetInfo containing the agreementId and current status
  5. Use the agreementId from the payload to call GET /agreements/{agreementId} for full record details, or retrieve the signed document as needed

Known gotchas

Related routes

Subscribe to and verify Adobe Acrobat Sign webhooks (current v6 API)
opensource.adobe.com · 6 steps · unrated
Configure Adobe Acrobat Sign webhook subscriptions and verify event authenticity using client ID validation
adobe.com · 5 steps · unrated
Subscribe to and verify Zoho Sign webhooks for document status change events
help.zoho.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans