Webhooks
Create Webhook
Create a new webhook
post/webhooks
Request body
Example request
{
"event_types": [
[
"email.created",
"email.sent"
]
]
}Response
Created
Create a new webhook
{
"event_types": [
[
"email.created",
"email.sent"
]
]
}Created