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

Stakeholder Coordination

Facilitates strategic meetings and coordinates communication among stakeholders.

POST /api/agents/cmo/stakeholder-coordination

Request Body

{ "site_id": "123e4567-e89b-12d3-a456-426614174000", "meeting_title": "Q3 Strategy Review", "meeting_objective": "Align on Q3 goals and budget", "participants": ["CEO", "Sales Director", "Product Lead"], "meeting_agenda": "1. Review Q2... 2. Budget allocation...", "userId": "uuid" }
ParameterTypeRequiredDescription
site_idstringYesThe UUID of the site.
meeting_titlestringNoTitle of the meeting.
meeting_objectivestringNoObjective of the meeting.
participantsstring[]NoList of participants or roles.
meeting_agendastringNoAgenda for the meeting.
userIdstringNoThe UUID of the user initiating the coordination.
include_context_summarybooleanNoWhether to include a summary of current context (default: true).
phone_numbersstring[]NoList of phone numbers to initiate a call via Vapi.

Response

Returns a coordination plan, meeting details, system prompts for the agent, and potentially initiates a call if phone numbers are provided.

Last updated on