Skip to main content
Version: 2.70.0-Beta 🚧

Twilio

ToolJet can connect to Twilio account to send sms.

Connection

To establish a connection with the Twilio data source, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard and choose Twilio as the data source.

ToolJet requires the following to connect to Twilio:

  • Auth Token
  • Account SID
  • Messaging Service SID

You can get the Auth Token and Account SID on the dashboard of your Twilio account.

ToolJet - Data source - Twilio

For Messaging Service SID, you'll need to create a messaging service first from the Services under Messaging in the left-sidebar.

ToolJet - Data source - TwilioToolJet - Data source - Twilio

Querying Twilio

  1. Click on + Add button of the query manager at the bottom panel of the editor.
  2. Select the Twilio datasource added in previous step.
  3. Select Send SMS from the dropdown and enter the required parameters.
  4. Click on the Preview button to preview the output or Click on the Run button to trigger the query.

Supported operations

Send message

This operation will send the specified message to specified mobile number.

Required Parameters

  • To Number
  • Body
ToolJet - Data source - Twilio