- Home
- Resources
- Integrations
- Dropcontact
Dropcontact Make integrationAutomate Dropcontact with Make.
Can Make send your new leads to Dropcontact without a copy and paste? Yes. The Dropcontact Make integration gives you 4 modules: 2 actions and 2 searches. This guide shows what each one is for, how to plug in your API key, and how to build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Dropcontact Make integration let you automate?
The Dropcontact Make integration links your Dropcontact account to Make, a no-code tool where you build a scenario (the automation itself, a chain of steps) out of modules (one brick per step). Here, the modules send contacts to Dropcontact and read them back, so no one has to export a file and upload it by hand.
Leads from a form, processed on arrival. A sales team collects demo requests in another app. Each new request goes to Create a Contact (synchronous), which waits for Dropcontact's answer and passes it straight to the next module, for example your CRM.
A long list, sent without babysitting. A marketing ops lead has a sheet of event attendees. Create a Contact (asynchronous) hands every row over without waiting, and the names suggest Get a Contact reads the results back later, a lead to confirm with Run once.
The endpoint nobody packaged. When the three ready-made modules stop short, Make an API Call reaches the rest of the Dropcontact API with the same connection.
Two limits to know before you start. Dropcontact has no trigger in Make, so the scenario always starts from another app or from a schedule. And Make's own documentation page for Dropcontact warns that it is AI-generated and may contain mistakes, so check anything important with Dropcontact directly. New to the editor? The Make training covers the basics. Dropcontact also has an n8n node, described on the Dropcontact n8n integration page, and the n8n vs Make comparison helps you pick a tool.
How do you connect your Dropcontact account to Make?
- 01
Copy your API key
You need an active Dropcontact account with a developer API key. Log in to Dropcontact, open the API tab, and copy the key shown on that page. Keep it at hand for the next step.
- 02
Add a Dropcontact module
In your Make scenario, add any Dropcontact module and click Create a connection. A connection is your Dropcontact account linked to Make once, then reused by every Dropcontact module. The Connection name field is optional.
- 03
Paste the key and save
Paste the API key you copied, or follow the on-screen instructions, then save. From now on, every Dropcontact module in any of your scenarios can pick this connection from a list.
Your first scenario with Dropcontact
GoalWhen a new lead shows up in the app where you collect them, Make sends it to Dropcontact and hands the answer to your next step.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Since Dropcontact has no trigger, this first module comes from the app where your leads land.
- 02
Pick the lead source
Search that app by name and choose the module that watches new records. Connect it the same way: Create a connection, then fill in what Make asks for, such as the sheet or list to watch.
- 03
Add Create a Contact (synchronous)
Click the + on the right of the first module, search Dropcontact, and pick Create a Contact (synchronous). Select your connection, then map the lead data from the first module into its fields.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received (a bundle is one item passed along, here one contact). Read what Dropcontact sent back before going further.
- 05
Schedule and switch it on
Open the clock on the first module and set the schedule, every 15 minutes by default. Then switch the scenario on. Each module run counts as an operation, the unit Make bills on your plan.
What each Dropcontact module does
Dropcontact gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Contact (asynchronous)
ActionIn Make“Creates a new contact asynchronously.”
Hands a contact over to Dropcontact and lets the scenario move on without waiting for the processed version.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the Dropcontact API to your scenario and reuses the connection you already set up, so there is no second key to paste anywhere.
Create a Contact (synchronous)
SearchIn Make“Creates a new contact synchronously.”
Submits one contact and waits for Dropcontact's response inside the same module. Make files it as a search, which means it passes one or more bundles on to the next module instead of only confirming a write.
Get a Contact
SearchIn Make“Retrieves a Contact.”
Reads back a contact that Dropcontact already received. The names hint that it pairs with the asynchronous creation module; confirm that with Run once before relying on it.
Need help automating Dropcontact with Make?
A person reads every message.