This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
Twilio
Overview
The Twilio connector can sync data from the Twilio API: Accounts, Addresses, Alerts, Applications, Available Phone Number Countries, Available Phone Numbers Local, Available Phone Numbers Mobile, Available Phone Numbers Toll Free, Calls, Conference Participants, Conferences, Incoming Phone Numbers, Keys, Message Media, Messages, Outgoing Caller Ids, Queues, Recordings, Usage Records, Usage TriggersThe source is using Airbyte docker image (@airbyte/source-twilio). Learn more how Airbyte-based sources work
How to connect
Twilio HTTP requests to the REST API are protected with HTTP Basic authentication. In short, you will use your Twilio Account SID as the username and your Auth Token as the password for HTTP Basic authentication.You can find your Account SID and Auth Token on your dashboard .See docs for more details.Connection Parameters
Parameter | Documentation |
---|---|
account_sid *string (required) | Twilio account SID |
auth_token *string (required) | Twilio Auth Token. |
start_date *string (required) | UTC date and time in the format 2020-10-01T00:00:00Z. Any data before this date will not be replicated. |