AsyncAPI channel · Iterable
· Iterable System Webhooks
/webhook
The webhook endpoint that receives all system webhook events from Iterable. Events are sent as HTTP POST requests with JSON payloads.
Channel address
/webhook
Operations
publish
receiveSystemWebhook
Receive system webhook events from Iterable
Messages
emailSend
Fired when an email is sent to a user
Content-Type:
application/jsonemailOpen
Fired when a user opens an email
Content-Type:
application/jsonemailClick
Fired when a user clicks a link in an email
Content-Type:
application/jsonemailBounce
Fired when an email bounces
Content-Type:
application/jsonemailUnSubscribe
Fired when a user unsubscribes from email
Content-Type:
application/jsonemailComplaint
Fired when a user marks an email as spam
Content-Type:
application/jsonpushSend
Fired when a push notification is sent to a user
Content-Type:
application/jsonpushOpen
Fired when a user opens a push notification
Content-Type:
application/jsonpushBounce
Fired when a push notification bounces due to invalid token
Content-Type:
application/jsonsmsSend
Fired when an SMS message is sent to a user
Content-Type:
application/jsonsmsBounce
Fired when an SMS message bounces
Content-Type:
application/jsonsmsReceived
Fired when an inbound SMS message is received from a user
Content-Type:
application/jsoninAppSend
Fired when an in-app message is sent to a user
Content-Type:
application/jsoninAppOpen
Fired when a user views an in-app message
Content-Type:
application/jsoninAppClick
Fired when a user clicks a button or link in an in-app message
Content-Type:
application/jsonwebPushSend
Fired when a web push notification is sent to a user
Content-Type:
application/jsonlistSubscribe
Fired when a user subscribes to a list
Content-Type:
application/jsonlistUnsubscribe
Fired when a user unsubscribes from a list
Content-Type:
application/jsonpurchase
Fired when a purchase event is tracked for a user
Content-Type:
application/jsoncustomEvent
Fired when a custom event is tracked for a user
Content-Type:
application/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.