Schedules
Resume Schedule
Resume a paused schedule
POST
/
v2
/
schedules
/
{scheduleId}
/
resume
Resuming a schedule marks the schedule as active. This means the upcoming messages will be delivered and will not be ignored. If the schedule is already active, this action has no effect.
Request
scheduleId
string
requiredThe id of the schedule to resume.
Response
This endpoint simply returns 200 OK if the schedule is resumed successfully.
Was this page helpful?