Resources · Make integration

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 you can automate

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.

Connect

How do you connect Vonage to Make?

  1. 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.

  2. 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.

  3. 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.

First scenario

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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

Triggers

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.

Vonage1Watch a Call Answer

Watch a Call Answer

Instant trigger

In MakeWhen 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.

How it fires
instant, Vonage calls Make through a webhook as soon as the call is answered, so there is no schedule to tune.
When to use it
a support line where every answered call should open a ticket or log the caller in your CRM.
Watch out
the Make documentation sets a specific order for instant modules: click Create a webhook first, and only then Create a connection.
Vonage2Watch a Message Status

Watch a Message Status

Instant trigger

In MakeTriggers 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.

How it fires
instant, Vonage notifies Make through a webhook right when the status changes.
When to use it
you send payment reminders by SMS and want your spreadsheet to mark who really received them, so the team only phones the others.
Watch out
one message can change status more than once, and every update arrives as its own bundle, so each one is counted as an operation.
Modules

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.

Vonage1

Get Call Details

Action

In MakeRetrieves 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.

When to use it
right after Watch a Call Answer, to enrich the ticket or CRM entry with the details of that exact call.
Watch out
it needs one precise call; to browse several, start with List Calls.
Vonage2

Make an API Call

Action

In MakePerforms 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.

When to use it
the feature you need is in the Vonage API but none of the 13 ready-made modules offers it.
Watch out
here you write the request yourself, so keep the Vonage API reference open while you fill it in.
Vonage3

Make an Outbound Call

Action

In MakeMakes 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.

When to use it
a lead fills in a "call me back" form and you want the call to go out without anyone dialing.
Watch out
what happens once the call connects is up to you, usually with a text to speech or audio module next.
Vonage4

Modify a Call in Progress

Action

In MakeHangs 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.

When to use it
ending an automated alert call cleanly once the message has played, or muting the line during a sensitive step.
Watch out
the call has to still be running when the module fires; on a finished call there is nothing left to change.
Vonage5

Play an Audio File into a Call

Action

In MakePlays 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.

When to use it
a professionally recorded welcome message or hold music for callers reaching your line.
Watch out
to cut it short from the scenario, pair it with Stop Playing an Audio File into a Call.
Vonage6

Play Text to Speech into a Call

Action

In MakePlay 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.

When to use it
after Make an Outbound Call, to read an incident summary to the technician on duty.
Watch out
write short sentences; long blocks of text are hard to follow by ear.
Vonage7

Send an SMS

Action

In Makesend 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.

When to use it
order confirmations, appointment reminders, a one-time notice when a delivery leaves the warehouse.
Watch out
run a test on your own phone first with Run once, so you see the exact text before customers do.
Vonage8

Stop Playing an Audio File into a Call

Action

In MakeStop 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.

When to use it
hold music is playing and an agent becomes available, so the music has to stop before the transfer.
Watch out
it only affects audio started with Play an Audio File into a Call; spoken text has its own stop module.
Vonage9

Stop Text to Speech in a Call

Action

In MakeStop 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.

When to use it
a long announcement is running and something new happens in your scenario that makes it obsolete.
Watch out
it does nothing on a recorded audio file; for that, pick Stop Playing an Audio File into a Call instead.
Vonage10

Update a Call

Action

In MakeTransfer 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.

When to use it
transferring a caller to another flow once your scenario has checked who they are in your CRM.
Watch out
the new instructions replace the old ones for the rest of the call, so plan how it should end before you send them.
Vonage11

List Calls

Search

In MakeRetrieves 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.

When to use it
feeding a call log into a spreadsheet or a dashboard for your support team.
Watch out
as a search module it can return zero, one or many calls, and every module after it runs once per call.
Need help

Need help automating Vonage with Make?

A person reads every message.

FAQ

Vonage and Make: common questions

01Is the Vonage Make integration free?
Yes, on the Make side. Vonage is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run and files up to 5 MB. Paid plans (Core, Pro, Teams, Enterprise) lower the interval to 1 minute and remove the cap on active scenarios. Your Vonage account is a separate subscription: check the Vonage pricing page for that part.
02What does it take to connect Vonage to Make?
A Vonage developer account and its API credentials. The API key and the API secret both appear on the home page of the Vonage dashboard. In Make, add a Vonage module, click Create a connection, optionally name it, and paste the two values. For the two instant triggers, click Create a webhook before creating the connection. Once saved, the same connection serves every Vonage module in all your scenarios, so this setup only happens once per account. If you manage several Vonage accounts, the optional connection name keeps them apart.
03Do Vonage triggers in Make fire instantly?
Yes. Both Vonage triggers, Watch a Call Answer and Watch a Message Status, are instant: Vonage calls Make through a webhook as soon as the event happens, so the scenario does not wait for a schedule. The 15 minute default interval only applies when your scenario starts on a scheduled trigger from another app. Keep in mind that each status update or answered call arrives as its own bundle, and every module that processes it counts as an operation on your plan.
04What if a Vonage feature is missing from Make?
Use Make an API Call. It sends a request to any endpoint of the Vonage API with the connection you already have, so it covers what the 12 other modules leave out. You write the request yourself, which asks for a look at the Vonage API reference. The Make documentation for Vonage lists no specific limits beyond noting that its content is AI-generated from the Vonage documentation, so double check important details with Vonage.
05Should you use Make or n8n for Vonage?
It depends on the tool you already work in. Both offer Vonage: Make with 13 modules covering SMS and voice calls plus two instant triggers, n8n with its own Vonage node. If your other automations live in Make, stay there and use Make an API Call for anything missing. If your team already builds in n8n, its Vonage node keeps everything in one place. Compare the modules each one offers against your exact use case.