Parameter | Description |
---|---|
Enabled | Select to enable the webhook, remove selection to disable. |
Webhook ID | The ID of the webhook. |
Parameter | Description |
---|---|
Callback URL | The callback URL assigned to the webhook. |
Events | A comma-separated list of events. |
Name | The name of the webhook. |
Version | The version of the webhook. |
{
"message": "<string>",
"resultCode": 0,
"result": {
"id": 2842323036957869,
"name": "<string>",
"scope": "<string>",
"scopeObjectId": 702342247796433,
"subscope": {
"columnIds": [
3030819613455518
]
},
"events": [
"<string>"
],
"callbackUrl": "<string>",
"sharedSecret": "<string>",
"enabled": true,
"status": "<string>",
"version": 2,
"createdAt": "2025-03-20T15:43:56Z",
"modifiedAt": "2025-04-01T05:15:12Z",
}
}
Was this page helpful?