Resources · Make integration

BookFunnel Make integrationAutomate BookFunnel with Make.

What happens after a reader claims your book? The BookFunnel Make integration gives authors 6 modules: 1 instant trigger and 5 actions. This guide shows how to link your account, then build a first scenario that sends book links for you.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the BookFunnel Make integration do?

The BookFunnel Make integration links your BookFunnel account to Make, a no-code tool where you build a scenario: an automation made of modules, each module being one brick such as a trigger or an action. BookFunnel then reacts to readers and hands out book links without you copying anything by hand.

Every new subscriber reaches your other tools. Watch Book Events fires when a reader subscribes to a list or claims a book, so the reader's details can land in a spreadsheet, a CRM or a team chat the moment it happens.

Buyers get their copy without a manual step. When a sale is recorded in another app, Send an Email Link delivers a book link to that buyer. Create a Link and Create a Landing Page Link produce the links you want to share in a newsletter or on a store page.

Anything the list misses stays reachable. Make an API Call reuses the same connection to reach any endpoint of the BookFunnel API.

One honest limit: Make states that its BookFunnel documentation is incomplete, because little public information exists about the app. Expect to test each module with Run once before you rely on it; the Make troubleshooting guide helps when a run fails. New to the editor? The Make training covers the basics, and the n8n vs Make comparison helps if you are still choosing a tool.

Connect

How do you connect BookFunnel to Make?

  1. 01

    Add a BookFunnel module

    In your scenario, add any BookFunnel module and click Create a connection. A connection is your BookFunnel account linked to Make once, then reused by every BookFunnel module you add later.

  2. 02

    Name it and authorize

    Give the connection a name if you manage several accounts, for example one per pen name. Then authorize Make on the BookFunnel page, or paste the key BookFunnel gives you when the window asks for one.

  3. 03

    Save and check

    Click Save. The module now shows your account. To confirm the key really works, you can run the Test API Key module on its own before building anything bigger.

First scenario

Your first scenario: send a book link after a sale

GoalWhen a sale lands in your store app, Make asks BookFunnel to email the buyer a link to the book.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. This first module is the app where the sale happens, such as your shop or payment tool.

  2. 02

    Pick the sale event

    Search your store app by name, choose the module that watches new orders, and connect that account. Each order then reaches the next module as one bundle, meaning one item with the buyer's details.

  3. 03

    Add Send an Email Link

    Click the + on the right of the first module, search BookFunnel and pick Send an Email Link. Create the BookFunnel connection, then fill the module's fields with the buyer's details from the order.

  4. 04

    Test with Run once

    Click Run once and place a test order, ideally with your own address. Open each module's bubble to read the bundles it received and check that the email really arrived.

  5. 05

    Schedule and switch on

    If the first module shows a clock badge, set its schedule (every 15 minutes by default). Then switch the scenario on. Each run uses operations, one per module per bundle, which is what Make counts on your plan.

Triggers

What can start a BookFunnel scenario?

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

BookFunnel1Watch Book Events

Watch Book Events

Instant trigger

In Make“Triggers when a reader subscribes to a list or claims a book.”

This trigger puts your reader activity to work: each time someone subscribes to one of your lists or claims a book, the scenario starts with that reader's event as its first bundle. It is the only BookFunnel module that can open a scenario.

How it fires
instant. BookFunnel calls Make through a webhook as soon as it happens, so there is no polling schedule to set.
When to use it
a reader downloads your reader magnet and you want them added to your mailing tool or a tracking sheet.
Watch out
the same trigger covers subscriptions and claims, so decide early which of the two your next modules should handle.
Modules

What can Make do in BookFunnel?

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

BookFunnel2

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

This module lets you reach any endpoint of the BookFunnel API with the connection you already set up, so nothing is out of bounds just because no ready-made module exists for it.

When to use it
the five other modules do not cover what you need.
Watch out
you have to know the API request yourself, since Make documents little about BookFunnel.
BookFunnel3

Send an Email Link

Action

In Make“Sends a link to a user.”

Your reader receives a book link straight in their inbox, sent through BookFunnel, without you writing a single email by hand. Pick it over Create a Link when the goal is delivery to one person, not a link to share around.

When to use it
after a sale, so the buyer gets their copy.
BookFunnel4

Test API Key

Action

In Make“Tests your API key and receives a response.”

You find out whether BookFunnel accepts your key, and you see the response it sends back. It changes nothing in your account, which makes it the safe first module when a connection looks wrong.

When to use it
right after creating the connection, or when a working scenario suddenly starts failing.
Need help

Need help automating BookFunnel with Make?

A person reads every message.

FAQ

Common questions about BookFunnel and Make

01Is the BookFunnel Make integration free?
Yes. BookFunnel is a standard app in Make, so it works from the Free plan onward. 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) lower the interval to 1 minute, remove the cap on active scenarios and allow 40 minutes of execution. Usage is counted in operations, one per module per bundle.
02What is needed to connect BookFunnel to Make?
A BookFunnel account and a Make account. Make's documentation lists no prerequisite for this app and gives no dedicated connection steps, so the generic path applies: add a BookFunnel module, click Create a connection, name it if you like, authorize Make or paste the key BookFunnel gives you, then click Save. The Test API Key module is the quickest way to confirm that BookFunnel accepts the key before you build the rest of the scenario.
03Does the BookFunnel trigger in Make work in real time?
Yes. Watch Book Events is an instant trigger: BookFunnel calls Make through a webhook as soon as a reader subscribes to a list or claims a book, and the scenario starts right away. That is different from a scheduled trigger, which Make polls at an interval, every 15 minutes by default on a new scenario. The lightning badge on the module in the editor marks it as instant, and it is the only trigger BookFunnel offers in Make.
04What if a BookFunnel module is missing in Make?
Use Make an API Call. It reaches any endpoint of the BookFunnel API with the connection you already have, so you are not limited to the 6 listed modules. Keep one limit in mind: Make says its BookFunnel documentation is incomplete because public information about the app is scarce. Test each request with Run once, read the bundle that comes back, and only then switch the scenario on. Test API Key helps you rule out a key problem first.
05Should BookFunnel be automated with Make or n8n?
It depends on what you need. In Make, BookFunnel comes with 6 modules, an instant trigger for reader events and Make an API Call for anything else, all usable from the Free plan. Whether n8n offers a BookFunnel node is not covered by this page, so check that first. Then compare the two tools on the criteria that matter to you, such as the editor you prefer and how your team already works, and test a small scenario in each.