Resources · Make integration

GPT-trainer Make integrationAutomate GPT-trainer with Make.

What if your GPT-trainer chatbot could hand its leads and answers to the rest of your tools? The GPT-trainer Make integration gives you 3 modules: one instant trigger and two actions. This page shows you how to connect your account and build a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the GPT-trainer Make integration do for you?

The GPT-trainer Make integration links your chatbot account to Make so that a scenario, the automation you build in Make as a chain of bricks called modules, can react to what happens in the chat and talk to your bot. You get one instant trigger for forms filled in the chat and two actions to query the bot or reach its API.

Capture every lead the bot collects. When a visitor fills a form inside the chat, Watch Submitted Forms starts your scenario right away and passes the answers to whatever comes next: a CRM record, a spreadsheet row, a message to sales.

Get answers from your bot anywhere. Send a Message pushes a question to your chatbot and brings the reply back into the scenario. A support inbox, a ticket tool or an internal chat can then use the bot as its first line of answers.

Cover the rest of the API. Make an API Call reaches any GPT-trainer endpoint the listed modules skip, with the same connection. It asks you to read the GPT-trainer API docs, so keep it for the gaps.

With only three modules, the catalog stays small: there is no search module and no scheduled trigger. If you are still weighing tools, the n8n vs Make comparison sets out the criteria, and our Make review covers the editor itself. When you want a hand with a larger build, the Make agency team can help.

Connect

How do you connect GPT-trainer to Make?

  1. 01

    Generate an API key in GPT-trainer

    In GPT-trainer, open the Account menu, go to API Keys and click Generate new key. Give the key a description, click Generate, then copy the key shown in the window.

  2. 02

    Add a GPT-trainer module in Make

    In your scenario, add any GPT-trainer module and click Create a connection. A connection is your GPT-trainer account linked to Make once, then reused by all three modules. The Connection name field is optional.

  3. 03

    Paste the key and save

    Paste the API key you copied, or follow the on-screen instructions, and save. Make can now read and write through your account, and you won't have to enter the key again for the other modules.

First scenario

Your first scenario: let GPT-trainer answer questions from another app

GoalWhen a question lands in another app, Make sends it to your GPT-trainer chatbot and returns the answer to the next step.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the + to add the first module. Here that is the app where the questions arrive, such as your helpdesk or a form tool.

  2. 02

    Pick the source trigger

    Search that app by name, choose the trigger that fires on a new question and connect your account. Fill its fields: once connected, Make lists what it can read so you pick from a menu.

  3. 03

    Add Send a Message

    Click the + on the right of the first module, search GPT-trainer and choose Send a Message. Map the question text from the previous module into the message, so each bundle, one item passed along, becomes one question.

  4. 04

    Test with Run once

    Click Run once to execute the scenario one time. Then read the bundles each module received and check that the bot's reply came back.

  5. 05

    Set the schedule and switch it on

    On the first module, set the schedule: every 15 minutes by default for a new scenario. Then switch the scenario on. You can add one more module afterward to post the answer where you need it.

Triggers

What can start a GPT-trainer scenario?

1 module starts a scenario when something happens in GPT-trainer. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by GPT-trainer as soon as it happens.

GPT-trainer1Watch Submitted Forms

Watch Submitted Forms

Instant trigger

In Make“Triggers when a new user submits a form within the chat.”

Watch Submitted Forms hands your scenario the details a visitor typed into a form inside your GPT-trainer chat, the moment they submit it. Each submission becomes one bundle you can map into any later module.

How it fires
instant. GPT-trainer calls Make through a webhook as soon as the form is sent, so there is no polling interval to wait for.
When to use it
your bot asks for a name and an email before a demo request, and sales should see that lead in the CRM without copying anything.
Watch out
click Create a webhook before Create a connection, or the trigger has no address to receive forms on.
Modules

What can Make do in GPT-trainer?

GPT-trainer gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

GPT-trainer1

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Make an API Call lets you reach any GPT-trainer API endpoint that the other modules don't cover, reusing the connection you already created, so no second key is needed.

When to use it
you need something from GPT-trainer that neither Send a Message nor the form trigger provides.
Watch out
you write the request yourself, so keep the GPT-trainer API documentation open and test with Run once before switching the scenario on.
GPT-trainer2

Send a Message

Action

In Make“Sends messages to a chatbot and receives a response.”

Send a Message puts a question to your GPT-trainer chatbot and returns its reply inside the scenario, ready for the next module to post, store or forward.

When to use it
a customer email or a support ticket arrives in another tool and you want a first answer drafted by the bot you already trained.
Watch out
each run of this module counts as an operation on your Make plan, one per question sent, so filter out empty or duplicate messages upstream.
Need help

Need help automating GPT-trainer with Make?

A person reads every message.

FAQ

GPT-trainer and Make: common questions

01Is the GPT-trainer Make integration free?
Yes, on the Make side. GPT-trainer is a standard app, so it works from the Free plan. That plan gives you 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution at most and 512 MB of data transfer. Paid plans drop the interval to 1 minute and remove the cap on active scenarios. You still need an active GPT-trainer account with API access; its own pricing is set by GPT-trainer.
02What does it take to connect GPT-trainer to Make?
An active GPT-trainer account and an API key. You create the key in GPT-trainer under Account, then API Keys, with the Generate new key button, and copy it from the window that opens. In Make, add a GPT-trainer module, click Create a connection and paste the key. For the instant trigger Watch Submitted Forms, click Create a webhook first. One connection then serves all three modules. Name the connection after the GPT-trainer account it points to, so you can tell it apart later.
03Does the GPT-trainer trigger in Make fire in real time?
Yes. Watch Submitted Forms is an instant trigger: GPT-trainer calls Make through a webhook as soon as a visitor submits a form in the chat, and the scenario starts right away. There is no polling interval to set for it. It is the only trigger this app offers, so for other events you start the scenario from another app's trigger or from a schedule, then use Send a Message or Make an API Call.
04What if a GPT-trainer module is missing in Make?
Use Make an API Call. It reaches any GPT-trainer API endpoint with the connection you already have, so anything the two ready-made modules skip is still within reach. You will need the GPT-trainer API documentation to build the request, and a Run once test before activation is the safest check. The Make documentation lists no other limit for this app. Like any module, each call counts as one operation on your Make plan, so test on a single bundle before letting the scenario run.
05Is Make or n8n better for GPT-trainer?
It depends on your setup. In Make, GPT-trainer comes with an instant trigger for chat forms, a module to query the bot and Make an API Call for the rest, all built in a visual editor. If your other automations already run in n8n, check whether a GPT-trainer node exists there and compare what each side covers for your case. Keeping the bot in the tool where your other scenarios live usually makes maintenance simpler.