Developer
Developer - Settings

Get Outbound Developer Settings

Get the developer-only outbound settings for the current customer.

This endpoint is restricted to developer users only. All of these settings live on settings_outbound, alongside the customer-editable outbound settings.

get/developer/outbound-developer-settings

Response

Successful Response

customer_idstring uuid required

The customer ID

extended_calling_window_enabledboolean required

Whether this customer may set an outbound calling window wider than 12:00-18:00 ET (relaxes the bounds to 08:00-20:00 ET)

call_pacing_enabledboolean required

Whether outbound calls are paced at one per customer per 10 minutes. When false, the whole queue drains in one run and enqueueing dials immediately.

max_calls_per_number_per_dayinteger nullable

Per-phone-number daily outbound call limit. Null means no limit.

outbound_leads_enabledboolean required

Whether this customer curates an outbound lead list. When false their leads come from a trigger, so the lead list, CSV import and manual call queueing are hidden and the lead-writing endpoints reject.

Changes