- Home
- Resources
- Integrations
- Chatbase
Chatbase Make integrationAutomate Chatbase with Make.
What if your Chatbase chatbot could answer questions that come from your other tools? The Chatbase Make integration offers 2 action modules to send a message to a bot and reuse its reply. This guide walks through the connection and a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Chatbase Make integration do?
The Chatbase Make integration lets a Make scenario, the automation you build in Make, send a message to one of your Chatbase chatbots and collect the answer it writes. That answer then travels to the next step, so another app can store it, email it or post it wherever your team works.
Answer support tickets with a first draft. A new ticket lands in your helpdesk, the Send a Message module passes the customer question to your Chatbase bot, and the reply comes back as a draft your agent reviews before sending. Your agent starts from a proposal instead of a blank reply.
Qualify a lead from a form. When someone fills in a contact form, the message goes to Chatbase, and the answer is written into your CRM next to the contact. The Airtable Make integration works well as a simple place to keep these exchanges.
Reach what the listed modules skip. Chatbase has only two modules in Make. When you need another endpoint of its API, Make an API Call uses the same connection to call it.
There is one limit to know before you start: Chatbase has no trigger in Make, so it never starts a scenario by itself. Another app or the schedule has to start it. Chatbase also exists as an n8n node; the n8n vs Make comparison lays out how the two tools differ, and the Make training covers the editor from the ground up.
How do you connect Chatbase to Make?
- 01
Get your API key from Chatbase
Sign in to your Chatbase account and generate an API key there. You need a paid Chatbase plan for this integration to work. Keep the key at hand, since Make asks for it in the next step.
- 02
Add a Chatbase module and create the connection
In your scenario, add a Chatbase module, then click Create a connection. A connection is your Chatbase account linked to Make once, then reused by every Chatbase module. You can give it a name if you manage several accounts.
- 03
Paste the key and save
Paste your key into the API Key field and click Save. The connection then appears in the module. From now on, both Chatbase modules can pick it from the list.
Your first scenario with Chatbase in Make
GoalWhen a new question arrives in another app, Make sends it to your Chatbase bot and passes its answer along.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. The first module is the app where questions arrive, such as a form or a helpdesk, since Chatbase cannot start the flow.
- 02
Add Send a Message
Click the + on the right of that first module, search for Chatbase and pick Send a Message. Select the connection you created, or create it now with your API key.
- 03
Map the question
Fill the module fields. Once the connection exists, Make lists what it can read from your account: tell the module which bot to ask, then map the question text coming from the first module. Each item passed along, called a bundle, becomes one message.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received. Open the Chatbase bubble to read the answer your bot wrote.
- 05
Schedule and switch it on
Set the schedule on the first module with the clock icon. A new scenario checks every 15 minutes by default. Then switch the scenario on so it keeps working without you.
What the Chatbase modules do
Chatbase 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.”
This module gives you access to any part of the Chatbase API that the ready-made module leaves out, while reusing the connection you already set up. You describe the request yourself, and Make sends it with your key attached.
Send a Message
ActionIn Make“Sends messages to a chatbot and receives a response.”
You get your chatbot's answer back inside the scenario: this module sends a message to one of your Chatbase bots and receives the response, ready to map into the next step. Most Chatbase scenarios are built around it.
Need help automating Chatbase with Make?
A person reads every message.