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

Documentation Index

Fetch the complete documentation index at: https://nuntly.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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