* Update schemas + turn on transformer for all streams * Update docs * Transform RFC2822 datetime into ISO8601 * Bump connector's version + update `accounts` schema
4.6 KiB
Twilio
Overview
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.
Output schema
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
Features
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental Sync | Yes |
| Replicate Incremental Deletes | No |
| SSL connection | Yes |
| Namespaces | No |
Performance considerations
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.
Getting started
Requirements
- Twilio Account
- Twilio Account SID and Auth Token to authenticate API requests.
Setup guide
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.
Changelog
| 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 |