TDV Adapter for Twilio

Build 22.0.8462

AddOutgoingCallerIds

Adds a new CallerId to your account.

Input

Name Type Required Description
PhoneNumber String True The phone number to verify. Should be formatted with a + and country code; e.g., +16175551212 (E.164 format). Twilio will also accept unformatted US numbers; e.g., (415) 555-1212, 415-555-1212.
CallDelay String False The number of seconds between 0 and 60 to delay before initiating the verification call.
Extension String False Digits to dial after connecting the verification call.
StatusCallback String False The URL that Twilio will pass status parameters to.
StatusCallbackMethod String False The HTTP method Twilio should use to make requests to the status callback URL.
Name String False The name of the outgoing caller Id. By default, this is a formatted phone number.

Result Set Columns

Name Type Description
AccountSid String The unique Id of the Account to which the validation request belongs.
PhoneNumber String The incoming phone number being validated, formatted with a + and country code; e.g., +16175551212.
Name String The name you provided, if any.
ValidationCode String The 6-digit validation code that must be entered via the phone to validate this phone number for caller Id.
CallSid String The unique Id of the call created for this validation attempt.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462