- Home
- Resources
- Integrations
- ChatNode
ChatNode Make integrationAutomate ChatNode with Make.
What if your ChatNode bot could answer questions that never reach your chat widget? The ChatNode Make integration gives you 2 action modules. This page is for support and ops teams: it shows how to link your account and build a first scenario that asks your bot and reuses its reply.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ChatNode Make integration do for you?
The ChatNode Make integration lets a Make scenario (the automation you build, a chain of modules) talk to your ChatNode bot. A module is one brick of that chain. Here, one brick sends a message to your bot and hands its answer to the next brick, so the reply can land anywhere Make reaches.
Answers for questions that arrive by form or email. A prospect fills in a contact form in another app. Send a Message passes the question to your bot, and the next module stores or forwards the answer, so your team starts from a draft instead of a blank page.
One brain for every channel. Your bot already knows your offer. Put Send a Message behind any app Make can read, and the same knowledge serves inbound tickets, spreadsheet rows or a chat tool without training a second assistant.
The rest of the API, with the same account. Make an API Call reaches any endpoint of the ChatNode API through the connection you already created. It is the way to cover what the two listed modules leave out, provided you read the ChatNode API documentation first.
What the integration does not do: ChatNode has no trigger in Make, so nothing starts on its own from the ChatNode side. Your scenario begins with another app or with a schedule. Note also that the Make documentation for this app is flagged as AI generated, so check any important detail with ChatNode. If you are still choosing a platform, read our Make review and the n8n vs Make comparison; to learn scenarios step by step, the Make training is a good next stop.
How do you connect your ChatNode account to Make?
- 01
Copy your API key from ChatNode
Open your ChatNode dashboard, go to the Settings section and copy the API key displayed there. You need an active ChatNode account; without one, there is no key to paste into Make.
- 02
Add a ChatNode module in Make
In your scenario, add a ChatNode module such as Send a Message and click Create a connection. A connection is your ChatNode account linked to Make once, then reused by both ChatNode modules.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several bots. Paste the API key you copied, or follow the instructions Make shows on screen, then save.
Your first scenario with ChatNode and Make
GoalWhen a new question lands in another app, Make sends it to your ChatNode bot and gets the answer back, ready for the next step.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Since ChatNode has no trigger, pick the app where questions arrive, such as your form tool.
- 02
Set up the starting app
Connect that first app and fill its fields. Make lists what it can read once the connection exists, so you choose the form or folder rather than typing it by hand.
- 03
Add Send a Message
Click the + on the right of the first module, search ChatNode and pick Send a Message. Choose your connection, then map the question text coming from the previous module.
- 04
Test with Run once
Click Run once to execute the scenario one time. Open the bundle of Send a Message (a bundle is one item passed between modules) and read the answer your bot returned.
- 05
Schedule and switch it on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation, the unit Make bills on your plan.
What the ChatNode modules do
ChatNode gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
You get access to any ChatNode API endpoint from inside a scenario, signed with the connection you already set up, so no second login or key handling is needed.
Send a Message
ActionIn Make“Sends a message to your bot and get back this answer.”
Your bot receives the text you map and sends back its answer, which the next module can store, forward or post wherever you need it.
Need help automating ChatNode with Make?
A person reads every message.