- Home
- Resources
- Integrations
- peoplefone
peoplefone Make integrationAutomate peoplefone with Make.
Want your phone system to send texts and route calls without anyone clicking? The peoplefone Make integration gives you 6 modules: 2 triggers and 4 actions. This guide explains each one, links your account, and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the peoplefone Make integration do for you?
The peoplefone Make integration links your peoplefone account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules. Each module is one brick, a trigger that starts things or an action that does something, so your SMS and call routing can react to other tools without code.
Texts that leave on their own. Put Create an SMS after a module from another app, such as a booking tool or a CRM, and each new record turns into a message sent from your peoplefone account.
A delivery log you never fill by hand. Watch SMS Status Event picks up status changes on your messages; pair it with Get an SMS Details and push the result into a spreadsheet or a support tool.
Calls sent where your own rules say. Watch Call for External Routing spots calls waiting for an outside decision, and Route External Routing call to destination tells peoplefone where to send each one.
What Make does not cover here: the listed modules stop at SMS and external routing. For anything else the peoplefone API offers, Make an API Call reuses the same connection. The official Make documentation for this app is marked as AI-generated and may contain mistakes, so check key details with peoplefone. Before you build, the Make review sums up the tool, Make troubleshooting helps when a run fails, and n8n vs Make compares both platforms.
How do you connect peoplefone to Make?
- 01
Generate an API key in peoplefone
In your peoplefone account, open the API section of the main menu, then API Keys, and click Add. Name the key, select the services it needs, click Save, and copy the key shown in the window.
- 02
Open the connection window in Make
Add any peoplefone module to your scenario and click Create a connection. A connection is your peoplefone account linked to Make once, then reused by every peoplefone module. The Connection name field is optional.
- 03
Paste the key and save
Paste the API key you copied into the credentials field, or follow the instructions Make shows on screen, and confirm. From now on the module can read and act on your peoplefone account.
Your first scenario: text a customer from another app
GoalWhen a new record appears in another app, Make sends an SMS through peoplefone.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to place the first module. This one comes from the app that holds your customers, such as a form or a CRM.
- 02
Set up the starting app
Pick that app's trigger, link its account, and fill its fields. Each new record it finds becomes a bundle: one item handed to the next module, here one customer with a phone number.
- 03
Add Create an SMS
Click the + on the right of the first module, search peoplefone, choose Create an SMS and click Create a connection. Then map the data from the first module into its fields.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can check that the right customer got the right text.
- 05
Schedule and switch it on
Open the clock on the first module: a new scenario checks every 15 minutes by default, and the Free plan cannot go faster. Adjust it if your plan allows, then switch the scenario on.
Triggers: what starts a peoplefone scenario
2 modules start a scenario when something happens in peoplefone. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by peoplefone as soon as it happens.
Watch Call for External Routing
triggerIn the docs onlyYou get each call that peoplefone hands over for an outside routing decision, as a bundle your scenario can reason about. The documentation lists the module without a description, so its exact output is something to read on your first Run once.
Watch SMS Status Event
triggerIn the docs onlyStatus updates on the texts you send turn into bundles, which lets you know what happened to a message without opening peoplefone. The documentation gives no list of statuses, so look at the bundles after a test to see which values appear.
Actions: what peoplefone does inside a scenario
peoplefone gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create an SMS
ActionIn the docs onlySends a text from your peoplefone account using data coming from earlier modules, so confirmations and reminders go out without a person typing them.
Get an SMS Details
ActionIn the docs onlyFetches the information peoplefone holds about one message you already sent, which fills a log or a support ticket with facts instead of guesses.
Make an API Call
ActionIn the docs onlyOpens the rest of the peoplefone API to your scenario, with the connection you already set up, so a missing module is not a dead end.
Route External Routing call to destination
ActionIn the docs onlyGives peoplefone the destination for a call that is waiting on an outside decision, which puts your own routing logic in charge of who answers.
Need help automating peoplefone with Make?
A person reads every message.