Vonage Make integrationAutomate Vonage with Make.
Texts and phone calls that go out on their own, triggered by what happens in your other tools. The Vonage Make integration gives you 13 modules, including 2 instant triggers. This guide shows what each one does, how to plug in your API key and how to ship a first SMS scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Vonage Make integration do for you?
The Vonage Make integration links your Vonage developer account to Make, a no-code tool where you build a scenario (the automation itself, a chain of bricks called modules). Once linked, Make can send SMS, start and steer voice calls, and wake up the moment Vonage reports a call answer or a message status.
Appointment reminders by text. A booking lands in your calendar tool, and Send an SMS texts the customer a confirmation. If you already run bookings through Acuity, the Acuity Scheduling Make integration covers the first half of that flow.
Automated voice alerts. Make an Outbound Call rings an on-call technician when a monitoring tool flags an incident, then Play Text to Speech into a Call reads the alert aloud. Nobody has to dial.
A clean delivery log. Watch a Message Status fires each time a text changes status, for example delivered or seen, so a spreadsheet or CRM always knows which customers actually got the message.
What Make does not give you: a module for every corner of the Vonage API. The listed modules cover SMS and voice calls; for anything else there is Make an API Call, which reuses the same connection. Vonage also has an n8n node, described on the Vonage n8n integration page, and the n8n vs Make comparison helps you pick a tool.
How do you connect Vonage to Make?
- 01
Grab your API key and secret
You need a Vonage developer account. Open the home page of the Vonage dashboard: the API key and the API secret both sit there. Copy the two values somewhere safe for the next step.
- 02
Add a Vonage module
In your scenario, add any Vonage module and click Create a connection. A connection is your Vonage account linked to Make once, then reused by every Vonage module. Give it a clear label in Connection name if you juggle several accounts.
- 03
Paste the credentials
Paste the API key and API secret you copied, or follow the on-screen instructions, then save. Once the connection exists, you can fill in the module.
Your first scenario: text a customer when a new booking comes in
GoalWhen a new booking shows up in your booking tool, Make sends the customer a confirmation text through Vonage.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to add the first module. That first module is the trigger, the event that starts everything.
- 02
Pick the trigger from your booking tool
Search your booking or form app and choose its module that watches new entries. Each new booking becomes a bundle, one item carrying the name, phone number and date to the next module.
- 03
Add Send an SMS
Click the + to the right of the trigger, search Vonage and pick Send an SMS. Create the connection with your API key and secret, then map the customer's number and write the text from the bundle's data.
- 04
Test with Run once
Click Run once and create a test booking with your own phone number. Make runs the scenario one time and shows the bundle each module received, so you can read exactly what was sent.
- 05
Schedule and switch it on
Set the schedule on the first module (a new scenario checks every 15 minutes by default), then switch the scenario on. Each module run counts as an operation on your Make plan.
What can start a Vonage scenario?
2 modules start a scenario when something happens in Vonage. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Vonage as soon as it happens.
Watch a Call Answer
Instant triggerIn Make“When an incoming call is answered, an HTTP request is sent to the Answer URL you specified when setting up the application. For outgoing calls, specify the Answer URL when you make the call.”
Someone picks up, and your scenario starts. That is the whole idea of this trigger, which watches calls handled by your Vonage application: for incoming calls, Vonage contacts the answer URL set on the application, while outgoing calls get that URL when they are placed.
Watch a Message Status
Instant triggerIn Make“Triggers when message status updates (for example, delivered, seen).”
Follows your messages after they leave: each time Vonage updates the status of a text, for instance delivered or seen, a bundle lands in your scenario with that new status.
What can Make do in Vonage?
Vonage gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Get Call Details
ActionIn Make“Retrieves information for a call.”
Pulls the full record of a single call, so the rest of your scenario can reuse what Vonage knows about it instead of you opening the dashboard.
Make an API Call
ActionIn Make“Performs an arbitary authorized API call.”
Your escape hatch. It sends an authorized request to any endpoint of the Vonage API, reusing the connection you already created, so there is no second login to manage.
Make an Outbound Call
ActionIn Make“Makes an outbound call.”
Places a phone call from your Vonage account, started by whatever event your scenario watches. It is the brick behind automated voice alerts and callback requests.
Modify a Call in Progress
ActionIn Make“Hangs up, mutes, unmutes, earmuffs or unearmuffs a call, which is in progress.”
Acts on a call that is still running: hang it up, or mute it and unmute it later. The module lists a few more call controls, named in Vonage terms, next to these.
Play an Audio File into a Call
ActionIn Make“Plays an audio stream into the specified call.”
Streams a recorded audio file into an ongoing call, so the caller hears a real voice, a jingle or a prepared announcement instead of a synthetic one.
Play Text to Speech into a Call
ActionIn Make“Play text to speech into a call.”
Turns text into speech and reads it inside a live call. Because the text comes from earlier modules, every call can say something different: a name, an order number, an alert.
Send an SMS
ActionIn Make“send an SMS to your chosen number.”
Sends a text to the number you choose, with content built from the data your scenario already carries. If you are new to Vonage in Make, it is the easiest place to start.
Stop Playing an Audio File into a Call
ActionIn Make“Stop playing an audio file into a call.”
Cuts the audio file currently streaming into a call, leaving the call itself open so the conversation can carry on.
Stop Text to Speech in a Call
ActionIn Make“Stop text to speech in a call.”
Interrupts a synthetic voice that is still speaking in a call, without hanging up on the person on the line.
Update a Call
ActionIn Make“Transfer the control of the current call to a new NCCO.”
Changes what a running call does next: from that point on, the call follows the new instructions you give it in this module.
List Calls
SearchIn Make“Retrieves a list of calls.”
Returns a batch of calls from your Vonage account, each one as its own bundle, which makes reporting and cleanup jobs possible without exporting anything by hand.
Need help automating Vonage with Make?
A person reads every message.