{
  "data": {
    "name": "Test Webhook",
    "scope": "ACCOUNT",
    "state": "ACTIVE",
    "webhookUrlInfo": {
      "url": "<Your Integration trigger url here>"
    },
    "webhookSubscriptionEvents": [
      "AGREEMENT_ALL"
    ],
    "webhookConditionalParams": {
      "webhookAgreementEvents": {
        "includeDetailedInfo": true,
        "includeDocumentsInfo": true,
        "includeParticipantsInfo": true,
        "includeSignedDocuments": true
      }
    }
  }
}