Skip to main content
Feedback

Twilio connector

Use the Twilio connector to query metadata about a Twilio account, phone numbers, calls, text messages, and recordings, initiate outbound calls, and send text (SMS) messages, in a Boomi Integration process.

note

The component of the Twilio API that provides support for handling incoming calls through TwiML instructions is accessible to a Boomi Integration process through the Web Services Client connector.

Connection configuration

To configure a connector to communicate with Twilio, set up two components:

  • Twilio connection

  • Twilio operation

Prerequisites

To implement a connection to Twilio from Integration, you must:

  • Have a Twilio account.

  • Establish credentials for use with the connector.

Supported objects

The following objects are supported by one or more of the Twilio operation actions:

Twilio ObjectsGetQueryCreateUpdateDelete
AccountXXXXX
ApplicationXXXXX
ConnectAppXXX
AuthorizedConnectAppXX
LocalPhoneNumberX
TollFreePhoneNumberX
CallXXXX
ConferenceXX
IncomingPhoneNumberXXXXX
LocalIncomingPhoneNumberXX
TollFreeIncomingPhoneNumberXX
NotificationXXX (Not Supported)
CallNotificationX
OutgoingCallerIdXXXXX
CallerIdValidationX
ConferenceParticipantXXXX
RecordingXXX
CallRecordingXX
ShortCodeXX
SMSMessage*XXXX
TranscriptionX
RecordingTranscriptionX
Message**XXXX

*SMSMessage is deprecated and is no longer maintained or updated. It is expected to be removed in the future versions of Twilio API.

**Message is added as a replacement for SMSMessage and it is the recommended option to get all the latest features and updates.

Supported editions

The Twilio connector supports Version 2010-04-01 of the Twilio REST API.

Unsupported editions

The Twilio connector does not support Version 2008-08-01 of the Twilio REST API.

Tracked properties

This connector has no predefined tracked properties. See the topic Adding tracked fields to a connector operation to learn how to add a custom tracked field.

On this Page