👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request PUT \ --url https://{instance}.omniapp.co/api/v1/schedules/{scheduleId}/resume \ --header 'Authorization: Bearer <token>'
{ "success": true }
Resume a paused schedule
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Schedule ID
Schedule resumed successfully
true
Was this page helpful?