v1
latestSwagger 2.02026-07-13151175.7 KBWebhooks
Update a webhook
post/webhooks/{id}
Request body
Example request
{
"name": "My MT Webhook",
"url": "https://www.example.com",
"contactEmailAddress": "tech_team@example.com",
"triggerScope": "SENT",
"invokeOption": "MANY",
"active": true,
"onWebApp": true
}Response
The properties of the updated webhook
Example response
{
"id": 234,
"name": "My MT Webhook",
"url": "https://www.example.com",
"contactEmailAddress": "tech_team@example.com",
"triggerScope": "SENT",
"active": true,
"onWebApp": true
}