Resources · Make integration

YourGPT Chatbot Make integrationAutomate YourGPT Chatbot with Make.

Can your chatbot receive messages sent by your other tools? The YourGPT Chatbot Make integration gives you 3 action modules to open a session and post messages from any scenario. This guide is for support and ops teams: connect the API key, then build a first flow step by step.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the YourGPT Chatbot Make integration do for you?

The YourGPT Chatbot Make integration links your YourGPT account to Make, a no-code tool where you build a scenario (the automation itself: a chain of modules). Each module is one brick of that chain. Here, all three bricks are actions: YourGPT Chatbot acts when another step of the scenario tells it to, never on its own.

Hand a new lead to the bot. When a contact form or a spreadsheet row arrives in another app, Create Session opens a fresh conversation in YourGPT and Send Message posts the first message, built from the data of that lead.

Feed the bot information from another tool. A ticket updated in your helpdesk, an order status in your shop: Send Message carries that text to YourGPT so the conversation holds the latest facts, without anyone copying and pasting.

Reach an endpoint that has no module. When Create Session and Send Message are not enough, Make an API Call reuses the same connection to call any endpoint of that API, which covers the gaps.

The limit to know: this app has no trigger, so YourGPT cannot start a scenario by itself. The flow always begins with another app or with the Make schedule. The same app often exists as an n8n node too; the n8n vs Make page lays out the differences between the two tools. To learn the editor, the Make training starts from zero, and the Make pricing page explains how operations are counted.

Connect

How do you connect YourGPT Chatbot to Make?

  1. 01

    Generate your API key in YourGPT

    You need an active YourGPT account. In it, open Integrations in the left sidebar, click API Integration, then Generate API key. Copy the key shown on screen and keep it at hand for the next step.

  2. 02

    Add a module and create the connection

    In your Make scenario, add any YourGPT Chatbot module and click Create a connection. A connection is your YourGPT account linked to Make once, then reused by all three modules of the app.

  3. 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 on-screen instructions, and confirm. The module is now ready to fill.

First scenario

Your first scenario with YourGPT Chatbot

GoalWhen a new entry lands in another app, Make opens a YourGPT session and sends it a message built from that entry.

  1. 01

    Create the scenario and pick the starting app

    From the Scenarios page, create a new scenario and click the +. YourGPT has no trigger, so the first module belongs to the app where your entries arrive, a form tool or a sheet.

  2. 02

    Add Create Session

    Click the + on the right of that first module, search for YourGPT Chatbot and choose Create Session. Select the connection you made earlier, then fill the fields the module shows.

  3. 03

    Chain Send Message

    Add Send Message after Create Session. Map the text from the first module: each bundle, meaning one item passed from module to module, here one entry, becomes one message sent to your bot.

  4. 04

    Test with Run once

    Click Run once to execute the scenario one time. Read the bundles each module received and check that the message reached YourGPT as you expected.

  5. 05

    Schedule and switch it on

    Set the clock on the first module (every 15 minutes by default) and turn the scenario on. Each module run on one bundle counts as one operation on your Make plan.

Modules

The YourGPT Chatbot modules in Make

YourGPT Chatbot gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

YourGPT Chatbot1

Create Session

Action

In Make“Create a new session”

Create Session opens a new conversation in your YourGPT chatbot, so what the scenario sends next starts on a clean thread instead of piling onto an older one.

When to use it
a new lead or a new ticket shows up in another app and deserves its own conversation with the bot.
Watch out
each run creates one more session; place it where one bundle equals one real person or case, or duplicates will stack up.
YourGPT Chatbot2

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

With Make an API Call, you reach any endpoint of the YourGPT API through the connection you already set up, which fills the gap when neither of the two ready-made modules does the job.

When to use it
you found an endpoint in the YourGPT API documentation that Create Session and Send Message do not cover.
Watch out
Make builds no form for you here, so you write the request yourself from the vendor documentation.
YourGPT Chatbot3

Send Message

Action

In Make“Send a new message”

Thanks to Send Message, your bot gets a new message whose text comes from any earlier step of the scenario: a form answer, a ticket note, a CRM field.

When to use it
right after Create Session to start the exchange with the content another app just produced.
Watch out
each bundle that reaches this module sends one message and counts as one operation.
Need help

Need help automating YourGPT Chatbot with Make?

A person reads every message.

FAQ

YourGPT Chatbot and Make: frequently asked questions

01Is the YourGPT Chatbot Make integration free?
Yes, on the Make side. YourGPT Chatbot is a standard app, available from the Free plan. That plan allows 2 active scenarios, runs them at most every 15 minutes, stops each run after 5 minutes and caps files at 5 MB with 512 MB of data transfer. Paid plans (Core, Pro, Teams, Enterprise) lower the interval to 1 minute and count usage in credits per month. Your YourGPT subscription is separate: check its own pricing page, since the Make integration needs an active YourGPT account.
02What do you need to connect YourGPT Chatbot to Make?
Two things: an active YourGPT account and an API key generated in it. The key lives in YourGPT under Integrations, then API Integration, then Generate API key. Copy it, add a YourGPT Chatbot module in Make, click Create a connection, give the connection a name if you like and paste the key. That single connection then serves Create Session, Send Message and Make an API Call, so you do this setup once per YourGPT account.
03Can YourGPT Chatbot start a Make scenario in real time?
No. The app has no trigger module, scheduled or instant, so nothing in YourGPT can launch a scenario on its own. Start the flow elsewhere: with the trigger of another app, such as a form or a sheet, or with the Make schedule on the first module, which runs every 15 minutes by default. If that other app offers an instant trigger, meaning it calls Make through a webhook as soon as something happens, your YourGPT modules run right behind it.
04What if a YourGPT Chatbot module is missing in Make?
Use Make an API Call. It calls any endpoint of the YourGPT API with the connection you already created, so you are not limited to Create Session and Send Message. You write the request yourself from the YourGPT documentation. The Make documentation for this app also warns that its text was generated with AI from the vendor docs and may contain mistakes; for any doubt about the API itself, contact YourGPT directly before building on it.
05Should you use Make or n8n for YourGPT Chatbot?
It depends on the tool your team already works in. The same app often exists as an n8n node as well. In Make, YourGPT Chatbot comes as 3 action modules, Make an API Call included, all behind one connection, and a visual editor where you test with Run once. Compare the modules available on each side for your exact use case, then pick the tool where you will maintain the scenario over time. The comparison page linked above goes through the differences.