Skip to main content Skip to complementary content
Already have an account? Sign in

Twilio (v1)

Last updated: 9/15/2026

Twilio integration summary

Stitch’s Twilio integration replicates data using the Twilio REST API . Refer to the Schema section for a list of objects available for replication.

Twilio feature snapshot

A high-level look at Stitch's Twilio (v1) integration, including release status, useful links, and the features supported in Stitch.

STITCH
Release status

Beta

Supported by

Stitch

Stitch plan

Standard

API availability

Available

Singer GitHub repository

singer-io/tap-twilio

REPLICATION SETTINGS
Anchor Scheduling

Supported

Advanced Scheduling

Supported

Table-level reset

Unsupported

Configurable Replication Methods

Unsupported

DATA SELECTION
Table selection

Supported

Column selection

Supported

Select all

Supported

TRANSPARENCY
Extraction Logs

Supported

Loading Reports

Supported

Connecting Twilio

Step 1: Retrieve Auth token and Account SID

  1. Log into your Twilio account.
  2. Click on Console.
  3. Copy your Account SID and Auth Token and have it ready for the next step.

Step 2: Add Twilio as a Stitch data source

  1. Sign into your Stitch account.
  2. On the Stitch Dashboard page, click the Add Integration button.

  3. Click the Twilio icon.

  4. Enter a name for the integration. This is the name that will display on the Stitch Dashboard for the integration; it’ll also be used to create the schema in your destination.

    For example, the name “Stitch Twilio” would create a schema called stitch_twilio in the destination. Note: Schema names cannot be changed after you save the integration.

  5. In the Account Sid field, paste the Account SID you copied in step 1.
  6. In the Auth Token field, paste the Auth Token you copied in step 1.
  7. In the Date Window Days field, enter a value. This parameter should be set to an optimum value to improve historical sync performance. Setting this value too low will take longer to complete historical sync and setting it larger may result in request timeouts or memory overflow issues. The default value is 30.

Step 3: Define the historical replication start date

The Sync Historical Data setting defines the starting date for your Twilio integration. This means that data equal to or newer than this date will be replicated to your data warehouse.

Change this setting if you want to replicate data beyond Twilio’s default setting of 1 year. For a detailed look at historical replication jobs, check out the Syncing Historical SaaS Data guide.

Step 4: Create a replication schedule

In the Replication Frequency section, you’ll create the integration’s replication schedule. An integration’s replication schedule determines how often Stitch runs a replication job, and the time that job begins.

Twilio integrations support the following replication scheduling methods:

To keep your row usage low, consider setting the integration to replicate less frequently. See the Understanding and Reducing Your Row Usage guide for tips on reducing your usage.

Step 5: Set objects to replicate

The last step is to select the tables and columns you want to replicate. Learn about the available tables for this integration.

Note: If a replication job is currently in progress, new selections won’t be used until the next job starts.

For Twilio integrations, you can select:

  1. Individual tables and columns

  2. All tables and columns

Click the tabs to view instructions for each selection method.

  1. In the integration’s Tables to Replicate tab, locate a table you want to replicate.
  2. To track a table, click the checkbox next to the table’s name. A blue checkmark means the table is set to replicate.

  3. To track a column, click the checkbox next to the column’s name. A blue checkmark means the column is set to replicate.

  4. Repeat this process for all the tables and columns you want to replicate.
  5. When finished, click the Finalize Your Selections button at the bottom of the screen to save your selections.
  1. Click into the integration from the Stitch Dashboard page.
  2. Click the Tables to Replicate tab.

  3. In the list of tables, click the box next to the Table Names column.
  4. In the menu that displays, click Track all Tables and Fields:

    The Track all Tables and Fields menu in the Tables to Replicate tab
    The Track all Tables and Fields menu in the Tables to Replicate tab

  5. Click the Finalize Your Selections button at the bottom of the page to save your data selections.

Initial and historical replication jobs

After you finish setting up Twilio, its Sync Status may show as Pending on either the Stitch Dashboard or in the Integration Details page.

For a new integration, a Pending status indicates that Stitch is in the process of scheduling the initial replication job for the integration. This may take some time to complete.

Free historical data loads

The first seven days of replication, beginning when data is first replicated, are free. Rows replicated from the new integration during this time won’t count towards your quota. Stitch offers this as a way of testing new integrations, measuring usage, and ensuring historical data volumes don’t quickly consume your quota.

Twilio table reference

account_balance

The account_balance returns your Twilio account balance.

Replication Method

Full Table

Primary Key

account_sid

Useful links

account_balance schema on GitHub

accounts

The accounts table returns a list of accounts in your Twilio account.

Replication Method

Full Table

Primary Key

sid

Useful links

Twilio documentation

accounts schema on GitHub

Twilio API method

addresses

The addresses table returns a list of address resource representations, each representing an address within your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

addresses schema on GitHub

Twilio API method

alerts

The alerts returns a list of alerts generated for an account within your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

alerts schema on GitHub

Twilio API method

applications

The applications table returns a list of application resource representations, each representing an application within your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_created

Useful links

Twilio documentation

applications schema on GitHub

Twilio API method

available_phone_number_countries

The available_phone_number_countries table returns a list of countries that have phone numbers to purchase for your Twilio account.

Replication Method

Full Table

Primary Key

country_code

Useful links

Twilio documentation

available_phone_number_countries schema on GitHub

Twilio API method

available_phone_numbers_local

The available_phone_numbers_local table returns a list of available phone numbers for local resources for your Twilio account.

Replication Method

Full Table

Primary Keys

iso_country

phone_number

Useful links

available_phone_numbers_local schema on GitHub

Twilio API method

available_phone_numbers_mobile

The available_phone_numbers_mobile table returns a list of available phone numbers for mobile resources for your Twilio account.

Replication Method

Full Table

Primary Keys

iso_country

phone_number

Useful links

Twilio documentation

available_phone_numbers_mobile schema on GitHub

Twilio API method

available_phone_numbers_toll_free

The available_phone_numbers_toll_free table returns a list of available toll free phone numbers for your Twilio account.

Replication Method

Full Table

Primary Keys

iso_country

phone_number

Useful links

Twilio documentation

available_phone_numbers_toll_free schema on GitHub

Twilio API method

calls

The calls table returns a list of phone calls made to and from an account in your Twilio account, identified by its AccountSid.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

calls schema on GitHub

Twilio API method

conference_participants

The conference_participants table returns the list of active participants in the Twilio conference identified by ConferenceSid.

conferences

The conferences table returns all the conferences within your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

conferences schema on GitHub

Twilio API method

dependent_phone_numbers

The dependent_phone_numbers table returns a list of IncomingPhoneNumbers in your Twilio account that require the specified address.

Replication Method

Full Table

Primary Key

sid

Useful links

dependent_phone_numbers schema on GitHub

Twilio API method

incoming_phone_numbers

The incoming_phone_numbers table returns a list of IncomingPhoneNumbers in your Twilio account that require the specified address.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

incoming_phone_numbers schema on GitHub

Twilio API method

keys

The keys table returns a list of API Keys in your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

keys schema on GitHub

Twilio API method

message_media

The message_media table returns the list of media associated with your Twilio message.

Replication Method

Full Table

Primary Key

sid

Useful links

Twilio documentation

message_media schema on GitHub

Twilio API method

messages

The messages table returns a list of messages associated with your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

messages schema on GitHub

Twilio API method

outgoing_caller_ids

The outgoing_caller_ids table returns a list of OutgoingCallerId resource representations, each representing a Caller ID number valid for a Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

outgoing_caller_ids schema on GitHub

Twilio API method

queues

The queues table returns the list of call queues within your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

queues schema on GitHub

Twilio API method

recordings

The recordings table returns a list of recordings, each representing a recording generated during a call or conference in your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_created

Useful links

Twilio documentation

recordings schema on GitHub

Twilio API method

transcriptions

The transcriptions table returns the full set of transcriptions generated from all recordings in your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

transcriptions schema on GitHub

Twilio API method

usage_records

The usage_records table returns a list of usage records in your Twilio account.

Replication Method

Key-based Incremental

Primary Keys

account_sid

category

start_date

Replication Key

start_date

Useful links

Twilio documentation

usage_records schema on GitHub

Twilio API method

usage_triggers

The usage_triggers table returns list of usage triggers in your Twilio account.

Replication Method

Key-based Incremental

Primary Key

sid

Replication Key

date_updated

Useful links

Twilio documentation

usage_triggers schema on GitHub

Twilio API method

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!