URL Endpoint
PlaceCall Inputs
| Name | Type | Description |
|---|---|---|
| CountryCode | String | CountryCode string CountryCode for the destination phone number. Name of business associated with this address. Used to append Suite data. |
| PhoneNumber | String | PhoneNumber to be verified. |
| Extension | String (optional) | Extension to be dialed after initial pickup. |
| ExtensionPauseTime | String (optional) | Seconds to wait before dialing the Extension. |
| VerificationCode | String (optional) | Code that will be read aloud to the end use. |
| CallerID | String | Caller ID that will display to the end user. This field only excepts numeric characters. |
- As of May 1, 2010, the only CountryCode supported is 1 (USA and Canada). As more CountryCodes are supported, the cost for the PlaceCall operation may be determined by destination country or region.
- If the end user is at an extension, you may specify the extension and the amount of time to wait after the initial pick up to dial the extension digits. We recommend a value of 5 for ExtenionPauseTime (5 seconds).
- If the VerificationCode is not specified, TV will generate a random 3-digit code to read aloud and return this code in the output fields.
- The CallerID field must be a valid contact phone number for your organization.
- As of May 1, 2010, the only Language supported is “en” (English). In the future, other languages may be supported.
- VerificationCodes should be stored in server-side session variables or in a database—they should remain unknown to the enduser except through the phone line. For example, do not use a form variable to post the verification code from page to page.
PlaceCall Outputs
| Name | Type | Description |
|---|---|---|
| Description | string | A brief description of the CountryCode + PhoneNumber prefix |
| TokensUsed | int | Number of tokens consumed in this request (see Appendix B) |
| VerificationCode | string | The code read aloud to the user. |
| TransactionID | string | Unique identifier for this request |
| Debug | string | Utility field; safe to ignore. |
| Error | Error | See Errors |