Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

5.0.0

The VoIP Provider object is part of the overall ServiceBroker Configuration object, in the following location:

A VoIP Provider object is used within the context of a REST Objects Providers (itself part of an REST Objects Configuration) to represent the details of how ServiceBroker is to be integrated with a Voice over IP provider for the relevant tenant.

ServiceBroker currently only supports integration with the Twillio Voice over IP service.


 

VoIP Provider Object Format

JSON Format
{
	"Provider": "Twilio",
	"AcctID": "",
	"AcctAuthToken": "",
	"PhoneNumber": ""
    "EnableSMSOptOut": false,
    "OptOutTitle": "",
    "OptOutStopKeyword": "",
    "IVRNumber": ""
}

VoIP Provider Object Properties

PropertyTypeRequired?Description
ProviderstringYesThe VoIP provider to use. Currently only the value Twillio is supported.
AcctIDstringYesThe Twillio sub-account ID to use for the VoIP integration.
AcctAuthTokenstringYesThe Twillio sub-account authentication token.
PhoneNumberstringYesThe phone number that calls/SMS messages will come from/be sent from.
  • No labels