Configuration
To use Twilio, a connection must be configured by a Unica Administrator. The connection properties are:
- Base URL – The Twilio API base URL for example: https://api.twilio.com/2010-04-01
- Account SID – The Twilio account SID.
- Auth Token – The authorization token for the account.
- From Number – The Twilio phone number from which the message would be sent.
- Retry Interval – The interval (in milliseconds) at which the API would be polling for fetching the message status. Default value is 10000, that is, 10 seconds.