Ahoy there! All messaging transmitted using Twilio's messaging channels is treated as Application-to-Person (A2P) messaging and subject to Twilio's Messaging Policy. For detailed information on policy rules to ensure you remain compliant while using Twilio's services, please see our Acceptable Use Policy.
With just a few drags and a few drops, you can build an application to send and receive SMS messages with Studio, Twilio's low-code/no-code application builder.
This no-code Quickstart will walk you through the entire process step-by-step, from setting up your Twilio account to receiving and replying to SMS messages.
In this Quickstart, you will learn how to:
By the end of this Quickstart, you'll have a solid foundation for building with Twilio Studio.
Already have a Twilio account? Go ahead and skip this section.
Navigate to the sign up page to sign up for a free Twilio trial account.
The first step to using Studio is to create a Flow. A Flow is a visual representation of your application, just like a flowchart you might draw when planning how your application works. The difference is this Flow is actually functional!
To create a Flow:
Now for an express tour of the Studio interface and its components! After you've created a new Flow, you'll see the Flow's Canvas. The Canvas is the space where you build your applications when using Studio. On the Canvas, you'll see the Trigger Widget. The Trigger Widget tells Studio when to start or "trigger" your Flow and every new Canvas includes one. On the right side of the Canvas, you'll see the Widget Library where you can find all the available Widgets. Widgets are the building blocks of a Studio Flow and perform the functions that make up your application.
Now that you're familiar with the Studio interface and have a new Flow ready to go, it's time to start using Widgets to build your application! You'll create a system that automatically responds to an incoming message.
To send a message, you'll need the Send Message Widget. Like it sounds, the Send Message Widget allows you to send an SMS or chat message to a user. From the Widget Library on the right, click and drag the Send Message Widget onto the Canvas and place it under the Trigger Widget.
In order for Studio to know when to send a message, you need to tell it when to trigger. Since you want Studio to trigger this Flow when it receives a message, you'll click the red dot underneath Incoming Message on the Trigger Widget and drag it to the Send Message Widget to connect them. Now when Studio receives a message, the Flow will trigger and execute whatever is connected to the Incoming Message transition—in this case, the Send Message Widget.
Next, you'll configure the Send Message Widget. With the Widget selected, the Widget Library will transform into the Inspector Panel where you can adjust the Widget's settings. Enter a name in the Widget Name field. The name can be whatever you like; however, please note the name must begin with a letter and cannot contain spaces. Use an underscore (_) to separate words instead.
Next, enter a message into the Message Body field. This is the message a user will receive when they text your Twilio number. You can also add a JPG, PNG, or GIF to the message by entering the URL of the media into the Media URL field.
Your Flow should now look like this:
Your Flow is ready! Press Publish to publish your Flow. You'll need to publish your Flow any time you make changes for those changes to go live.
You will need a Twilio phone number — a phone number purchased through Twilio — to send messages or make phone calls using Twilio.
To buy a phone number:
Navigate to the Phone Numbers page in your console.
Click Buy a Number to purchase your first Twilio number.
When you find the number that meets your needs, click Buy to review the number.
Click Buy [phone number] to complete the transaction.
Many countries require identity documentation for Phone Number compliance. Requests to buy phone numbers with these regulations will be required to select or add the required documentation after clicking Buy in the Console. To see which countries and phone number types are affected by these requirements, please see our Phone Number Regulations site.
So far, you've created a Flow and bought a phone number. Now you just need to tell your Twilio phone number to use your Flow when it receives a text message.
To do that, navigate to the Active Numbers section of the Console and click on the number you'd like to use.
After clicking on the number, you'll see its configuration menu where you can connect the number to your Studio Flow. Scroll down to the Messaging section and under Configure With Other Handlers, select the dropdown option "Webhook, TwiML Bin, Function, Studio Flow, Proxy Service." Under A Message Comes In, select the dropdown option "Studio Flow," then select the Flow you created from the adjacent Select a Flow dropdown.
Your configuration is complete! Press Save to save your changes.
Now with everything all set up, it's time to test!
Send a message from your mobile phone to your Twilio number and watch your Flow respond!
Now that you know the basics of receiving and responding to messages with Twilio Studio, check out the resources below to build more cool stuff.
We can't wait to see what you build!