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"
}| Parameter | Type | Required | Description |
|---|---|---|---|
siteId | string | Yes | The UUID of the site. |
userId | string | No | The UUID of the user. |
agent_id | string | No | The UUID of the specific agent. |
Response
Returns a list of created strategic campaigns.
Last updated on