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.

Provider: Iterable AsyncAPI: v2.6.0 Spec: Iterable System Webhooks Operations: 1 Messages: 20

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/json
emailOpen
Fired when a user opens an email
Content-Type: application/json
emailClick
Fired when a user clicks a link in an email
Content-Type: application/json
emailBounce
Fired when an email bounces
Content-Type: application/json
emailUnSubscribe
Fired when a user unsubscribes from email
Content-Type: application/json
emailComplaint
Fired when a user marks an email as spam
Content-Type: application/json
pushSend
Fired when a push notification is sent to a user
Content-Type: application/json
pushOpen
Fired when a user opens a push notification
Content-Type: application/json
pushBounce
Fired when a push notification bounces due to invalid token
Content-Type: application/json
smsSend
Fired when an SMS message is sent to a user
Content-Type: application/json
smsBounce
Fired when an SMS message bounces
Content-Type: application/json
smsReceived
Fired when an inbound SMS message is received from a user
Content-Type: application/json
inAppSend
Fired when an in-app message is sent to a user
Content-Type: application/json
inAppOpen
Fired when a user views an in-app message
Content-Type: application/json
inAppClick
Fired when a user clicks a button or link in an in-app message
Content-Type: application/json
webPushSend
Fired when a web push notification is sent to a user
Content-Type: application/json
listSubscribe
Fired when a user subscribes to a list
Content-Type: application/json
listUnsubscribe
Fired when a user unsubscribes from a list
Content-Type: application/json
purchase
Fired when a purchase event is tracked for a user
Content-Type: application/json
customEvent
Fired when a custom event is tracked for a user
Content-Type: application/json

About 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.