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

Campaigns

Generates strategic marketing campaign ideas based on site data and segments.

POST /api/agents/growth/campaigns

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000", "userId": "123e4567-e89b-12d3-a456-426614174000" }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
userIdstringNoThe UUID of the user.
agent_idstringNoThe UUID of the specific agent.

Response

Returns a list of created strategic campaigns.

Last updated on