- Home
- Resources
- Integrations
- SimpleTexting
SimpleTexting Make integrationAutomate SimpleTexting with Make.
Can your texting account react on its own when a customer replies? The SimpleTexting Make integration gives you 18 modules, including 5 instant triggers, to handle messages, contacts and campaigns. This guide shows you how to connect your account and build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the SimpleTexting Make integration do for you?
The SimpleTexting Make integration links your SMS account to Make, a no-code tool where you build a scenario (the automation itself, a chain of modules). SimpleTexting then tells Make the moment a text arrives, goes out, lands or fails, and Make can create contacts, send messages or launch campaigns in return.
Keep your contact list clean without typing. When a lead fills in a form in another tool, Create a Contact adds that person to SimpleTexting, and Send a Message can greet them right after. If the person already exists, Search Contacts finds them first so Update a Contact edits the record instead of duplicating it.
Catch the texts that never arrive. Watch Outgoing Message Non Delivered starts a scenario each time a message fails, so a salesperson can call that customer instead of waiting for an answer that will not come.
Respect opt-outs everywhere. Watch Unsubscribe Report fires when a contact unsubscribes, which lets you flag that person in your CRM or spreadsheet too.
A word of caution: the Make documentation for this app is short and marked as AI-generated from the vendor docs, so test each module with Run once before trusting its output. If you are new to the editor, the Make training covers the basics, and Make pricing explains how operations are counted. Weighing another tool? Read n8n vs Make.
How do you connect SimpleTexting to Make?
- 01
Get API access approved
SimpleTexting does not open its API by default. With an active account, sign up for a trial and email their support with your use case to request API access approval. Wait for that approval before going further.
- 02
Copy your API token
In SimpleTexting, open the settings panel, click the integrations tab, then the webhooks section. The API token is displayed on screen: copy it and keep it at hand for Make.
- 03
Create the connection in Make
Add any SimpleTexting module to your scenario and click Create a connection. Give it a name in Connection name if you like, paste the token, and save. That connection is reused by every SimpleTexting module afterwards.
Build your first scenario with SimpleTexting
GoalWhen a new lead appears in another app, Make creates the contact in SimpleTexting and sends a welcome text.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big +. Pick the app where your leads land first, such as your form tool, and choose its module that watches new entries.
- 02
Add Create a Contact
Click the + on the right of that first module, search SimpleTexting and pick Create a Contact. Click Create a connection, paste your API token, then map the lead's details from the previous module.
- 03
Add Send a Message
Add Send a Message after it. Make already knows your connection, so you only write the welcome text and map the contact coming out of Create a Contact.
- 04
Test with Run once
Click Run once, then submit a test lead with your own number. Open the bubbles above each module to read the bundles it received, and check that the text reached your phone.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default, or instant if that app offers it), then switch the scenario on. From now on each new lead gets a contact record and a greeting.
Which SimpleTexting triggers can start a scenario?
5 modules start a scenario when something happens in SimpleTexting. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by SimpleTexting as soon as it happens.
Watch Incoming Message
Instant triggerIn Make“Triggers when a new message is got.”
This trigger hands you every text a contact sends to your SimpleTexting number, so a reply never sits unread in the inbox. Each message becomes one bundle (one item passed to the next module) that you can route, store or answer.
Watch Outgoing Message
Instant triggerIn Make“Triggers when a new outgoing message is sent.”
Here you get a copy of each message leaving your account, which gives you a complete log of what customers received. That record is useful when several people text from the same SimpleTexting account.
Watch Outgoing Message Delivered
Instant triggerIn Make“Triggers when a new outgoing message is delivered.”
With this trigger you learn which texts actually reached the phone, not just which ones left your account. It turns a confirmation into an event you can act on, such as marking an appointment reminder as received.
Watch Outgoing Message Non Delivered
Instant triggerIn Make“Triggers when a new outgoing message is non delivered.”
This is your alarm for texts that failed to arrive. Instead of discovering a silent customer days later, you get the failed message as soon as SimpleTexting reports it and can switch to another channel.
Watch Unsubscribe Report
Instant triggerIn Make“Triggers when an existing contact is unsubscribed.”
Whenever an existing contact opts out, this trigger passes that contact to your scenario. You keep the rest of your stack in line with the choice they just made in SimpleTexting.
What else can Make do in SimpleTexting?
SimpleTexting gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Contact
ActionIn Make“Creates a new contact.”
Adds a new person to your SimpleTexting contacts from data another module provides, so nobody retypes a phone number from a form or a CRM.
Delete a Contact
ActionIn Make“Deletes an existing contact.”
Removes a contact from SimpleTexting for good, which keeps your list aligned when a customer leaves or asks to be erased.
Evaluate a Message
ActionIn Make“Evaluates a message.”
Runs an evaluation on a message you pass to it. The Make documentation gives no more detail than that, so this module is one to explore on a test run rather than build on blindly.
Get a Campaign
ActionIn Make“Retrieves an existing campaign.”
Pulls the details of one campaign you already know, so a report or a message to your team can quote it instead of someone opening SimpleTexting.
Get a Contact
ActionIn Make“Retrieves an existing contact.”
Fetches the full record of a single contact, handy when a trigger only tells you who wrote and you need the rest of their profile.
Get a Message
ActionIn Make“Retrieves an existing message.”
Reads back one specific message, useful when a later step needs its content or status and you only kept its reference.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Lets you call any endpoint of the SimpleTexting API with the connection you already set up, which covers what the other modules do not.
Send a Campaign
ActionIn Make“Sends a new campaign.”
Launches a new campaign from your scenario, so a bulk message can go out when something happens in another tool rather than when someone remembers.
Send a Message
ActionIn Make“Sends a new message.”
Sends a single text to one contact, which is the module behind welcome messages, reminders and automatic replies.
Update a Contact
ActionIn Make“Updates an existing contact.”
Changes an existing contact record, keeping SimpleTexting in step with the source of truth you use elsewhere.
Search Campaigns
SearchIn Make“Searches for campaigns or lists them all.”
Finds campaigns or lists them all, and returns each one as its own bundle so the next modules can process them one by one.
Search Contacts
SearchIn Make“Searches for contacts or lists them all.”
Looks up contacts or lists the whole base, which is the safe way to check whether someone is already in SimpleTexting before you act.
Search Messages
SearchIn Make“Searches for messages or lists them all.”
Brings back messages that match your search, or all of them, so you can export conversations or review what was sent to a customer.
Need help automating SimpleTexting with Make?
A person reads every message.