Set campaign Schedules
POST
https://api.plusvibe.ai/api/v1/campaign/set/schedules
Campaign
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plusvibe.ai/api/v1/campaign/set/schedules' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaign_id": "66b447598f6dd99f7f7b5c0a",
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"start_date": "2024-01-01",
"end_date": "2019-08-24",
"schedules": [
{
"days": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true
},
"timezone": "Asia/Hong_Kong",
"timing": {
"from": "09:00",
"to": "18:00"
}
}
]
}'
Response Response Example
200 - Example 1
{
"status": "success"
}
Request
Header Params
x-api-key
string
required
Default:
Example:
your-api-key
Body Params application/json
Responses
Modified at 2025-05-24 05:40:10