cURL
curl --request POST \ --url https://api.callgency.com/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
Schedule created/updated successfully