The Twilio connector can be used to sync your Twilio data. It supports full refresh sync for all streams and incremental sync for the Alerts, Calls, Conferences, Message Media, Messages, Recordings and Usage Records streams.
Several output streams are available from this source:
- Accounts
- Addresses
- Alerts (Incremental)
- Applications
- Available Phone Number Countries (Incremental)
- Available Phone Numbers Local (Incremental)
- Available Phone Numbers Mobile (Incremental)
- Available Phone Numbers Toll Free (Incremental)
- Calls (Incremental)
- Conference Participants (Incremental)
- Conferences (Incremental)
- Dependent Phone Numbers (Incremental)
- Incoming Phone Numbers (Incremental)
- Keys
- Message Media (Incremental)
- Messages (Incremental)
- Outgoing Caller Ids
- Queues
- Recordings (Incremental)
- Transcriptions
- Usage Records (Incremental)
- Usage Triggers
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Yes |
Replicate Incremental Deletes | No |
SSL connection | Yes |
Namespaces | No |
The Twilio connector will gracefully handle rate limits. For more information, see the Twilio docs for rate limitations.
Get in touch with Twilio Sales to talk to them about your use case and request an increased concurrency limit.
- Twilio Account
- Twilio Account SID and Auth Token to authenticate API requests.
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.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.1 | 2021-10-18 | 7034 | Update schemas and transform data types according to the API schema |
0.1.0 | 2021-07-02 | 4070 | Native Twilio connector implemented |