Webhooks
Update Webhook
Update a webhook's properties
patch/webhooks/{id}
Path parameters
idstring required
Request body
Example request
{
"event_types": [
[
"email.created",
"email.sent"
]
]
}Response
OK
Update a webhook's properties
{
"event_types": [
[
"email.created",
"email.sent"
]
]
}OK