Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsCmo

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" }
ParameterTypeRequiredDescription
messagestringYesThe content of the message to send.
site_idstringYesThe UUID of the site.
userIdstringYesThe UUID of the user sending the message.
agentIdstringNoThe UUID of the specific CMO agent (optional).
conversationIdstringNoThe 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