This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring TwilioRest Operations

To use the TwilioRest connector, add the <twilioRest.init> element in your configuration before carrying out any other Twilio operations.  

This Twilio configuration authenticates with Twilio by specifying the SID and authentication token of your master Twilio account. You can find your SID and token by logging into your Twilio account and going to the API Credentials section on the dashboard.

init
<TwilioRest.init>
	<accountSid>{$ctx:apiToken}</accountSid>
    <authToken>{$ctx:authToken}</authToken>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
	<apiVersion>{$ctx:apiVersion}</apiVersion>
 </twilioRest.init>
Properties 
  • accountSid: AccountSID for the Twilio account
  • authToken: API authentication token for the twilio API
  • apiUrl: Optional. The human-readable account name. Only accounts whose name exactly match this string are returned.
  • apiVersion: Optional. The status of accounts to return: active, suspended, or closed. Only accounts with this status are returned.

Now that you have connected to Meetup, use the information in the following topics to perform various operations with the connector.