Resources · Make integration

allmysms Make integrationAutomate allmysms with Make.

Need a text message to leave on its own when something happens in another tool? The allmysms Make integration gives you 1 action module, Send Sms. This page is for anyone who already uses allmysms and walks you through the connection and a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the allmysms Make integration do?

The allmysms Make integration lets a scenario, the automation you build in Make, send a text message through your allmysms account. It works as the last step of the chain: another app or a schedule starts the scenario, and allmysms delivers the SMS with the details that came in.

Appointment reminders without copy and paste. A clinic or a salon that keeps bookings in a scheduling tool can start the scenario on each new booking and let Send Sms confirm the slot to the client. The Acuity Scheduling Make integration is one way to supply those bookings.

A heads-up for the sales team. When a new lead lands in a CRM or a spreadsheet, the salesperson on duty gets a short text with the name and the phone number, so the callback does not wait for someone to check an inbox.

Order and delivery notices. A shop can text a customer when an order record changes status in its database, using the order number mapped from the previous module.

What allmysms does not do in Make: it has no trigger, so it never starts a scenario on its own, and it has no search module to read back sent messages. It only sends. If you are weighing tools, the n8n vs Make comparison lays out both options, and the Make training helps you build the rest of the scenario.

Connect

How do you connect allmysms to Make?

  1. 01

    Copy your API key from allmysms

    Log in to allmysms and open your dashboard. Go to the API details section and copy the API key shown on screen. You need an active allmysms account for this key to exist.

  2. 02

    Add the module and open the connection

    In your Make scenario, add the allmysms Send Sms module and click Create a connection. A connection is your allmysms account linked to Make once, then reused by every allmysms module.

  3. 03

    Paste the key and save

    Give the connection a clear label in Connection name if you like (this field is optional), paste the API key, and follow the on-screen instructions to finish. Make then keeps the link ready for the next scenario.

First scenario

Build your first scenario with allmysms

GoalWhen a new row or record arrives in another app, Make sends an SMS through allmysms with the details from that record.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the +. Since allmysms has no trigger, the first module comes from the app where your event happens.

  2. 02

    Pick the starting module

    Search the app that holds your bookings, leads or orders, choose its module and connect the account. Each item it returns becomes a bundle, one record passed to the next module.

  3. 03

    Add Send Sms

    Click the + on the right of that first module, search allmysms and pick Send Sms. Create the connection with your API key if it is not there yet.

  4. 04

    Map the recipient and the text

    Fill the module fields by mapping data from the previous module: the phone number goes where the recipient belongs, and the name or order details go into the message.

  5. 05

    Test with Run once

    Click Run once and check the bundles each module received. Use your own phone number during this test so the first text reaches you and not a customer.

  6. 06

    Schedule and switch on

    Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each Send Sms execution counts as one operation on your Make plan.

Modules

What the allmysms module does

allmysms gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.

allmysms1

Send Sms

Action

In MakeSends a single sms message.

Turns any record flowing through your scenario into a text message sent from your allmysms account, one SMS per bundle that reaches it, with the content you mapped earlier.

When to use it
at the end of a flow where a person needs to hear about an event fast: a confirmed booking, a fresh lead or a shipped order.
Watch out
a module placed before it that returns several bundles will make Send Sms run once for each of them, so test with your own number first.
Need help

Need help automating allmysms with Make?

A person reads every message.

FAQ

allmysms and Make: common questions

01Is the allmysms Make integration free?
Yes, on the Make side. allmysms is a standard app, so it works from the Free plan, which allows 2 active scenarios, a minimum of 15 minutes between scheduled runs and up to 5 minutes per execution. Paid plans lower the interval to 1 minute and allow 40 minutes per execution, with usage counted in operations. The messages themselves depend on your allmysms subscription, which is handled on the allmysms side and not by Make.
02What do you need to connect allmysms to Make?
An active allmysms account and its API key. Log in to allmysms, open the dashboard, go to the API details section and copy the key. In Make, add the Send Sms module, click Create a connection, optionally name it, paste the key and follow the on-screen steps. The connection is then reused by every allmysms module in your scenarios, so this setup happens only once per account. If you do not have an account yet, create one on allmysms and pick a subscription there first.
03Can allmysms trigger a Make scenario in real time?
No, allmysms has no trigger module in Make, so it cannot start a scenario by itself. The scenario starts from another app: a trigger from your booking tool, CRM or spreadsheet, or a plain schedule set on the first module, every 15 minutes by default. Some apps offer instant triggers that call Make through a webhook as soon as something happens; in that case Send Sms fires right after the event.
04What if the allmysms module you need is missing in Make?
It depends on what you need. The integration has a single action, Send Sms, and no Make an API Call module, so reading delivery reports or listing past messages is not possible from this app in Make. You can check whether another SMS app in Make covers the missing piece, or ask the Hack'celeration team to look at your case and suggest a workable setup for your scenario. Describe the result you expect, and the team will tell you what fits.
05Should you use Make or n8n for allmysms?
It depends on the tool your team already uses. In Make, allmysms offers one action, Send Sms, connected with an API key and driven by a trigger from another app. The same app often has an n8n node as well, so check what exists there for your needs. The choice then comes down to where the rest of your automations live and which editor your team finds easier to maintain day to day.