Resources · Make integration

BotPenguin Make integrationAutomate BotPenguin with Make.

What happens to a lead after your chatbot captures it? The BotPenguin Make integration gives you 3 instant triggers and 5 actions to pass contacts, messages and WhatsApp orders to your other tools. This page connects your account and walks you through a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the BotPenguin Make integration do for you?

The BotPenguin Make integration links your chatbot account to Make, a visual tool where you chain apps together without writing code. Each chain is a scenario: BotPenguin tells Make when a contact, a message or a WhatsApp order arrives, and Make carries that data into your CRM, a sheet or a reply.

Every chatbot lead lands in your CRM. Watch New Contact Created fires when BotPenguin records a new contact or lead. Add the module of your CRM or database after it, and nobody retypes a name again. The Airtable Make integration page shows the receiving side if your records live in a base.

Your team hears about the right messages. Watch New Incoming Message starts a scenario for each message people send your bot. Route it to Slack or email for a support queue, then answer from the scenario with Send Session Message.

WhatsApp orders reach the people who ship them. Watch New WhatsApp Order Created passes each new order to Make, so you can log it in a sheet and confirm it with Send Template Message.

Know the limit before you plan. Make itself marks its BotPenguin documentation as limited, because too little public information exists about the app. The 8 modules are listed, but their fields and edge cases are not documented. When a listed module falls short, Make an API Call reaches the rest of the BotPenguin API with the same connection. Wondering how Make compares with n8n for this kind of chatbot work? The n8n vs Make comparison lays out both tools, and the Make pricing guide explains what the operations cost.

Connect

How do you connect BotPenguin to Make?

  1. 01

    Add a BotPenguin module

    In your scenario, click the + and search for BotPenguin. Pick any module, then click Create a connection. A connection is your BotPenguin account linked to Make once, and every BotPenguin module in your scenarios reuses it afterward.

  2. 02

    Name the connection

    This step is optional, but a clear name pays off later. Something like BotPenguin, sales bot tells you at a glance which account a module uses, which helps a lot once you run more than one bot or one workspace.

  3. 03

    Authorize Make and save

    Follow what the window asks. Depending on the app, Make either opens an authorization page for you to approve, or asks you to paste a key from your account. Once that is done, click Save and the module is ready to fill.

First scenario

Your first scenario: greet every new lead on WhatsApp

GoalWhen a new contact is created in BotPenguin, Make sends that person a WhatsApp template message.

  1. 01

    Create the scenario

    Open the Scenarios page in Make and create a new scenario. An empty canvas appears with a single +. Click it to place the first module, the one that will start everything.

  2. 02

    Set the trigger

    Search for BotPenguin and choose Watch New Contact Created. Select your connection, or click Create a connection if this is your first BotPenguin module. The lightning badge means it is instant.

  3. 03

    Add the WhatsApp template

    Click the + on the right of the trigger and add Send Template Message. Fill its fields by mapping data from the trigger: the contact details arrive as a bundle, one item that moves from one module to the next.

  4. 04

    Test with Run once

    Click Run once, then create a test contact in BotPenguin, for example by chatting with your own bot. Open the bubbles above each module to read the bundles they received and check the message went out.

  5. 05

    Switch it on

    Check the Scheduling clock on the first module, then switch the scenario on. From then on, each new BotPenguin contact costs a few operations, one per module run, counted on your Make plan.

Triggers

What can start a BotPenguin scenario?

3 modules start a scenario when something happens in BotPenguin. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by BotPenguin as soon as it happens.

BotPenguin1Watch New Contact Created

Watch New Contact Created

Instant trigger

In MakeTriggers when a new contact or lead is created in BotPenguin.

This trigger hands you every new contact or lead the moment BotPenguin creates it, so a person who talks to your bot never stays stuck inside the chatbot. It is the natural first module for any lead routing scenario.

How it fires
instant, BotPenguin calls Make through a webhook as soon as the contact exists, with no waiting for a polling interval.
When to use it
a landing page bot collects sign-ups and your sales team works from a CRM or a shared sheet.
Watch out
the fields a contact carries are not documented by Make, so run the scenario once and read the bundle before mapping anything.
BotPenguin2Watch New Incoming Message

Watch New Incoming Message

Instant trigger

In MakeTriggers when there is a new incoming message

Here you get each message people send to your bot as it comes in, which lets you log conversations, alert a colleague or pass the text to another tool for a reply. It covers messages, not new contacts.

How it fires
instant, BotPenguin notifies Make through a webhook as soon as a message arrives.
When to use it
your support team wants a Slack ping when a customer writes to the bot, or you keep a transcript in a sheet.
Watch out
every message starts a run and spends operations. On a busy bot, that adds up quickly on your plan.
BotPenguin3Watch New WhatsApp Order Created

Watch New WhatsApp Order Created

Instant trigger

In MakeTriggers when a new order is placed

With this one, every order placed through your BotPenguin WhatsApp flow reaches Make right away, so the people who prepare, invoice or ship it see it without opening the chatbot dashboard.

How it fires
instant, BotPenguin calls Make through a webhook the moment a new order is placed.
When to use it
a small shop sells over WhatsApp and wants each order copied to its order sheet, then confirmed to the buyer with Send Template Message.
Watch out
Make does not document what an order bundle contains, so check a real test order with Run once before building the rest.
Modules

What else can Make do in BotPenguin?

BotPenguin gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

BotPenguin1

Add a Contact

Action

In MakeAdd a contact to your BotPenguin Account

Pushes a person into your BotPenguin account from another source, so your bot already knows them before they start a chat. It fills the chatbot side, where the triggers above fill your other tools.

When to use it
leads come from a web form or an event list and you want them reachable by the bot too.
Watch out
if another scenario listens to Watch New Contact Created, a contact you add here may well start it too. Test that before switching both on.
BotPenguin2

Make an API Call

Action

In MakePerforms an arbitrary authorized API call

Opens the rest of the BotPenguin API from your scenario, reusing the connection you already made. It is your way out when none of the 7 other modules does what you need.

When to use it
you need a BotPenguin action that has no dedicated module in Make.
Watch out
you write the request yourself from the BotPenguin API reference, and Make's own doc for this app is marked limited, so test each call with Run once.
BotPenguin3

Send Session Message

Action

In MakeSend a session message

Judging by its name, it replies inside an ongoing chat session, so a reply prepared elsewhere in your scenario reaches the person talking to your bot. Think of it as answering inside the chat rather than starting a new one.

When to use it
after Watch New Incoming Message, once your scenario has looked up an answer in another tool.
Watch out
Make does not document when a session counts as open, so test with a live conversation first.
BotPenguin4

Send Template Message

Action

In MakeSend Template-Based WhatsApp Messages

Sends a WhatsApp message built on a template, which is how you reach a contact from a scenario with wording you prepared in advance. A welcome note or an order confirmation fits well here.

When to use it
you start the exchange yourself, for example right after a new contact or a new WhatsApp order.
Watch out
Make does not list the template fields, so map the values from a Run once test rather than guessing.
BotPenguin5

Update Contact Attributes

Action

In MakeUpdates user-specific custom attributes of a contact

Writes custom attributes onto a contact who already exists, so your bot can reuse what other tools know about that person, a plan, a status or a sales owner, in later chats.

When to use it
a deal changes stage in your CRM and the chatbot should adapt its answers to that customer.
Watch out
it changes an existing contact and creates nobody. Use Add a Contact when the person is not in BotPenguin yet.
Need help

Need help automating BotPenguin with Make?

A person reads every message.

FAQ

BotPenguin and Make: common questions

01Is the BotPenguin Make integration free?
Yes, BotPenguin is a standard app in Make, so it is available on the Free plan, like the 3000+ other standard apps. The Free plan has limits: 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lift the scenario limit and allow a 1 minute interval. Your BotPenguin subscription is a separate matter that Make does not cover.
02What do you need to connect BotPenguin to Make?
A BotPenguin account and a Make account are enough to start. Make lists no other prerequisite for this app. You add a BotPenguin module, click Create a connection, optionally name it, then authorize Make or paste the key the window asks for, and save. Make's documentation for BotPenguin is marked limited and gives no official connection steps, so if the window asks for something unfamiliar, look for it in your BotPenguin account settings.
03Do the BotPenguin Make integration triggers run in real time?
Yes. All 3 BotPenguin triggers are instant: BotPenguin calls Make through a webhook as soon as a contact is created, a message comes in or a WhatsApp order is placed. You do not wait for a polling interval, unlike scheduled triggers, which Make checks every 15 minutes by default. Each trigger event still starts a run and uses operations, so keep an eye on usage if your bot gets a lot of messages.
04What if a BotPenguin module is missing in Make?
It depends on what you need, but Make an API Call usually covers it. This module calls any endpoint of the BotPenguin API with the connection you already have, so you are not limited to the 8 listed modules. You build the request from the BotPenguin API reference yourself. Make's own documentation for this app is marked limited, so field details are thin: test every call with Run once and read the returned bundle before relying on it.
05Should you use Make or n8n with BotPenguin?
It depends on your criteria. In Make, BotPenguin comes with 8 ready modules: 3 instant triggers, 4 actions and Make an API Call for the rest, and it runs on the Free plan. The same app often has an n8n node as well, so check the n8n side for the modules you need before choosing. Compare how each tool builds, tests and bills a scenario for your team, and decide on that rather than on a general ranking.