Skip to main content

Input fields

callerIdentificationRestrictions : CallerIdentificationRestrictionsInput

Restrictions used to narrow the accounts suggested for the caller.

These are supplied by the upstream IVR flow, which knows contextual information about the call (for example, which brand's phone number was dialled).

fromPhoneNumber : String! required

The phone number that the call is from.

toPhoneNumber : String! required

The phone number that the call is to.

vendor : VoiceVendor! required

The Voice vendor managing the call.

vendorCallId : String! required

The ID of the call in the vendor's system.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "callerIdentificationRestrictions": CallerIdentificationRestrictionsInput, "fromPhoneNumber": "gun-walk-poor-I-let", "toPhoneNumber": "woman-mother-cold-chance-reach", "vendor": "TWILIO", "vendorCallId": "85534453" }