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"
}| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of the site. |
meeting_title | string | No | Title of the meeting. |
meeting_objective | string | No | Objective of the meeting. |
participants | string[] | No | List of participants or roles. |
meeting_agenda | string | No | Agenda for the meeting. |
userId | string | No | The UUID of the user initiating the coordination. |
include_context_summary | boolean | No | Whether to include a summary of current context (default: true). |
phone_numbers | string[] | No | List 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