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