Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hello. Webhooks are created automatically

New Here ,
Sep 24, 2020 Sep 24, 2020

I created a webhook through Adobe API (v6).

I used the API because I wanted to limit the resource that the webhook will run on to one form.

JSON looks like this:

 

{
  "name": "WebHookApi Test",
  "scope": "RESOURCE",
  "state": "ACTIVE",
  "webhookSubscriptionEvents": [
    "AGREEMENT_ACTION_COMPLETED"
  ],
  "webhookUrlInfo": {
    "url": "                             "
  },
  "applicationDisplayName": "Webhook Display Name",
  "applicationName": "App Name",
  "id": "                  ",
  "resourceId": "                     ",
  "resourceType": "WIDGET",
  "webhookConditionalParams": {
    "webhookAgreementEvents": {
      "includeDetailedInfo": true,
      "includeDocumentsInfo": true,
      "includeParticipantsInfo": true,
      "includeSignedDocuments": true
    }
  }
}

The webhook is created normally. But when the webhook is executed through form signing,

ex.jpg
A new webhook is automatically created as follows. (New Webhook's Resource Type: AGREEMENT / resource Id: agreementId)

Is this the intended behavior? If intended, can I delete this through the API?

 

TOPICS
Adobe Sign forms , Configure accounts , Web forms
167
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation