Messaging
Sends a message to the CMO agent for strategic interaction and guidance.
POST /api/agents/cmo/message
Request Body
{
"message": "We need to improve our conversion rate.",
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"agentId": "optional-uuid",
"conversationId": "optional-uuid"
}| Parameter | Type | Required | Description |
|---|---|---|---|
message | string | Yes | The content of the message to send. |
site_id | string | Yes | The UUID of the site. |
userId | string | Yes | The UUID of the user sending the message. |
agentId | string | No | The UUID of the specific CMO agent (optional). |
conversationId | string | No | The UUID of an existing conversation (optional). |
Response
Returns the AI response, including strategic advice and potential tool executions (e.g., campaign analysis, content planning).
Last updated on