Resources · Make integration

Telnyx Make integrationAutomate Telnyx with Make.

Can Make react when a text, a call or a fax lands on your Telnyx number? Yes. The Telnyx Make integration gives you 15 modules: 6 triggers and 9 actions. This page is for teams that run phone lines on Telnyx, and it takes you from connection to a working first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can you automate with the Telnyx Make integration?

The Telnyx Make integration links your Telnyx account to Make, a no-code tool where you build a scenario: a chain of modules, each one a brick that either listens for an event or does one job. Telnyx brings the phone side (texts, MMS, calls, faxes, recordings) and Make carries each event into the rest of your tools.

Answer inbound texts on autopilot. Watch Messages picks up a new SMS on your number and Send SMS Message writes back, whether that is opening hours for a restaurant or a ticket confirmation for a support desk.

Keep a trace of every call. Watch Calls and Watch Recordings pass each inbound call and each new recording on to a spreadsheet or a base, the kind of setup described on the Airtable Make integration page.

Give faxes a second life. Watch Faxes starts a scenario when a PDF reaches your fax number, so the right person hears about it, and Send Fax Message handles the way back when a signed form must be returned.

What the Make doc does not give: any limit or troubleshooting note for Telnyx. It also states that its Telnyx page is AI-generated from the Telnyx documentation, so double-check anything important with Telnyx. For a feature none of the 15 modules covers, Make an API Call reaches the rest of the Telnyx API with the same connection.

Weighing tools first? Read n8n vs Make. Want to learn the editor step by step? See Make training.

Connect

How do you connect your Telnyx account to Make?

  1. 01

    Generate your Telnyx API key

    In the Telnyx portal, open the API Keys section and click Generate API Key. Copy the key displayed on screen and keep it at hand: Make asks for it in the next step, and you need an active Telnyx account for any of this to work.

  2. 02

    Add a Telnyx module and create the connection

    In your scenario, add any Telnyx module and click Create a connection. A connection is your Telnyx account linked to Make once, then reused by every Telnyx module. Filling the Connection name field is optional, yet a clear name helps if you handle several accounts.

  3. 03

    Paste the key and save

    Paste the API key you copied from Telnyx, or follow the instructions Make shows on screen, then confirm. Your module is now tied to your account, and every Telnyx module you add later offers the same connection in its list.

First scenario

Your first scenario: reply to every incoming SMS

GoalWhen a text message reaches your Telnyx number, Make sends the sender an SMS reply.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the + in the middle of the canvas. That empty circle becomes the first module, the one that starts everything else.

  2. 02

    Add Watch Messages

    Search for Telnyx and pick Watch Messages. Click Create a webhook, then Create a connection, and paste your API key. The trigger now waits for Telnyx to call Make.

  3. 03

    Add Send SMS Message

    Click the + on the right of the trigger, choose Telnyx again and select Send SMS Message. Map the data the trigger received so the reply goes back to whoever wrote, then type your answer.

  4. 04

    Test with Run once

    Click Run once and text your Telnyx number from your own phone. Open the bubble above each module to read its bundles: a bundle is one item handed from module to module, here one message.

  5. 05

    Switch the scenario on

    Look at the scheduling clock on the first module, then switch the scenario on. Since Watch Messages is instant, Telnyx calls Make as each text arrives rather than on the 15-minute default.

Triggers

Which Telnyx events can start a scenario?

6 modules start a scenario when something happens in Telnyx. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Telnyx as soon as it happens.

Telnyx1Watch Calls

Watch Calls

Instant trigger

In MakeTriggers on an incoming call

Watch Calls starts your scenario whenever someone rings one of your Telnyx numbers, so an inbound call can feed a log, a CRM record or an alert to whoever is on duty.

How it fires
instant. Telnyx calls Make through a webhook as soon as the call comes in, and no schedule is involved.
When to use it
a sales line where every inbound call should open a lead, or a support number where a teammate must know who is calling.
Watch out
each call arrives as one bundle, and every module that handles it spends an operation, meaning one module run that Make counts on your plan. A busy line adds up.
Telnyx2Watch Faxes

Watch Faxes

Instant trigger

In MakeTriggers when a pdf has been received via fax

Every PDF received on your fax number becomes the starting point of a scenario, which turns an old channel into a file you can route like any other document.

How it fires
instant. Telnyx notifies Make through a webhook as soon as the fax has landed.
When to use it
a clinic, a law office or a logistics desk that still gets orders or forms by fax and wants them forwarded to the right person without anyone standing by the machine.
Watch out
the Free plan handles files up to 5 MB, so a long scanned document can outgrow it; check the size of the faxes you receive before you rely on that plan.
Telnyx3Watch Messages

Watch Messages

Instant trigger

In MakeTriggers on incoming messages

Watch Messages hands your scenario each incoming text on your Telnyx numbers, the natural starting point for auto-replies, support tickets or a shared team inbox.

How it fires
instant. Telnyx notifies Make through a webhook the moment a message comes in.
When to use it
customers text a question or a keyword and you want a reply, a ticket or a chat alert to follow without someone staring at the phone.
Watch out
like every instant module, it needs its webhook first. Click Create a webhook before Create a connection, as the Make doc asks for every instant module.
Telnyx4Watch New Phone Numbers

Watch New Phone Numbers

Scheduled trigger

In MakeTriggers on a new phone number order

Watch New Phone Numbers tells your scenario when a new phone number order shows up in your Telnyx account, so your other tools learn about the line without anyone copying it by hand.

How it fires
scheduled. Make checks Telnyx on the scenario's schedule, every 15 minutes by default, with 1 minute as the shortest gap on paid plans.
When to use it
an agency or a call center that orders numbers for each new client and wants them listed in a shared sheet or attached to the client record.
Watch out
it is the only scheduled trigger of the app, so a new number appears at the next check, not at once; on the Free plan checks stay at least 15 minutes apart.
Telnyx5Watch Recordings

Watch Recordings

Instant trigger

In MakeTriggers when a new recording has been made

Each new call recording in Telnyx can start a scenario, which is how recordings end up next to the customer file instead of sitting in the portal.

How it fires
instant. Telnyx calls Make by webhook as soon as a recording has been made.
When to use it
quality reviews, onboarding of new hires or compliance archives, where each recorded call should be attached to a ticket or a deal.
Watch out
audio can be heavy. The Free plan caps files at 5 MB and data transfer at 512 MB, so look at what your recordings weigh before routing them to another app.
Telnyx6Watch Status Updates

Watch Status Updates

Instant trigger

In MakeTriggers when a delivery report is received for an outbound message

Watch Status Updates brings back the delivery report of a message you sent, so your scenario learns whether the text actually reached the phone.

How it fires
instant. Telnyx notifies Make through a webhook when a delivery report arrives for an outbound message.
When to use it
appointment reminders or order confirmations sent with Send SMS Message, where a failed delivery should lead to an email or a call instead.
Watch out
it only covers messages you sent. Replies from your customers come through Watch Messages, so pick that one if you are waiting for answers.
Modules

What can Telnyx do inside a scenario?

Telnyx gives you 9 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Telnyx1

Create Speech from Text

Action

In MakeCreates speech from text

Create Speech from Text turns a written sentence into speech, useful when the words change from one case to the next, like a name or an order status.

When to use it
a voice message built from data an earlier module fetched, rather than a fixed recording.
Watch out
the doc does not say what the module hands back, so click Run once and read its output bundle before wiring the next step.
Telnyx2

Dial Phone Number

Action

In MakeDials a phone number

Dial Phone Number places an outgoing call from Telnyx, so a scenario can phone someone instead of waiting to be called.

When to use it
an urgent alert, a failed payment or a missed delivery, where a text might go unnoticed and a ringing phone gets attention.
Watch out
a call placed by mistake cannot be taken back. Test it on your own number with Run once before pointing it at customers.
Telnyx3

Get Message

Action

In MakeGets a message

Get Message fetches one message from Telnyx so the modules after it can work with its content, handy when the data you hold is only part of the story.

When to use it
before archiving or analysing a message that an earlier step only pointed to.
Watch out
the app also offers Get SMS Message and the doc never explains how the two differ. Run both once on a real message and keep the one whose bundle holds what you need.
Telnyx4

Make an API Call

Action

In MakePerforms an arbitrary authorized API call

Make an API Call reaches any endpoint of the Telnyx API with the connection you already set up, so a feature is never out of reach just because it has no module of its own.

When to use it
a Telnyx feature missing from the listed modules, once you know which endpoint to call from the Telnyx API reference.
Watch out
you write the request yourself, which makes it the most technical module here; start with a simple read request and check the answer with Run once.
Telnyx5

Play Audio File

Action

In MakePlay an audio file on an answered call

Play Audio File plays a sound file on a call that has already been answered, the scenario's way of speaking to the person on the line.

When to use it
a prepared announcement or a reminder once someone has picked up, for example on a call your scenario placed.
Watch out
the call has to be answered first. If nobody picks up there is nothing to play the file on, so decide what the scenario does in that case.
Telnyx6

Send Fax Message

Action

In MakeSends a pdf document to a fax number

Send Fax Message sends a PDF document to a fax number, so partners who still work by fax receive files straight from your scenario.

When to use it
a signed purchase order or a prescription produced in another app that has to reach a supplier, a pharmacy or a court clerk.
Watch out
the document must be a PDF, and on the Free plan files stay under 5 MB; prepare the file earlier in the scenario if it is too large.
Telnyx7

Send MMS Message

Action

In MakeSends mms message to a mobile phone number

Send MMS Message delivers a multimedia message to a mobile number, for the moments when a picture says more than the words around it.

When to use it
a delivery photo, a QR code for an event or a product image sent to a customer right after an order.
Watch out
if words are enough, Send SMS Message keeps things simpler; save MMS for messages where the image is the whole point.
Telnyx8

Send SMS Message

Action

In MakeSends sms message to a mobile phone number

Send SMS Message sends a plain text to a mobile number from your Telnyx account, the module to reach for whenever a scenario has something short to tell a customer.

When to use it
order updates, appointment reminders or a reply to a text caught by Watch Messages.
Watch out
sending does not confirm delivery. To know whether a text arrived, build a second scenario on Watch Status Updates, which reports on outbound messages.
Telnyx9

Get SMS Message

ActionIn the docs only

Going by its name, Get SMS Message reads back one SMS from your Telnyx account; the Make directory gives it no description at all, so the name is the only official hint.

When to use it
when a scenario needs to look at an SMS again, for instance to store its content in a sheet.
Watch out
Get Message looks close, so run both once on the same message and compare their bundles before settling on one.
Need help

Need help automating Telnyx with Make?

A person reads every message.

FAQ

Telnyx and Make: common questions

01Is the Telnyx Make integration free?
Yes, on the Make side. Telnyx is a standard app, available from the Free plan. That plan allows 2 active scenarios, a 15-minute minimum gap between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams, Enterprise) lower the gap to 1 minute, lift the cap on active scenarios and count usage in credits, meaning operations. You still need an active Telnyx account, and its subscription is handled on the Telnyx side.
02What do you need to connect Telnyx to Make?
An active Telnyx account and an API key. Generate the key in the Telnyx portal, in the API Keys section, with the Generate API Key button, and copy it. In Make, add a Telnyx module, click Create a connection, name it if you like and paste the key. For instant modules such as Watch Calls or Watch Messages, click Create a webhook first, then Create a connection. That one connection then serves every Telnyx module in your scenarios.
03Do Telnyx triggers in Make fire in real time?
Five of the six do. Watch Calls, Watch Faxes, Watch Messages, Watch Recordings and Watch Status Updates are instant: Telnyx calls Make through a webhook as soon as the event happens. Watch New Phone Numbers is the exception. It is scheduled, so Make checks Telnyx on the scenario's schedule, every 15 minutes by default. On the Free plan checks can never be closer than 15 minutes, while paid plans go down to 1 minute.
04What if a Telnyx module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the Telnyx API with the connection you already have, so a feature without its own module is still available. You do need to know which endpoint to call, which makes it the most technical option on this page. Keep in mind that the Make documentation for Telnyx lists no limits or troubleshooting and says it was AI-generated from the Telnyx docs, so confirm important details with Telnyx.
05Make or n8n for Telnyx?
It depends on where your team already builds automations more than on Telnyx itself. In Make, Telnyx comes with 15 ready-made modules, 6 of them triggers, plus Make an API Call for everything else. Many apps also have a node in n8n, so look for Telnyx in its catalog before you decide. Neither choice rules out the other, and the n8n vs Make comparison linked earlier on this page sets the two tools side by side.