hub.eb?material_id=779

Create and configure an Auth Token for the Twilio Data Connector


The Twilio Data Connector can be downloaded in the Verj.io Studio and used in a Form's server events to connect to Twilio. 

In order to connect to Twilio at runtime however, a Twilio Account SID and Auth Token must be configured in the Verj.io Runtime Environment that the Form is running in.

Create an Twilio Account SID and Auth Token :

  1. Navigate to the Twilio Console at console.twilio.com.
  2. Sign into your Twilio account. If you don’t have an account, you’ll need to create one first.
  3. Your Account SID and Auth Token are automatically created as part of registering for a Twilio account, and are available in the Account Info section.

Note that to use some of the Twilio Data Connector's features, you will need one or more Twilio Phone Numbers in your Twilio account.

You can use this key with the OpenAI Data Connector:

  1. Go to the Data Connector section of the Verj.io Administration Application.
  2. Click + to add a New Data Connector Configuration and name it: Twilio.
  3. Click + to add a Data Connector Property.
    1. Property Name: sid.
    2. Property Value: <Your Twilio Account SID>.
  4. Click + to add a Data Connector Property.
    1. Property Name: authToken.
    2. Property Value: <Your Twilio Auth Token>.
  5. Click OK.

Click here for further information about configuring a Data Connector.

Related