Skip to main content

Twilio (Source)

Overview

The Twilio source connector lets you connect to the Twilio REST API using your Account SID and Auth Token.

At this time, the connector supports credential validation (testing the connection), but data extraction is still in development.

Setup

Prerequisites

  • A Twilio account
  • Your Twilio Account SID
  • Your Twilio Auth Token

You can find these in the Twilio Console.

Network access

This connector connects to:

  • https://api.twilio.com/

Ensure your network allows outbound HTTPS traffic to Twilio’s API.

Authentication

Twilio authentication uses HTTP Basic Auth:

  • Username: your Twilio Account SID
  • Password: your Twilio Auth Token

During connection testing, the connector validates credentials by calling:

  • GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}.json

Configuration

FieldTypeRequiredDescription
account_sidstringYour Twilio Account SID (used as the Basic Auth username).
auth_tokenstringYour Twilio Auth Token (used as the Basic Auth password).

Streams

No streams are currently available. The connector’s catalog is empty and extraction is not yet implemented.

Limitations

  • Extraction not available: sync runs will fail because extraction is still in development.
  • Catalog not available: no objects/streams are currently exposed.