- Home
- Resources
- Integrations
- ProfitWell
ProfitWell Make integrationAutomate ProfitWell with Make.
What if every signed deal showed up in ProfitWell without anyone typing it in? The ProfitWell Make integration gives you 14 modules: 11 actions and 3 searches on plans, subscriptions, customers and users. This guide connects your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ProfitWell Make integration do for you?
The ProfitWell Make integration lets Make write to and read from your ProfitWell account: create or update subscriptions, manage plans, look up customers. You build it as a scenario, which is the automation you assemble in Make, one module (one brick) at a time, with no code.
Subscriptions that follow your sales. A deal closes in your CRM, and Create a Subscription records it in ProfitWell. Your sales team keeps working in the CRM; ProfitWell gets the data without a second entry.
Cancellations and comebacks, handled. When support confirms a cancellation, Churn a Subscription logs it. If the customer returns, Un-churn Subscription brings the subscription back. Upgrades go through Update a Subscription.
A clean export for reporting. List Customers and List Subscriptions pull records out of ProfitWell so you can copy them into a spreadsheet or a base, for instance with the Airtable Make integration.
Churn simply means a customer who leaves. One limit to know up front: ProfitWell has no trigger module in Make, so it never starts a scenario by itself. Another app, or Make's schedule, has to kick things off. The official Make doc for ProfitWell also flags itself as AI-generated, so double-check field details in your ProfitWell account.
ProfitWell also has a node in n8n. If you are weighing both tools, read the ProfitWell n8n integration page and the n8n vs Make comparison.
How do you connect ProfitWell to Make?
- 01
Copy your Private Token in ProfitWell
In ProfitWell, open Account Settings, then the Integrations tab. Click the ProfitWell API data connection card and copy the token labeled Private Token. That token is your API key.
- 02
Add a ProfitWell module and create the connection
In your Make scenario, add any ProfitWell module and click Create a connection. A connection is your ProfitWell account linked to Make once; every ProfitWell module in your scenarios reuses it.
- 03
Paste the token and save
Give the connection a clear label in Connection name if you like (it is optional), paste your Private Token, and save. Make can now act on your ProfitWell data.
Your first scenario: log new customers in ProfitWell
GoalWhen a deal is marked as won in your CRM, Make creates the matching subscription in ProfitWell.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick your CRM and its module that spots a won deal. That module starts everything.
- 02
Add Create a Subscription
Click the + on the right of the CRM module, search for ProfitWell and pick Create a Subscription. Choose the connection you set up earlier.
- 03
Map the deal data
Fill the fields Make shows by dragging in values from the CRM module. Each deal travels as a bundle, meaning one item passed from a module to the next.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundle each module received. Open ProfitWell and check that the subscription appeared.
- 05
Schedule and switch it on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. From then on, new won deals reach ProfitWell without you.
The 14 ProfitWell modules, explained
ProfitWell gives you 14 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Churn a Subscription
ActionIn Make“Removes a subscription.”
Removes a subscription from ProfitWell, which is exactly how the Make directory describes it. A subscription is the recurring plan a customer pays for; churn is the word for that customer leaving.
Create a New Plan
ActionIn Make“Creates a new plan.”
Adds a plan to your ProfitWell account from inside a scenario, so a new offer exists there before the first customer lands on it.
Create a Subscription
ActionIn Make“Creates a subscription.”
Opens a new subscription in ProfitWell with the data coming from the previous module. It is the natural module to try first, because it turns a sale made elsewhere into a ProfitWell record.
Delete a User
ActionIn Make“Deletes a user.”
Removes a user from your ProfitWell account. Where the churn modules act on a subscription, this one goes after the person's record itself.
Get a Customer
ActionIn Make“Gets a customer.”
Fetches a single customer from ProfitWell so the next modules can use their details. You give it one customer and it returns that one record.
Get a Plan
ActionIn Make“Gets a plan.”
Reads one plan from ProfitWell and hands its details to the rest of the scenario. Handy when a later module needs information about the offer a customer picked.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your way out when none of the ready-made ProfitWell modules covers what you need. It calls any endpoint of the ProfitWell API, reusing the same connection, so there is no second login to set up.
Un-churn Subscription
ActionIn Make“Un-churns a subscription.”
Brings a churned subscription back to life in ProfitWell. It is the counterpart of Churn a Subscription, and the clean way to record a customer who returns.
Update a Plan
ActionIn Make“Updates a plan.”
Changes an existing plan in ProfitWell, so the account keeps matching what you actually sell once an offer evolves.
Update a Subscription
ActionIn Make“Updates a subscription.”
Edits a subscription that already exists in ProfitWell. Upgrades, downgrades and plan switches all go through here, without closing and reopening anything.
Update a User
ActionIn Make“Updates a user.”
Corrects or completes the details of a user in ProfitWell. The record stays in place, so you fix it rather than rebuild it.
List Customers
SearchIn Make“Lists all customers.”
Pulls customers out of ProfitWell as a set of bundles, one per customer. Each module that follows then runs once per bundle, and every run is an operation, the unit Make counts on your plan.
List Plans
SearchIn Make“Lists all plans.”
Returns all the plans defined in your ProfitWell account, one bundle each. A quick way to see your whole offer from inside Make.
List Subscriptions
SearchIn Make“Lists all subscriptions.”
Brings back the subscriptions stored in ProfitWell, each one as its own bundle, ready to be sorted, filtered or copied elsewhere.
Need help automating ProfitWell with Make?
A person reads every message.