Sign in

Update webhook

documented

Modify a webhook configuration.

PATCH /webhooks/{webhookId}Acrobat Sign APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{BASE_API_HOST}}/api/rest/v6/webhooks/{{$webhookId}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"webhookSubscriptionEvents": {{webhookSubscriptionEvents}}," 
      "webhookConditionalParams": {"webhookAgreementEvents": {"includeDetailedInfo": {{agreementIncludeDetailedInfo}},"includeDocumentsInfo": {{agreementIncludeDocumentsInfo}},"includeParticipantsInfo": {{agreementIncludeParticipantsInfo}},"includeSignedDocuments": {{agreementIncludeSignedDocuments}}}," 
      "webhookMegaSignEvents": {"includeDetailedInfo": {{megaSignIncludeDetailedInfo}}}," 
      "webhookWidgetEvents": {"includeDetailedInfo": {{widgetIncludeDetailedInfo}},"includeDocumentsInfo": {{widgetIncludeDocumentsInfo}},"includeParticipantsInfo": {{widgetIncludeParticipantsInfo}}}}'"}
Update webhook · Adobe · OpenIntegrations