Create a campaign
create_campaignCreate an outbound campaign that calls each listed lead with an agent. Set a schedule to begin later, or omit it to launch on demand when you're ready.
Instructions
Create a campaign that will call every listed lead with an agent. Creating does NOT dial anyone: call start_campaign when the user is ready to spend. Without scheduled_at the campaign is ready to start immediately.
Requires scope campaigns:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| agent_id | Yes | ||
| lead_ids | Yes | Lead ids from list_leads or import_leads. | |
| scheduled_at | No | When to begin. Omit to start on demand. |