Navigation
Mobile DocsNavigation
Mobile DocsSend messages between agents
Enables direct communication between agents in a workflow. Supports request-response patterns, broadcasts, and async messaging.
Layout: half
Options: Request, Response, Broadcast, Event
Placeholder: Agent name or ID
Layout: half
Condition: messageType = ["request","response"]
Placeholder: Broadcast channel name
Layout: half
Condition: messageType = ["broadcast","event"]
Placeholder: Message content or JSON data...
Layout: full
Layout: half
Options: Text, JSON, Task, Result
Layout: half
Options: Low, Normal, High, Urgent
Block execution until response received
Layout: half
Condition: messageType = "request"
Placeholder: 30
Layout: half
Condition: waitForResponse = true
Additional metadata to include with the message
Placeholder: { "correlationId": "...", "tags": [] }
Layout: full
Required
Optional
Optional
Required
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"messageId": "string",
"status": "string",
"response": "json",
"sentAt": "string",
"deliveredAt": "string",
"responseReceivedAt": "string"
}