Skip to main content
In this guide, you’ll learn how to:
  • Connect your Twilio account to Rocket.
  • Get your Account SID, Auth Token, and From Phone Number from Twilio.
  • Add them securely in Rocket to start sending SMS from your app.
Why use Twilio?Send SMS messages globally using Twilio’s reliable cloud platform. Twilio handles all the complexity of international SMS delivery, phone number management, and carrier relationships. Perfect for two-factor authentication, order confirmations, appointment reminders, or any time-sensitive notifications.
What is Twilio?
Twilio is a cloud communications platform for SMS delivery.
Use it for verifications, alerts, order updates, and automated notifications.
Your Twilio credentials stay safe with Rocket.
They are encrypted at rest and never exposed, so you can connect with confidence.

Before you begin

You’ll need:
  • A Rocket account - rocket.new.
  • A Twilio account.
  • Supabase connected (for OTP login, status updates, or personalized notifications).

Connect Twilio to Rocket

1

Get your Twilio credentials

2

Connect Twilio to Rocket

There are two ways to connect Twilio to Rocket:Method 1: Use Rocket Chat (fastest)
  • In any project, open the chat panel and type something like:
    Connect my Twilio account to:
  • Send an SMS verification code to new users.
  • Send an SMS order confirmation after checkout.
  • You will see a popup appear where you can paste and save your Twilio credentials instantly.
Twilio integration popup in chatTwilio integration popup in chat
This is ideal if you are already chatting with Rocket while building. No clicks, just action.
Method 2: From your project settings
  • Open any project.
  • Go to Integrations.
Integrations tabIntegrations tab
  • Scroll through the integrations list.
  • Click the Twilio card.
Click Twilio integration in Project settingsClick Twilio integration in Project settings
When you connect Twilio from Project Settings, Rocket will not automatically create SMS flows.After saving your credentials, you must describe the SMS flow you want in chat for Rocket to implement it.
3

Save your Twilio credentials

  • In Rocket’s Twilio integration screen, fill the three fields exactly as shown:
  • Twilio Account SID
  • Twilio Auth Token
  • From Phone Number (your Twilio number, in E.164 format, for example +15551234567)
  • Click Save to complete setup.
Success check: You’ll see a green dot next to Twilio in your integrations list.
Important Security Notice
Never paste your Twilio Account SID or Auth Token directly into Rocket chat.
Always use the secure integration flow or the credentials input provided in settings to connect your account safely.
4

Update or remove your Twilio credentials

  • Click the Twilio integration again.
  • Replace the existing credentials or click Disconnect to remove it.
Remove Twilio credentialsRemove Twilio credentials
Once connected, just describe your SMS flow in chat and Rocket will handle the rest.
It scaffolds the backend logic, UI, and secure data hookups you need. No setup, no stress.
Before going live
If you are on a Twilio trial account, purchase a Twilio phone number first.
This ensures your SMS messages reach real users without trial restrictions.
Read more here

You did it!

Twilio is now connected to your Rocket project. You can securely send SMS automatically.