AsyncAPI channel · Boomi
· Boomi Event Streams
/
The root path of the topic-specific endpoint. POST to this channel to publish messages. Each topic has its own unique base URL.
Channel address
/
Operations
publish
publishMessage
Publish a message to the topic
subscribe
receiveMessage
Receive messages from the topic
Messages
MultiMessage
Publish multiple messages in structured JSON format.
Content-Type:
application/jsonSingleMessage
Publish a single message in its original format.
Content-Type:
application/jsonDeliveredMessage
A message delivered to a Boomi recipe subscriber.
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.