Put Webhook Update
PUT {{baseUrl}}/webhook.update.json?id=<integer>&callback=<string>&label=<string>&fields=<string>&active=<boolean>
Update Webhooks parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | Webhook id | |
callback | string | Callback where the webhook should send the POST request when the event occurs | |
label | string | The name you give to the webhook | |
fields | string | Fields the webhook should send | |
active | string | Webhook status |