- Home
- Resources
- Integrations
- RingCentral
RingCentral Make integrationAutomate RingCentral with Make.
What if every missed call, fax or voicemail on RingCentral started the next task by itself? The RingCentral Make integration gives you 26 modules: ten triggers, plus actions and searches. This guide shows what they do, how to connect your account and how to build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the RingCentral Make integration automate?
The RingCentral Make integration links your business phone account to Make, a no-code automation tool. Calls, SMS, faxes and voicemails become starting points for a scenario (the automation you build in Make, a chain of bricks called modules), and Make can also send texts, place calls or update contacts for you.
Never let a missed call go cold. A support desk can pair Watch Extension Missed Calls with Send an SMS, so the caller gets a text back right after the phone stops ringing.
Keep a call log without typing it. A sales team can start from Watch Calls, pull the full record with Get Call Details and write it to a spreadsheet or a CRM with another app connected to Make. Watch Call Recordings plus Get a Call Recording does the same for the audio files.
Route faxes and voicemails to the right person. An accounting office can react to Watch Faxes or Watch Voice Messages, then look up the message with Get Message Details before sending it on.
Anything the listed modules do not cover goes through Make an API Call, which reaches any endpoint of the RingCentral API with the same connection. The same app often has an n8n node too; our n8n vs Make page sets out how the two tools differ. Before you choose a plan, read Make pricing, and if a run fails, Make troubleshooting walks through the usual fixes.
How do you connect RingCentral to Make?
- 01
Create an app in the RingCentral console
You need a RingCentral developer account and an active service account. In the Console, open Apps, click Create App, pick REST API App, then the 3-legged OAuth authorization code flow for a Server-side web app.
- 02
Paste the callback and copy the keys
Enter
https://www.integromat.com/oauth/cb/ringcentralas the callback URI, tick the permissions your scenarios need and click Create. The dashboard then shows the Client ID and the Client secret: copy both. - 03
Link the account in Make
Add any RingCentral module to a scenario and click Create a connection. Give it a name in Connection name if you like, paste the two keys and follow the screens. That connection (your RingCentral account linked once) serves every RingCentral module.
Your first scenario: text back every missed call
GoalWhen a call to an extension goes unanswered in RingCentral, Make sends an SMS through RingCentral.
- 01
Create the scenario
On the Scenarios page, create a new scenario. The editor opens on an empty circle: click the + to add your first module.
- 02
Pick the missed call trigger
Search for RingCentral and choose Watch Extension Missed Calls. It is instant, so click Create a webhook, then Create a connection and link your account.
- 03
Add Send an SMS
Click the + to the right of the trigger and add Send an SMS. Fill its fields, write a short message and map data from the trigger's bundle (the item it passed along, here the missed call).
- 04
Test with Run once
Click Run once, then call the extension without picking up. Open the bubbles on each module to read the bundles they received and check the text went out.
- 05
Switch it on
When the test looks right, switch the scenario on. Because the trigger is instant, RingCentral tells Make about each missed call as it happens, with no schedule to tune.
Which RingCentral triggers can start a scenario?
10 modules start a scenario when something happens in RingCentral. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by RingCentral as soon as it happens.
Watch All New Calls
Instant triggerIn Make“Triggers when any new call appears in the system.”
Every call that shows up in your RingCentral account starts the scenario, as soon as it appears there. It is the widest net of the call triggers.
Watch Answered Call
Instant triggerIn Make“Triggers when a new incoming call has been picked up.”
This trigger waits until an incoming call is actually picked up, so ringing calls that nobody answers never reach your scenario.
Watch Call Recordings
Scheduled triggerIn Make“Returns new call recordings since the last check.”
New call recordings are picked up here, all those created since Make last looked, and each one comes out as its own bundle.
Watch Calls
Scheduled triggerIn Make“Triggers when there is a new incoming or outgoing call.”
Incoming and outgoing calls both land here, which gives you a complete call history built one check at a time.
Watch Extension Missed Calls
Instant triggerIn Make“Triggers when there is a new missed call.”
A caller hung up before anyone answered? This trigger hands that missed call to Make so someone can follow up.
Watch Faxes
Instant triggerIn Make“Triggers when a new fax has been received.”
Received faxes stop sitting in an inbox nobody checks: each new one starts the scenario and can be forwarded or filed.
Watch Messages
Scheduled triggerIn Make“Watches for new messages.”
New messages of your RingCentral account are gathered in batches, so one check can return several bundles at once.
Watch Outbound SMS Messages
Instant triggerIn Make“Triggers when a new Outbound SMS message is created or updated.”
Texts your team sends are tracked here: the scenario starts when an outbound SMS is created and again when it is updated.
Watch SMS Messages
Instant triggerIn Make“Triggers when a new SMS message received.”
Each SMS your RingCentral number receives turns into a bundle that the rest of the scenario can read, answer or store.
Watch Voice Messages
Instant triggerIn Make“Triggers when a new voice message has been received.”
Voicemails left on your line start the scenario one by one, so none of them waits for someone to dial in and listen.
What can Make do in RingCentral?
RingCentral gives you 16 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Contact
ActionIn Make“Creates a new contact”
A new person in your RingCentral address book, filled from data another app hands over, so reps see a name instead of a bare number.
Get a Call Recording
ActionIn Make“Returns call recordings by ID.”
Fetches one call recording from its ID, so the scenario can pass the audio to a storage app or a transcription tool.
Get Call Details
ActionIn Make“Gets details for a particular call by ID.”
Returns the full record of one call from its ID, handy when the trigger gave you only part of the picture.
Get Message Details
ActionIn Make“Gets details for a particular message by ID.”
Pulls every detail of a single message from its ID, so the next module works on the complete record instead of a partial one.
Get Presence
ActionIn Make“Returns presence status of an extension or several extensions.”
Tells the scenario whether one extension, or several, is available right now, based on its presence status in RingCentral.
Make a Call
ActionIn Make“Makes a ringout call.”
Places a RingOut call from Make, the RingCentral way of starting a phone call from software instead of dialing on the handset.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the RingCentral API from your scenario, using the same connection as the other modules.
Remove a Webhook
ActionIn Make“Removes a webhook.”
Deletes a webhook registered on your RingCentral account, which helps clean up after tests or retired scenarios.
Send a Fax
ActionIn Make“Sends a fax.”
Sends a fax through your RingCentral line straight from a scenario, with no fax machine and no manual upload.
Send an SMS
ActionIn Make“Sends SMS.”
Texts a customer from your RingCentral business number, so replies come back to the same line your team already watches.
Start a Call Recording
ActionIn Make“Starts a call recording by Telephony Session ID and party ID.”
Launches the recording of a call already in progress, identified by its Telephony Session ID and party ID.
Update a Contact
ActionIn Make“Updates existing contact.”
Changes an existing RingCentral contact. The name reps see on screen then matches what your CRM or spreadsheet says.
List Calls
SearchIn Make“Lists all calls.”
Returns the calls of your account as a series of bundles, one per call, ready to be filtered or written somewhere else.
List Contacts
SearchIn Make“Lists all contacts in account.”
Brings back the contacts stored in your RingCentral account, zero, one or many, each as its own bundle.
List Messages
SearchIn Make“Lists all messages for the account.”
Lists the messages stored in your account, one bundle per message, so you can review or copy them in bulk.
List Users
SearchIn Make“Lists all company contacts.”
Returns the people of your company directory in RingCentral, the colleagues rather than your external contacts.
Need help automating RingCentral with Make?
A person reads every message.