Drip Make integrationAutomate Drip with Make.
Can Make keep Drip in step with your shop, your billing tool and your CRM? The Drip Make integration gives you 40 modules: 3 triggers, 23 actions and 14 searches. This guide is for marketers who know Drip well and are new to Make, and it walks you from the connection to a working first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Drip Make integration let you automate?
The Drip Make integration links your Drip account to Make, a visual tool where you chain apps together without code. The automation you build is called a scenario, and each brick in it is a module: Drip can start the scenario, or receive the orders, tags and subscribers that other tools send it.
Buyers who land in the right sequence. When your payment tool records a sale, Create/Update a Subscriber adds the buyer to Drip, then Start Someone on a Workflow drops them into your onboarding flow. Nobody exports a CSV of customers again.
Order history that Drip can segment on. A store that does not talk to Drip directly can still push each purchase through Create/Update an Order, so your post-purchase emails know what people bought. Record an Event covers the actions that are not orders, like a webinar attended.
Reporting outside Drip. Searches such as List Campaigns, List Broadcasts or List Conversions feed a spreadsheet or a dashboard your sales team already reads.
Know the limits before you start: the Drip documentation on Make lists no quota of its own, and flags that its content is AI-generated and worth checking with Drip. Anything the 40 modules do not cover goes through Make an API Call. If you want a structured path through the editor, the Make training starts from zero. Drip often has an n8n node as well; the n8n vs Make comparison lays out the criteria. When a scenario fails, the Make troubleshooting guide helps you read the error.
How do you connect your Drip account to Make?
- 01
Add a Drip module
In your Make account, open a scenario, add any Drip module and click Create a connection. A connection is your Drip account linked to Make once; every Drip module in every scenario then reuses it.
- 02
Name the connection
The Connection name field is optional, but a clear name like "Drip main store" helps as soon as you run more than one Drip account. You will pick it from a dropdown in later modules.
- 03
Enter your Drip credentials
You need an active Drip account and either an API Key (private integration) or an OAuth token (public integration). Paste what you copied from Drip, or follow the on-screen instructions, and Make saves the connection.
Your first scenario: turn a new buyer into a Drip subscriber on a workflow
GoalWhen a sale lands in your payment tool, Make adds the buyer to Drip and starts them on your onboarding workflow.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Pick the trigger of the tool where your sales are recorded, for example your billing or payment app.
- 02
Add Create/Update a Subscriber
Click the + on the right of the trigger, search for Drip and choose Create/Update a Subscriber. Select your connection, then map the buyer's email from the first module.
- 03
Chain Start Someone on a Workflow
Add a second Drip module, Start Someone on a Workflow. Make lists the workflows it can read in your account: pick the onboarding one and map the same email.
- 04
Test with Run once
Click Run once and trigger a test sale. Each module shows the bundles it received, a bundle being one item passing through, here one buyer. Check the subscriber in Drip.
- 05
Schedule and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default; keep that or change it, then switch the scenario on. Each module run counts as one operation on your plan.
Which Drip triggers can start a scenario?
3 modules start a scenario when something happens in Drip. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Drip as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers when there is a new event to process.”
Watch Events hands your scenario each new event Drip has to process, the moment Drip sends it, so the data can move to another tool without waiting for a schedule.
Watch Subscribers
Scheduled triggerIn Make“Triggers when a new subscriber is added.”
This trigger picks up every subscriber newly added to your Drip account and passes each one to the next module as its own bundle, ready to copy into a CRM or a sheet.
Watch Subscribers in the Campaign
Scheduled triggerIn Make“Triggers when a new email is subscribed to the campaign.”
Narrower than Watch Subscribers, this one reacts only to emails newly subscribed to the campaign you choose, which keeps your scenario focused on one funnel.
What can Make do in Drip?
Drip gives you 37 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Activate a Campaign
- Activate a Workflow
- Create/Update an Order
- Create/Update a Subscriber
- Delete a Subscriber
- Fetch a Campaign
- Fetch a Form
- Fetch an Account
- Fetch a Subscriber
- Fetch a User
- Fetch a Workflow
- Make an API Call
- Pause a Campaign
- Pause a Workflow
- Record an Event
- Remove a Subscriber from Campaigns
- Remove a Subscriber Tag
- Remove Someone from a Workflow
- Start Someone on a Workflow
- Subscribe Someone to a Campaign
- Tag a Subscriber
- Unsubscribe from All Mailings
- Update a Subscriber
- List Accounts
- List Broadcasts
- List Campaigns
- List Campaign Subscriptions
- List Conversions
- List Custom Fields
- List Events in an Account
- List Everyone Subscribed to a Campaign
- List Forms
- List Subscribers
- List Tags
- List Webhooks
- List Workflows
- List Workflow Triggers
Activate a Campaign
ActionIn Make“Activates a selected campaign.”
Turn a paused Drip campaign back on from a scenario, so a sequence restarts because something happened elsewhere and not because someone remembered to log in.
Activate a Workflow
ActionIn Make“Activates a selected workflow.”
Switches a Drip workflow on. That matters more than it looks, because Drip refuses to add anyone to a workflow that is not active.
Create/Update an Order
ActionIn Make“Creates or updates an order. If you receive errors please check required parameters in the documentation properly. A provider and an order ID are required. Either a person ID or an email must be included.”
Sends a purchase to Drip so your segments and post-purchase emails know what each customer bought, even when your store has no native Drip link.
Create/Update a Subscriber
ActionIn Make“Creates or updates a subscriber.”
The workhorse of most Drip scenarios: it adds a person to Drip, or updates them if they are already there, so one module covers both cases.
Delete a Subscriber
ActionIn Make“Deletes a subscriber.”
Removes a subscriber from your Drip account entirely, which is what you need when someone asks for their data to be erased.
Fetch a Campaign
ActionIn Make“Fetches a campaign linked to an account.”
Pulls the details of one campaign linked to your account, so a later module can reuse its details instead of you typing them.
Fetch a Form
ActionIn Make“Fetches a form.”
Retrieves a single Drip form, handy when a scenario must know which form a sign-up came through and label it properly downstream.
Fetch an Account
ActionIn Make“Fetches an account.”
Returns the details of one Drip account, which helps anyone running several accounts confirm which one a scenario is acting on.
Fetch a Subscriber
ActionIn Make“Fetches a subscriber.”
Looks up one person in Drip and brings back their record, so the next module can decide what to do based on what Drip already knows.
Fetch a User
ActionIn Make“Fetches an authenticated user.”
Tells you which Drip user the connection is authenticated as. It is a small module, but it removes doubt when several people share scenarios.
Fetch a Workflow
ActionIn Make“Fetches a workflow.”
Brings back one Drip workflow with its details, so your scenario can check it before sending anyone into it.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your escape hatch when none of the 40 modules does exactly what you need: it calls any endpoint of the Drip API with the connection you already set up.
Pause a Campaign
ActionIn Make“Pauses a selected campaign.”
Stops a Drip campaign from sending, triggered by an event outside Drip rather than a manual click in the dashboard.
Pause a Workflow
ActionIn Make“Pauses a selected workflow.”
Freezes a Drip workflow. It is the brake you want at hand when a workflow sends the wrong message or relies on data that just broke.
Record an Event
ActionIn Make“Pushes an event to the Drip. Note: you can configure actions to be fired in the Drip on the event.”
Pushes a custom event into Drip, such as a demo booked or a course lesson finished, so Drip can react to behavior that happens in other tools.
Remove a Subscriber from Campaigns
ActionIn Make“Removes a subscriber from one or all campaigns.”
Takes a person out of one campaign, or out of all of them, while keeping them in your Drip account.
Remove a Subscriber Tag
ActionIn Make“Removes a subscriber tag.”
Strips one tag from a subscriber, which is often how you move someone out of a Drip segment without touching anything else on their profile.
Remove Someone from a Workflow
ActionIn Make“Removes a subscriber from a workflow.”
Pulls a subscriber out of a Drip workflow before its end, so an email sequence does not keep talking to someone whose situation changed.
Start Someone on a Workflow
ActionIn Make“Adds a subscriber to a workflow. Note: If the workflow is not active, the subscriber will not be added to the workflow.”
Drops a subscriber into a Drip workflow, which lets an event in any other app kick off an automated sequence in Drip.
Subscribe Someone to a Campaign
ActionIn Make“Subscribes a given email to a campaign.”
Signs a given email up to a Drip campaign from a scenario, without the person filling in a Drip form themselves.
Tag a Subscriber
ActionIn Make“Tags a subscriber.”
Adds a tag to a subscriber, the simplest way to feed Drip segments with information that lives in other tools.
Unsubscribe from All Mailings
ActionIn Make“Unsubscribes a subscriber from all mailings.”
Stops every email to one subscriber while keeping them in your Drip account, which is the clean answer to an opt-out received elsewhere.
Update a Subscriber
ActionIn Make“Updates a subscriber.”
Changes the details of a subscriber who already exists in Drip, so the profile follows what your CRM or store knows about them.
List Accounts
SearchIn Make“Retrieves a list of all accounts.”
Returns every Drip account your connection can reach, one bundle per account, which is the starting point for multi-account reporting.
List Broadcasts
SearchIn Make“Retrieves a list of all broadcasts.”
Gathers the broadcasts of your Drip account so you can review them outside Drip next to the rest of your marketing data.
List Campaigns
SearchIn Make“Retrieves a list of campaigns linked to an account.”
Retrieves the campaigns tied to a Drip account, which gives your scenario a menu to pick from instead of a hardcoded campaign.
List Campaign Subscriptions
SearchIn Make“Retrieves a list of all campaign subscriptions.”
Shows which campaigns people are subscribed to, seen from the subscription side rather than from one campaign.
List Conversions
SearchIn Make“Retrieves a list of all conversions.”
Pulls every conversion recorded in your Drip account, so that data can live next to your sales numbers.
List Custom Fields
SearchIn Make“Retrieves a list of all custom fields.”
Reveals the custom fields your Drip account uses, a quick way to know what data you can map before writing a subscriber.
List Events in an Account
SearchIn Make“Retrieves a list of all events linked to an account.”
Brings back the events recorded in a Drip account, so you can check which actions Drip already knows about before inventing new ones.
List Everyone Subscribed to a Campaign
SearchIn Make“Retrieves a list of everyone subscribed to a selected campaign.”
Returns every person subscribed to the campaign you select, one bundle each, ready to be copied, tagged or counted.
List Forms
SearchIn Make“Retrieves a list of all forms linked to an account.”
Lists the forms linked to your Drip account, which helps you map sign-up sources without opening Drip.
List Subscribers
SearchIn Make“Retrieves a list of all subscribers.”
Retrieves the subscribers in your Drip account, the base for a one-off sync or a cleanup across tools.
List Tags
SearchIn Make“Retrieves a list of all tags used in an account.”
Shows every tag used in your Drip account, so the tags you add or remove from Make match the ones Drip already relies on.
List Webhooks
SearchIn Make“Retrieves a list of all webhooks.”
Lists the webhooks registered in your Drip account, which helps when you want to see what is listening to Drip events.
List Workflows
SearchIn Make“Retrieves a list of all workflows.”
Brings back your Drip workflows, so a scenario can look at them all rather than one you picked by hand.
List Workflow Triggers
SearchIn Make“Retrieves a list of all workflow triggers.”
Reveals the triggers set on your Drip workflows, the rules inside Drip that decide who enters them, gathered in one list.
Need help automating Drip with Make?
A person reads every message.