SMSAPI Make integrationAutomate SMSAPI with Make.
Can Make send your texts and catch the replies for you? The SMSAPI Make integration gives you 9 modules: 2 instant triggers, 6 actions and 1 search. This guide links your account, builds a first scenario and explains when each module is the right pick.
Verified Trustpilot reviews · AI, automation & growth agency
What can the SMSAPI Make integration do for you?
The SMSAPI Make integration lets a Make scenario (the automation you build, a chain of modules) send text messages, react to incoming SMS and keep your SMSAPI contact list tidy, with no code. Each module is one brick: a trigger that starts the scenario, an action that changes something, or a search that finds contacts.
Reply-driven contact capture. A customer texts your number. Watch New SMS starts the scenario at once, and Create a Contact files that person in SMSAPI so the next campaign reaches them. Manage Contact Group Membership can then drop them into the right group.
Texts sent from your other tools. An order lands in your shop or a booking appears in your calendar app: that app starts the scenario, and Send a Text Message sends the confirmation through SMSAPI. The Acuity Scheduling Make integration is one source that fits this pattern.
A contact base that follows your CRM. When a record changes elsewhere, Search Contacts finds the matching person in SMSAPI, then Update a Contact or Delete a Contact brings the list in line. The Airtable Make integration works well as the source table.
What the integration does not cover: the listed modules cover contacts, groups, sending texts and receiving them, nothing more. For anything else SMSAPI offers, the Make an API Call module sends your own request to SMSAPI with the same connection. The SMSAPI documentation that Make publishes is marked as AI-generated, so check important details with SMSAPI.
Weighing Make against n8n before you start? The n8n vs Make comparison sets out the criteria side by side.
How do you connect SMSAPI to Make?
- 01
Get your SMSAPI credentials
You need an active SMSAPI account and an OAuth token. In your SMSAPI account, open the settings, go to the API access tab, generate a new API key and copy it. Keep it at hand for the next step.
- 02
Add an SMSAPI module in Make
Log in to Make, add any SMSAPI module to your scenario and click Create a connection. A connection is your SMSAPI account linked to Make once, then reused by every SMSAPI module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several accounts. Paste the credentials you copied from SMSAPI, or follow the instructions on screen, and save the connection.
Your first scenario with SMSAPI and Make
GoalWhen someone texts your SMSAPI number, Make adds that person to your SMSAPI contacts.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to place the first module. Search for SMSAPI and pick Watch New SMS.
- 02
Set up the webhook and connection
Click Create a webhook, then Create a connection and paste your SMSAPI key. From now on, SMSAPI calls Make as soon as a new SMS reaches your account.
- 03
Add Create a Contact
Click the + to the right of the trigger and choose Create a Contact. Map the details from the incoming message into the contact fields that Make shows you.
- 04
Test with Run once
Click Run once, then send a test SMS to your number. Open each module to read the bundle it received, meaning the one item passed along, and check the new contact in SMSAPI.
- 05
Switch the scenario on
Once the test looks right, switch the scenario on. With an instant trigger, it starts each time SMSAPI calls Make, instead of waiting for a clock slot.
SMSAPI triggers in Make
2 modules start a scenario when something happens in SMSAPI. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by SMSAPI as soon as it happens.
Watch New Callback Report
Instant triggerIn Make“Triggers whenever a new callback is received.”
This trigger starts your scenario whenever SMSAPI sends Make a new callback report, so someone no longer has to go and check SMSAPI by hand. Every report becomes one bundle you can route to a sheet, a CRM or a chat channel.
Watch New SMS
Instant triggerIn Make“Triggers whenever a new SMS is received on your SMSAPI account.”
Watch New SMS turns every text that reaches your SMSAPI account into the start of a scenario, which makes inbound replies usable instead of sitting unread in an inbox. Each message arrives as its own bundle.
SMSAPI modules in Make
SMSAPI gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Contact
ActionIn Make“Creates a new contact.”
Create a Contact adds a new person to your SMSAPI contact list, ready for your next send. It saves you from exporting and importing lists by hand.
Delete a Contact
ActionIn Make“Deletes an contact.”
Delete a Contact removes one person from SMSAPI for good, which keeps people who left out of your future sends. It works on a single contact per bundle.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you ask SMSAPI for something the other modules do not cover, with the same connection. You write the request yourself, so it suits someone who has read the SMSAPI API documentation.
Manage Contact Group Membership
ActionIn Make“Assigns or removes contact from the selected group.”
This module puts a contact into a group you pick, or takes them out of it, so your segments stay accurate without manual sorting. One module covers both directions.
Send a Text Message
ActionIn Make“Sends a text message.”
Send a Text Message delivers an SMS through your SMSAPI account, with content built from data earlier in the scenario. This is the module that turns an event in another app into a message on someone's phone.
Update a Contact
ActionIn Make“Updates a contact.”
Update a Contact changes the details of a person already stored in SMSAPI, so your texts go to the right number with the right name. Nothing new is created.
Search Contacts
SearchIn Make“Searches for contacts or lists them all.”
Search Contacts finds people in your SMSAPI list, or returns the whole list, and hands each match to the next module. It is the lookup step that makes updates and deletions safe.
Need help automating SMSAPI with Make?
A person reads every message.