AsyncAPI channel · messagebird · MessageBird Conversations Events

/webhook

Endpoint on your server that receives conversation event notifications from MessageBird.

Provider: messagebird AsyncAPI: v2.6.0 Spec: MessageBird Conversations Events Operations: 1 Messages: 4

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/json
message.updated
Triggered when a message status changes, such as transitioning from sent to delivered or read.
Content-Type: application/json
conversation.created
Triggered when a new conversation is created, typically when a new contact sends their first message.
Content-Type: application/json
conversation.updated
Triggered when a conversation is updated, such as a status change from active to archived.
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.