cURL
curl --request POST \ --url https://api.getoutbox.ai/module/instance/schedule/{instance_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'X-User-Timezone: <x-user-timezone>' \ --data ' { "schedule": { "minute": "0", "hour": "0", "day_of_week": "*", "day_of_month": "*" } } '
Create or update a schedule for a module instance
Company API Key
User's timezone for schedule
The ID of the module instance
Schedule details in crontab format
Show child attributes
Minute in crontab format
Hour in crontab format
Day of week in crontab format
Day of month in crontab format
Schedule created/updated successfully