- Home
- Resources
- Integrations
- Bonjoro
Bonjoro Make integrationAutomate Bonjoro with Make.
Stop copying new contacts into Bonjoro by hand. The Bonjoro Make integration gives you 2 action modules: one creates a task, the other calls the Bonjoro API. This guide shows how to connect your account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Bonjoro Make integration do for you?
The Bonjoro Make integration lets Make, a no-code automation tool, add tasks to your Bonjoro account on its own. You build a scenario, which is the automation itself: a chain of modules, each module being one brick that does one job. Something happens in another app, and Bonjoro receives the task without anyone typing it.
Every new signup gets a task. Put the trigger of your signup form or your store first, then Creates a new Bonjoro task. Each new person becomes a task waiting in Bonjoro, so nobody on the team has to watch the form.
Deals that move in your CRM land in Bonjoro. When a deal changes stage in the CRM you already use, the same action module creates the matching task. The CRM stays your source, Bonjoro becomes the to-do list.
Anything the listed module skips goes through Make an API Call. This second module reuses your Bonjoro connection to reach an endpoint of the Bonjoro API directly, for the cases the task module does not cover.
What Make does not give you here: a Bonjoro trigger. Nothing starts a scenario from inside Bonjoro, so the flow always opens on another app or on a schedule. The Make documentation for Bonjoro is also marked as limited, which means fewer ready answers when something breaks; the Make troubleshooting guide covers the common errors of any scenario.
Bonjoro may also be available as an n8n node. If you are weighing the two tools, the n8n vs Make comparison sets out the criteria, and the Make training helps if Make is new to you.
How do you connect Bonjoro to Make?
- 01
Add a Bonjoro module
In your scenario, click the +, search for Bonjoro and pick Creates a new Bonjoro task. Make then asks for a connection: your Bonjoro account linked to Make once and reused by both modules. Click Create a connection.
- 02
Name the connection and authorize Make
Giving the connection a name is optional, but it helps once you run several Bonjoro accounts. Make then sends you to Bonjoro to approve access, or asks for the key Bonjoro gives you. Follow whichever screen appears.
- 03
Save and check the module
Click Save. The connection now shows in the module, and Make an API Call can pick the same one later without another login. If the module opens with its fields ready to fill, the link works.
Your first scenario: turn new contacts into Bonjoro tasks
GoalWhen a new contact appears in another app, Make creates a task for them in Bonjoro.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. Pick the app where new contacts show up, such as your form tool or CRM, and choose its trigger.
- 02
Add the Bonjoro module
Click the + to the right of that first module, search for Bonjoro and pick Creates a new Bonjoro task. Select the connection you created, or create it now.
- 03
Map the contact data
Fill the fields Make shows for the task by clicking into each one and choosing data from the first module. A bundle, one item passing between modules, here carries one contact.
- 04
Test with Run once
Click Run once, then create a test contact in the source app. Read the bundles each module received, and check that the task reached Bonjoro.
- 05
Schedule and switch on
Click the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run on one bundle counts as one operation on your plan.
What the Bonjoro modules do
Bonjoro gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Creates a new Bonjoro task
ActionIn Make“Creates a new task in the user's account”
This module puts a new task in your Bonjoro account from data another app sends, so your follow-up list fills itself as contacts arrive.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
With this one you reach any endpoint of the Bonjoro API from your scenario, using the connection you already set up, without writing a separate login.
Need help automating Bonjoro with Make?
A person reads every message.