Start Campaign
PUT/campaign/:id/start
Starts an existing campaign
Only DRAFT or PAUSED campaigns can be started. Use this endpoint to initiate sending to the selected audience according to the campaign's schedule and configuration.
Request
Path Parameters
id uuidrequired
ID of the campaign to start
- application/json
Body
schedule object
dateTime string
Responses
- 204
- 400
- 401
- 405
Successful operation
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...