Mocean Make integrationAutomate Mocean with Make.
Need a text or a phone call to go out the moment something happens in another tool? The Mocean Make integration gives you 4 action modules: SMS, voice, balance and a custom API call. This guide shows ops and support teams how to connect the account and ship a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Mocean Make integration do for you?
The Mocean Make integration lets a Make scenario (the automation you build, a chain of steps) send text messages and voice messages through your Mocean account, and read your remaining credit. Mocean has no trigger in Make, so something else starts the scenario: another app, a schedule, or a webhook.
Order confirmations by text. An online shop gets a new order in its store app, and Send a Text Message tells the buyer their order is in. The store module starts the flow, Mocean only delivers the message.
Urgent alerts people actually hear. Some messages deserve more than a notification. A support team can pair a ticket tool with Send a Voice Message, which reads your text aloud to the person on call when a critical ticket lands.
No surprise empty balance. Get a Balance returns your Mocean credit, so a scenario can post it in a team channel or a sheet before a big send goes out.
What Make does not give you here: no module that watches Mocean for incoming replies or delivery events. For anything outside the 4 modules, Make an API Call reaches the rest of the Mocean API. If your team runs n8n instead, read the Mocean n8n integration page, and the n8n vs Make comparison if you are still choosing. New to the editor? The Make training covers the basics.
How do you connect your Mocean account to Make?
- 01
Generate a token in Mocean
Log in to your Mocean dashboard, open the API Account section and pick Generate Token. Copy the API Token right away and keep it somewhere safe. You need an active Mocean API account for this.
- 02
Add a Mocean module in Make
In your scenario, add any Mocean module and click Create a connection. A connection is your Mocean account linked to Make once; every Mocean module in your scenarios reuses it after that.
- 03
Paste your credentials
Give the connection a clear label in Connection name if you like (it is optional), paste the credentials from your Mocean dashboard, and follow what the screen asks. Save, and the module is ready to fill.
Your first scenario: text a customer when an order comes in
GoalWhen a new order lands in your store app, Make sends the buyer a confirmation SMS through Mocean.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. The first module is the trigger, and since Mocean has none, pick the app where your orders live.
- 02
Set up the order trigger
Search your store app, choose its module that watches new orders, and link that account. Each order then travels through the scenario as a bundle, one item passed from module to module.
- 03
Add Send a Text Message
Click the + on the right of the trigger, search Mocean and pick Send a Text Message. Connect your account, then map the buyer phone number and a short text from the order data.
- 04
Test with Run once
Place a test order to your own number, then click Run once. Make runs the scenario one time and shows the bundles each module received, so you see exactly what went to Mocean.
- 05
Schedule and switch it on
Open the clock on the first module. A new scenario checks every 15 minutes by default, or every minute at the fastest on a paid plan. Pick your interval and switch the scenario on.
What Mocean can do in Make
Mocean gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get a Balance
ActionIn Make“Checks your account credit balance.”
Returns the credit left on your Mocean account, as one bundle you can pass to the next module. Handy when the people who pay for credit never open the Mocean dashboard.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Mocean API with the connection you already set up, so you skip handling tokens by hand. It covers whatever the three other modules leave out.
Send a Text Message
ActionIn Make“Sends SMS to selected number.”
Sends an SMS from your Mocean account to the number you choose, with a text built from whatever the previous modules passed along. This is the module most scenarios end on.
Send a Voice Message
ActionIn Make“Converts text to voice and send to selected receiver.”
Turns your text into speech and places a call to the receiver, who hears the message read out. It reaches people who ignore texts, or who need to react fast.
Need help automating Mocean with Make?
A person reads every message.