Set working hours
PUT {{base_url}}/organizations/{{organization_id}}/working-schedule
You'll only receive live call notifications for your forms during the working hours and days you specify.
⚠️ If you've invited team members to your organization, make sure all members set their working hours. Otherwise, respondents will be able to start a live call at any time of day (or night), even if you've set up your working hours as the organization owner.
Request Body
{"working_hours_enabled"=>true, "working_start_time"=>"09:00", "working_end_time"=>"17:00", "working_days"=>["monday", "tuesday", "wednesday", "thursday", "friday"], "working_timezone"=>"America/New_York", "vacation_mode_enabled"=>false, "vacation_start_date"=>nil, "vacation_end_date"=>nil, "vacation_timezone"=>nil}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"working_hours_enabled":true,"working_start_time":"09:00","working_end_time":"17:00","working_days":["monday","tuesday","wednesday","thursday","friday"],"working_timezone":"America/New_York","vacation_mode_enabled":false,"vacation_start_date":null,"vacation_end_date":null,"vacation_timezone":null}