- Home
- Resources
- Integrations
- Textbelt
Textbelt Make integrationAutomate Textbelt with Make.
Need a text message to go out the moment something happens in another tool? The Textbelt Make integration gives you 3 action modules: send an SMS, look up whether it was delivered, and check your remaining quota. This page walks you through the connection and a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Textbelt Make integration do for you?
The Textbelt Make integration links your Textbelt account to Make so that a scenario, the automation you build in Make, can send SMS for you. Each scenario is a chain of modules, one brick per step, and Textbelt supplies three of them, all actions: nothing to code, you fill in the module and Make does the sending.
An SMS alert when a lead comes in. A sales team wants a text on the phone as soon as a web form is submitted. The form tool starts the scenario, and Send a Text Message turns the entry into a short SMS. If you collect leads with a form builder, the 123FormBuilder Make integration covers that first half.
Proof that the text actually arrived. Sending is one thing, reaching the phone is another. Place Look Up Text Delivery Status after the send module and your scenario can record the result, or warn someone when a message did not get through.
No surprise when credit runs low. Check Your Quota tells you how much sending capacity is left on your Textbelt account, so a scenario can pause or alert you before messages start failing.
Keep the limits in mind. Textbelt has no trigger in Make, so it never starts a scenario on its own: another app or the scenario schedule does. There is also no Make an API Call module for this app, so you work with these three modules only. The same app often has an n8n node too; the n8n vs Make comparison lays out how the two tools differ, and the Make training helps if you are new to the editor.
How do you connect Textbelt to Make?
- 01
Generate your Textbelt API key
Log in to Textbelt, open the API key generation page and click Generate API Key. Copy the key that appears on screen. You need an active Textbelt account with an API key before Make can send anything for you.
- 02
Add a Textbelt module and create the connection
In your Make scenario, add any Textbelt module and click Create a connection. A connection is your Textbelt account linked to Make once, then reused by every Textbelt module. The Connection name field is optional but helps later.
- 03
Paste the key and save
Paste the API key you copied from Textbelt, or follow the instructions Make shows on screen, and confirm. The connection now appears in the module, and every other Textbelt module in your scenarios can pick it from the list.
Your first scenario with Textbelt and Make
GoalWhen a new entry lands in another app, Make sends a Textbelt SMS and then checks whether it was delivered.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Since Textbelt has no trigger, start with the app that holds your event, such as your form tool.
- 02
Add Send a Text Message
Click the + on the right of the first module, search for Textbelt and pick Send a Text Message. Select your connection, then map the phone number and message text from the data the first module received.
- 03
Chain the delivery check
Add Look Up Text Delivery Status right after the send module, and map what it needs from the send result. Your scenario now knows whether each SMS reached its recipient.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, one bundle being one item passed along. Use your own phone number for this first try.
- 05
Schedule and switch it on
Set the schedule on the first module (every 15 minutes by default for a new scenario), then switch the scenario on. Each module run counts as one operation on your Make plan.
What the Textbelt modules do
Textbelt gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Check Your Quota
ActionIn Make“Checks your quota.”
Tells you how much sending capacity remains on your Textbelt account, so your scenario can react before a text fails for lack of credit.
Look Up Text Delivery Status
ActionIn Make“Looks up text delivery status.”
Gives you the delivery status of an SMS you already sent, which turns a hopeful send into a confirmed one you can log or act on.
Send a Text Message
ActionIn Make“Sends a text message.”
Sends an SMS through your Textbelt account, with the number and wording built from whatever the earlier modules of the scenario collected.
Need help automating Textbelt with Make?
A person reads every message.