Dubb Make integrationAutomate Dubb with Make.
Tired of copying the same contact into Dubb by hand? The Dubb Make integration gives you 6 modules, all built around your Dubb contacts. This guide is for anyone new to Make: link your account, then build a first scenario that fills Dubb for you.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Dubb Make integration do for you?
The Dubb Make integration lets Make read and edit the contacts stored in your Dubb account. You build a scenario, which is the automation itself: a chain of modules, each one a small brick that does one job. Here every Dubb brick handles contacts, so the scenario keeps your list in step with your other tools.
A contact list that fills itself. Put Create a Contact after any app that collects people, like a signup form or a booking tool. Each new person becomes a Dubb contact, with no copy and paste. The 123FormBuilder Make integration is one way to feed it.
Records that stay current. When someone changes their details somewhere else, Update a Contact rewrites the matching Dubb record. It needs the contact's Id, so a Get a Contact or List Contacts step often comes first.
Clean exits. Delete a Contact removes a person as soon as your process says so, for instance after an unsubscribe logged in another app.
Know the limits before you start. Make's own documentation for Dubb is marked as limited, because little public information about the app exists. That means no triggers: Dubb cannot start a scenario by itself, so another app or a schedule has to. When a listed module falls short, Make an API Call reaches the rest of Dubb's API with the same connection.
Weighing tools? The n8n vs Make comparison lays out the criteria, and our Make review shows how the editor feels day to day.
How do you connect your Dubb account to Make?
- 01
Open a Dubb module
In your scenario, click the + and type Dubb in the search box. Pick any module, for example Get a Contact. Make then asks for a connection, which is simply your Dubb account linked to Make once. Click Create a connection.
- 02
Name the connection
Give it a name you will recognize later, such as the team or the account it belongs to. This step is optional, but it helps when several people share one Make organization and each links a separate Dubb login.
- 03
Authorize Make and save
Depending on what Dubb asks for, either approve Make on the Dubb page that opens or paste the key Dubb gives you. Then click Save. Every other Dubb module in your scenarios reuses this same connection.
Build your first scenario with Dubb
GoalWhen a new entry lands in another app, Make creates the matching contact in Dubb.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + in the middle of the canvas. Since Dubb has no trigger, the first module comes from the app where your contacts appear.
- 02
Pick the starting app
Search for that app, choose the module that watches new entries, and link your account. Each entry it finds will travel through the scenario as a bundle, which is one item, here one person.
- 03
Add Create a Contact
Click the + on the right of the first module, search Dubb and choose Create a Contact. Use the Dubb connection you made earlier, or click Create a connection now.
- 04
Map the fields
Fill each Dubb field by clicking into it and picking the matching value that the first module received. No need to type anything by hand.
- 05
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received. Open Dubb and check that the new contact is there.
- 06
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 counts as one operation on your Make plan.
What each Dubb module does
Dubb gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Contact
ActionIn Make“Creates a new contact.”
Adds a new person to your Dubb contacts using the values you map from earlier modules. You get a record ready to use in Dubb without opening the app.
Delete a Contact
ActionIn Make“Deletes an existing contact by Id.”
Removes one existing Dubb contact, picked by its Id. Your list loses the people your process no longer needs, and nobody has to hunt for them by hand.
Get a Contact
ActionIn Make“Retrieves a contact.”
Fetches a single Dubb contact so later modules can reuse its details. Think of it as looking someone up before you act on them.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends your own request to Dubb's API while reusing the connection you already set up. It opens every part of Dubb that the five contact modules leave out.
Update a Contact
ActionIn Make“Updates an existing contact by Id.”
Changes the details of a contact that already lives in Dubb, targeted by its Id. The record stays in sync with what your other tools know about that person.
List Contacts
SearchIn Make“Lists all contacts.”
Pulls your Dubb contacts into the scenario, one bundle per person. It is the search module of this app, so it can return none, one or many results.
Need help automating Dubb with Make?
A person reads every message.