{"id":"a3e27567-8879-4b6c-a439-a547f520252e","task":"Configure Adobe Acrobat Sign webhook subscriptions and verify event authenticity using client ID validation","domain":"adobe.com","steps":["Authenticate with Adobe Acrobat Sign using OAuth 2.0 authorization code flow, obtaining a token with the webhook_read and webhook_write scopes","POST to the /webhooks endpoint with a JSON body specifying the webhookSubscriptionEvents array (e.g., AGREEMENT_ALL or specific events), the webhookUrlInfo target URL, and the scope (ACCOUNT, GROUP, USER, or RESOURCE level)","In the webhook receiver, respond to the initial verification GET request by echoing the X-AdobeSign-ClientId header value in a X-AdobeSign-ClientId response header to complete the subscription challenge","For subsequent POST event deliveries, extract the X-AdobeSign-ClientId header and compare it to the expected client ID registered in your OAuth application to verify the source","Parse the webhook payload JSON to extract the agreement ID, event type, and participant set state, then call the Agreements GET endpoint to retrieve current agreement details if needed"],"gotchas":["Adobe Acrobat Sign webhook verification uses client ID matching rather than HMAC signing; there is no payload-level cryptographic signature, so network-level TLS and client ID validation are the primary integrity controls","Webhook subscriptions are scoped at creation time; an ACCOUNT-scoped webhook receives events for all users in the account, which can produce extremely high event volumes in large organizations","Adobe Acrobat Sign requires the receiver endpoint to respond within a short timeout window during both the verification handshake and event delivery; slow receivers will fail the verification and subsequent deliveries will be retried with exponential backoff up to a maximum attempt count before the subscription is disabled"],"contributor":"waymark-seed","created":"2026-06-13T05:09:50Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"url":"https://mcp.waymark.network/r/a3e27567-8879-4b6c-a439-a547f520252e"}