- Home
- Resources
- Integrations
- Typebot
Typebot Make integrationAutomate Typebot with Make.
What happens to a chat once a visitor starts it in your typebot? The Typebot Make integration gives you 6 modules, including an instant trigger, to pass each conversation to your other tools. This page shows how to link your account and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Typebot Make integration let you automate?
The Typebot Make integration links your Typebot account to Make, a no-code tool where you build a scenario: a chain of modules that runs on a schedule or when an app calls Make. Each module is one brick of that chain. With Typebot you get 2 triggers, 2 actions and 2 searches.
Leads that land in your CRM on their own. Watch New Chat starts the scenario as soon as a visitor opens a chat in the typebot you pick. Add the module of another app after it, and the conversation lands where your sales team already works.
A clean map of the answers before you build. Get a Chatbot Chat Form returns an example of the response format, so you can see which data a chat carries and map it field by field in the next module.
An inventory of your bots. List Typebots and List Webhook Blocks are searches: each one can return zero, one or several items, handy when you manage many bots and want to see what exists before wiring anything.
What the integration does not cover: anything outside those 6 modules. For another endpoint of the Typebot API, Make an API Call reuses your connection. If a run fails, the Make troubleshooting guide lists the usual causes. Still weighing tools? Read n8n vs Make, and to get your team up to speed, see our Make training.
How do you connect your Typebot account to Make?
- 01
Create an API token in Typebot
In your Typebot dashboard, open Settings and Members, then My account. Under API tokens, click Create, give the token a name, click Create token and copy the value shown in the window.
- 02
Add a Typebot module in Make
Open your scenario in Make, add any Typebot module and click Create a connection. A connection is your Typebot account linked to Make once, then reused by every Typebot module you add later.
- 03
Paste the token and save
The Connection name field is optional; a clear name helps if you link more than one Typebot account. Paste the API token you copied, confirm, and Make now reads your bots in the module fields.
Your first scenario with Typebot
GoalWhen a visitor starts a chat in your typebot, Make catches it and reads the format of the answers so you can pass them to another app.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + in the middle of the editor to add the first module.
- 02
Pick Watch New Chat
Search for Typebot, choose Watch New Chat, click Create a webhook, then Create a connection with your API token. Select the typebot to watch in the list Make shows you.
- 03
Add Get a Chatbot Chat Form
Click the + on the right of the trigger and add Get a Chatbot Chat Form. Fill its fields with data mapped from the previous module, so you see the shape of the answers.
- 04
Test with Run once
Click Run once, then open a chat on your bot. Each module shows the bundles it received: a bundle is one item passed from a module to the next, here one chat.
- 05
Switch it on
Once the bundles look right, add the module of the app that should receive the chat, then switch the scenario on. Every new chat now follows the same path.
What can start a Typebot scenario?
2 modules start a scenario when something happens in Typebot. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Typebot as soon as it happens.
Watch New Chat
Instant triggerIn Make“Triggers when a new chat is started in the specified typebot.”
This trigger gives you each new conversation the moment a visitor starts it in the typebot you select, so the rest of the scenario can act while the lead is still warm.
Watch Make.com Block Trigger
triggerIn the docs onlyThis trigger is listed in the Make documentation without a description. Its name points to a Make.com block inside your typebot, but nothing official says what it returns, so treat it as something to test before you build around it.
What else can Make do with Typebot?
Typebot gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get a Chatbot Chat Form
ActionIn Make“Gets an example of the result of the response format.”
Here you get a sample of how a typebot formats its answers, which shows you which data you can map into the next app instead of guessing.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This module lets you reach any endpoint of the Typebot API with the connection you already set up, so a missing module never blocks you.
List Typebots
SearchIn the docs onlyGoing by its name (the documentation gives no description), List Typebots returns the bots of your account as separate bundles, giving you a quick inventory without opening the Typebot dashboard.
List Webhook Blocks
SearchIn the docs onlyThis search lists the webhook blocks it finds, which helps you check which parts of your bots already talk to an outside tool before you add another one.
Need help automating Typebot with Make?
A person reads every message.