Campaign Requirements
Generates detailed actionable requirements and tasks for pending campaigns.
POST /api/agents/growth/campaigns/requirements
Request Body
{
"siteId": "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 the created requirements and updated campaigns.
Last updated on