mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 06:27:57 +00:00
* docs: jira * docs: formatting + Client Credentials grant type * docs: connection string pgsql * docs: parameterized queries mysql * docs: parameterized queries in PostgreSQL * docs: update mysql example * docs: TJDB sql editor * docs: add metadata to REST API * docs: add, update postgresql media * docs: add metadata to graphql * docs: update parameterized queries * docs: add parameterized queries for mssql * docs: add SSL Cert to mysql * docs: TJDB SQL restricted commands * docs: update JIRA token location * docs: update delete issue example * docs: update find user by query example * docs: remove session id from get assignable users * docs: use correct image for get issues for board * docs: update create issue example * docs: update delete issue media * docs: update assignable users media * docs: update examples * docs: update key desc * docs: v2.68.0-Beta
54 lines
1.3 KiB
Markdown
54 lines
1.3 KiB
Markdown
---
|
|
id: twilio
|
|
title: Twilio
|
|
---
|
|
|
|
# Twilio
|
|
|
|
ToolJet can connect to your Twilio account to send sms.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
## Connection
|
|
- To add the Twilio datasource, click the **Datasource manager** icon on the left-sidebar of the app builder and click on the `Add datasource` button, then select **Twilio** from the modal that pops up.
|
|
|
|
- In the next dialog, you'll be asked to enter the Auth Token, Account SID, and Messaging Service SID.
|
|
|
|
- You can get the **Auth Token and Account SID** on the dashboard of your Twilio account.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
- For **Messaging Service SID**, you'll need to create a messaging service first from the Services under Messaging in the left-sidebar.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
- After entering the three credentials, you can **Save** the datasource.
|
|
|
|
## Supported operations
|
|
|
|
1. **Send message**
|
|
|
|
### Send message
|
|
|
|
This operation will send the specified message to specified mobile number.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
|
|
|