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
Changes
Changed in 1 of the 11 revisions of this API.11
- ●
added the new
email.send.startedenum value to theevent_types/items/response property for the response status200response-property-enum-value-added
- ○
added the new
email.send.startedenum value to the request propertyevent_types/items/request-property-enum-value-added
- ●