Skip to main content
WEBHOOK
/
webhooks
/
endpoint
{
  "id": "<string>",
  "createdAt": "<string>",
  "type": "email.queued",
  "data": {
    "queue": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers Authorization: Bearer <API_KEY>

Body

application/json

Nuntly webhook event payload

Event triggered when an email is queued for sending.

id
string
required
createdAt
string
required
type
enum<string>
required
Available options:
email.queued
data
object
required

Response

200

Webhook received successfully