Set Dialer Preferences
PUT /dialer/settings/preferences
CONTACTS NOBODY DIRECTLY - but call_dnc_contacts decides WHO MAY BE CALLED.
Setting it true lets the dialer call numbers on a do-not-call list. That is a COMPLIANCE decision, not a convenience toggle, and it applies to every subsequent dial for this rep.
PATCH semantics despite the verb: only fields you send are changed, and omitted ones keep their stored value. The verb is the app’s.
Authorizations
Parameters
Header Parameters
Request Body required
Mirrors UserPreferencesRequest minus org_id.
call_dnc_contacts decides whether the dialer will call numbers on a
do-not-call list. It is a compliance switch, not a convenience one.
Responses
200
Successful Response
object
An open envelope for one dialer result.
Open because voice owns the shape of a session, a call stub and a queue stat, and it grows them without a contract bump here. A dropped field would otherwise turn an added upstream field into a removed public one.
object
422
Validation Error