Create Schedule
Create a schedule for a command.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Command ID to schedule
Query Parameters
Body
Create model for command schedule.
ID of the command to execute
Organization ID
Cron expression (e.g., '0 9 * * 1' for Monday 9am)
Timezone for cron evaluation
Whether the schedule is active
Optional name for the schedule
255Execution mode: 'per_subscriber' or 'once_distribute'
20Optional initial subscriber user IDs to create with the schedule.
Response
Successful Response
Response model for command schedule.
ID of the command to execute
Organization ID
Cron expression (e.g., '0 9 * * 1' for Monday 9am)
Timezone for cron evaluation
Whether the schedule is active