AsyncAPI channel · messagebird
· MessageBird Conversations Events
/webhook
Endpoint on your server that receives conversation event notifications from MessageBird.
Channel address
/webhook
Operations
publish
receiveConversationEvent
Receive a conversation event
Messages
message.created
Triggered when a new message is created in a conversation, either sent by the business or received from a customer.
Content-Type:
application/jsonmessage.updated
Triggered when a message status changes, such as transitioning from sent to delivered or read.
Content-Type:
application/jsonconversation.created
Triggered when a new conversation is created, typically when a new contact sends their first message.
Content-Type:
application/jsonconversation.updated
Triggered when a conversation is updated, such as a status change from active to archived.
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.