Twilio
This page contains the setup guide and reference information for the Twilio source connector.
Prerequisites
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.
Setup guide
For Airbyte Cloud:
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click +new source.
- On the Set up the source page, enter the name for the Twilio connector and select Twilio from the Source/Destination type dropdown.
- Enter your
account_sid
. - Enter your
auth_token
. - Enter your
start_date
. - Enter your
lookback_window
. - Click Set up source.
For Airbyte Open Source:
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- Enter your
account_sid
. - Enter your
auth_token
. - Enter your
start_date
. - Enter your
lookback_window
. - Click Set up source.