AsyncAPI channel · Elastic.io
· elastic.io Platform Events API
topic/{topicName}
Pub/sub topic channel for inter-flow messaging. Flows can publish messages to a topic, and other flows subscribed to the same topic will receive and process them.
Channel address
topic/{topicName}
Parameters
topicName— The name of the pub/sub topic.
Operations
publish
publishToTopic
Publish a message to a topic
subscribe
subscribeToTopic
Receive a message from a topic
Messages
TopicMessage
A message published to or received from a pub/sub topic.
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.