2025-08-04 06:49:49 +00:00
---
id: twilio
title: 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 ](/docs/data-sources/overview )** 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**
2026-02-12 09:18:19 +00:00
< img className = "screenshot-full img-full" src = "/img/datasource-reference/twilio/connect-v2.png" alt = "ToolJet - Data source - Twilio" / >
2026-01-21 07:53:26 +00:00
2025-08-04 06:49:49 +00:00
You can get the **Auth Token and Account SID** on the dashboard of your Twilio account.
2026-02-12 09:18:19 +00:00
< img className = "screenshot-full img-full" src = "/img/datasource-reference/twilio/dashboard-twilio.png" alt = "ToolJet - Data source - Twilio" / >
2025-08-04 06:49:49 +00:00
For **Messaging Service SID** , you'll need to create a messaging service first from the Services under Messaging in the left-sidebar.
2026-02-12 09:18:19 +00:00
< img className = "screenshot-full img-full" src = "/img/datasource-reference/twilio/dashboard-services.png" alt = "ToolJet - Data source - Twilio" / >
2025-08-04 06:49:49 +00:00
## 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**
2026-02-12 09:18:19 +00:00
< img className = "screenshot-full img-full" src = "/img/datasource-reference/twilio/querying-v3.png" alt = "ToolJet - Data source - Twilio" / >