Path Parameters
campaign_id(integer, required): The unique identifier of the campaign
Response
Response (Immediate)
Response (Scheduled)
Response (Recurring)
Response Fields
| Field | Description |
|---|---|
schedule_type | Schedule type: immediate, scheduled, or recurring |
scheduled_at | Scheduled execution time (ISO 8601 UTC) |
recurring_config | Recurring schedule configuration (if applicable) |
Recurring Config Fields
| Field | Description |
|---|---|
frequency | daily, weekly, or monthly |
interval | Every N days/weeks/months |
days_of_week | Days for weekly schedules (1=Monday, 7=Sunday) |
time | Execution time (24-hour format) |
time_zone | Timezone for scheduling |
end_date | When to stop recurring |
Example Code
cURL
Python
JavaScript
Error Responses
| Status Code | Description |
|---|---|
| 404 | Campaign not found |
| 401 | Unauthorized |