Update Campaign
PUT/campaign/:id
Update an existing campaign
- Campaigns in LAUNCHED / COMPLETED / FAILED status 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...