Settings

Update Outbound Settings

Update outbound calling window settings for the customer.

Times are in Eastern Time and start must be < end. The allowed bounds depend on the customer's developer-only extended calling window setting: 12:00-18:00 ET normally, 08:00-20:00 ET when it is enabled.

put/settings/outbound

Request body

calling_window_startstring nullable

Start of calling window in HH:MM format (Eastern Time). Must be >= the customer's minimum allowed start, which depends on their extended calling window flag (12:00 normally, 08:00 when extended).

calling_window_endstring nullable

End of calling window in HH:MM format (Eastern Time). Must be <= the customer's maximum allowed end, which depends on their extended calling window flag (18:00 normally, 20:00 when extended).

Response

Successful Response

calling_window_startstring required

Start of calling window in HH:MM format (Eastern Time)

calling_window_endstring required

End of calling window in HH:MM format (Eastern Time)

min_calling_window_startstring required

Earliest allowed calling window start in HH:MM format (Eastern Time), based on the customer's extended calling window flag

max_calling_window_endstring required

Latest allowed calling window end in HH:MM format (Eastern Time), based on the customer's extended calling window flag

call_pacing_enabledboolean

Whether outbound calls are paced at one per 10 minutes. When false, calls are placed as soon as they are queued. Read-only here -- edited on the developer settings router.

outbound_leads_enabledboolean

Whether this customer curates a lead list. When false their leads arrive from a trigger, so the lead list, CSV import and manual call queueing are hidden. Read-only here -- edited on the developer settings router.

Changes

No recorded changes to this endpoint across all 1 revision of this API.