- Home
- Resources
- Integrations
- Relevance
Relevance Make integrationAutomate Relevance with Make.
Could your Relevance agents act on what lands in your other apps, with nobody forwarding it? The Relevance Make integration gives you 7 modules: 3 actions and 4 searches. This guide is for ops and growth builders, and it walks you from the API key to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Relevance Make integration let you automate?
The Relevance Make integration lets a Make scenario (the automation you build, a chain of steps) talk to your Relevance project. It can send a message to one of your agents, run one of your tools, and read back agents, tools, conversations and messages, all without writing code.
Feed an agent from your other apps. A form entry or a new CRM record lands in another app, and Message an Agent hands it to the right Relevance agent as the opening message of a new conversation, or as a follow-up in one that already exists.
Run a tool on demand. When a row changes in a spreadsheet, Execute a Tool starts one of the tools you built in Relevance with that data, so the tool works on real inputs instead of waiting for someone to paste them.
Archive what agents said. List an Agent's Conversations and List a Conversation's Messages pull the exchanges out of Relevance so you can store them in a sheet or a base like the one in the Airtable Make integration.
There is no trigger in this app: Relevance never starts a scenario by itself. The first module comes from another app or from the scenario's schedule. For anything the 7 modules skip, Make an API Call reaches the rest of the Relevance API. Before you commit, the Make review covers the tool as a whole, and n8n vs Make sets the two platforms side by side.
How do you connect your Relevance account to Make?
- 01
Copy your Project ID and API key
In Relevance, open the project selector at the top left of the dashboard and pick your project. Go to Settings in the left sidebar, then the API keys tab, and copy both the Project ID and the API key.
- 02
Add a Relevance module in Make
In your Make scenario, add any Relevance module and click Create a connection. The Connection name field is optional; a clear name helps when you later keep one connection per project.
- 03
Paste the credentials and save
Paste the Project ID and API key you copied, or follow the on-screen instructions, then confirm. The connection (your Relevance account linked to Make once) is now reused by every Relevance module you add.
Build your first scenario with Relevance
GoalWhen a new record reaches another app, Make sends its content to a Relevance agent with Message an Agent.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Relevance has no trigger, so the first module (one brick of the scenario) comes from the app where your data starts, such as your CRM.
- 02
Add Message an Agent
Click the + to the right of that first module, search for Relevance and pick Message an Agent. Click Create a connection and paste your Project ID and API key.
- 03
Choose the agent and map the text
Once connected, Make lists the agents it can read. Pick one, then map the text from the first module into the message so each new record becomes a fresh conversation.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles (the items passed from one module to the next) that each module received. Check that the agent got the right text.
- 05
Schedule and switch on
Open the clock on the first module: a new scenario checks every 15 minutes by default, and the Free plan does not go below that. Save, then switch the scenario on.
What can each Relevance module do in Make?
Relevance gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Execute a Tool
ActionIn Make“Triggers a tool.”
You get a Relevance tool's work done the moment the data appears, with nobody copying inputs by hand: this action starts the tool you pick and hands it the data gathered earlier in the scenario.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your safety net: with the same connection, it calls any endpoint of the Relevance API that the six other modules do not cover. You keep the whole scenario in Make instead of stitching in another tool.
Message an Agent
ActionIn Make“Sends a message to an agent to either start a new conversation or send an additional message to an existing conversation.”
This action puts a message in front of a Relevance agent. It either opens a brand new conversation or adds a message to one that already exists, so the agent keeps the thread.
List a Conversation's Messages
SearchIn Make“Returns a list of messages for a conversation.”
Pick one conversation and this search returns its messages, so you can read what the agent and the other side actually said, outside Relevance.
List Agents
SearchIn Make“Returns a list of agents.”
This search gives you the agents in your Relevance project, one bundle per agent. It is handy when the scenario must pick an agent dynamically instead of being hard-wired to one.
List an Agent's Conversations
SearchIn Make“Returns a list of conversations for an agent.”
Point it at one agent and it hands back that agent's conversations. It is the step between knowing which agent you care about and reading what was said.
List Tools
SearchIn Make“Gets a list of tools.”
This search returns the tools available in your Relevance project, so a scenario can see what exists before it calls anything.
Need help automating Relevance with Make?
A person reads every message.