Link to the plugin page: https://zeroqode.com/plugin/1503656632244x684223859905265700
Demo to preview the plugin:
Introduction
Do you want your no-code app to have SMS functionality? Try out our Twilio plugin for Bubble, which allows you to send and receive text messages globally with the Twilio Platform.
This plugin allows you to send and receive text messages around the world, using the Twilio platform.
In order to use this plugin you will need to register an account with Twilio.
After that, you will have access to SMS-enabled phone numbers, which are available in more than 180 countries.
You will also get messaging API, which you can set up to send automated messages, auto-replies, and much more.
👛 Please support our efforts to keep this plugin free—your donations help us invest the time and resources needed to continue maintaining and improving it for everyone’s benefit: https://zeroqo.de/support.
How to setup
- Sign up at Twilio
- Create an account on Twilio.
- Add credit and purchase a phone number
- Ensure you have sufficient credit and buy a number for outgoing text messages.
- Locate your Twilio credentials
- Find your Account SID and Auth Token in your Twilio dashboard.
- Generate a Base64-encoded key by following these steps:
- Go to Base64 Encode.
- Enter your credentials in the following format:
- Click "Encode" and copy the generated key.
- Use this key as the Authorization parameter in your plugin, formatted as:
makefileAccountSID:AuthToken
makefileBasic GeneratedKey
- Insert the Account SID
- Set the Account SID as a parameter in the request URL.
- Fill out the required parameters
- Sender Phone Number
- Recipient Phone Number
- Message Content(Do not use hyphens or the "+" symbol in phone numbers.)
- Using the Plugin in a Workflow Action
- When using this plugin in a workflow, you can dynamically replace any parameter, including:
- The recipient’s phone number
- The text message content
Plugin Actions
- Twilio Send SMS📱 - This action allows you to send SMS messages using Twilio's API.
Title | Description | Type |
Account SID | If you want to use a Twilio subaccount please add it here subaccount’s “Account Sid” | Text (optional) |
Messages | The text content of the SMS message to be sent. | Text |
To | The recipient's phone number in E.164 format (e.g., +1234567890 ). | Text |
From | The Twilio phone number that will be used as the sender. This number must be purchased in Twilio. | Text |
Return Values:
Title | Description | Type |
Status | The delivery status of the sent SMS (e.g., queued , sent , delivered , failed ). | Text |