Twilio - Send Text Messages

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.
Image without caption

How to setup

  1. Sign up at Twilio
  1. Add credit and purchase a phone number
      • Ensure you have sufficient credit and buy a number for outgoing text messages.
  1. 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:
          • makefile
            AccountSID:AuthToken
            (No hyphens or spaces between them.)
      • Click "Encode" and copy the generated key.
      • Use this key as the Authorization parameter in your plugin, formatted as:
        • makefile
          Basic GeneratedKey
          (Ensure there's a space after "Basic", but no hyphens.)
  1. Insert the Account SID
      • Set the Account SID as a parameter in the request URL.
  1. Fill out the required parameters
      • Sender Phone Number
      • Recipient Phone Number
      • Message Content(Do not use hyphens or the "+" symbol in phone numbers.)
  1. 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

  1. Twilio Send SMS📱 - This action allows you to send SMS messages using Twilio's API.
    1. 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
Image without caption

Changelogs