Update Campaign
PUT/campaign/:id
Updates the details of an existing campaign
Use this endpoint to modify campaign properties such as subject line, content, recipients, schedule, or other settings, allowing you to keep campaigns up to date before sending.
- Campaigns in
LAUNCHED/COMPLETED/FAILEDstatus is not allowed to update.
Request
Path Parameters
id uuidrequired
ID of the campaign to update
- application/json
Body
required
contentSourceUrl string
campaign object
name string
subject string
previewText string
senderId uuid
template object
html string
contactIds string[]
schedule object
dateTime string
days string[]
time 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...