- Home
- Resources
- Integrations
- ChargeOver
ChargeOver Make integrationAutomate ChargeOver with Make.
Can Make react the moment someone subscribes or cancels in ChargeOver? Yes. The ChargeOver Make integration brings 7 instant triggers and 10 modules for customers and subscriptions. This guide links your account and walks you through a first scenario, no code involved.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ChargeOver Make integration automate for you?
The ChargeOver Make integration plugs your billing account into Make. Events in ChargeOver, like a new subscription or a cancellation, can start a scenario (the automation you build in Make, a chain of small steps called modules), and Make can then create, change or look up customers and subscriptions for you.
Onboarding that starts by itself. Watch New Subscriptions fires when a plan is created. Add Get a Customer right after it to pull the buyer's full record, then hand it to your email tool or your team chat so nobody has to copy anything by hand.
Cancellations you see right away. Watch Cancelled Subscriptions reacts as soon as someone leaves, which is exactly when an account manager wants to hear about it. The reverse works too: when a customer asks to stop in your help desk, Cancel a Subscription closes the plan in ChargeOver from there.
A customer list without duplicates. Search Customers checks whether a person already exists before Create a Customer adds them, and Update a Customer keeps details in line when they change in another tool, for instance a base described on the Airtable Make integration page.
What the listed modules leave out: nothing in the list handles invoices or payments directly, so anything beyond customers, subscriptions, contacts and transactions goes through Make an API Call. Make's own ChargeOver documentation is marked as AI-generated, so double-check important details with ChargeOver. For the wider picture, read the Make review or the n8n vs Make comparison.
How do you connect ChargeOver to Make?
- 01
Create API credentials in ChargeOver
In ChargeOver, open Settings, then Developers, More Dev Tools and REST API. Enable the REST APIs and click Add New API Credentials. Leave that screen open, you will copy three values from it.
- 02
Add a ChargeOver module in Make
In your scenario, add any ChargeOver module and click Create a connection. A connection is your ChargeOver account linked to Make once and reused by every ChargeOver module. Naming it in Connection name is optional.
- 03
Paste the three credentials
For Domain, type the part of your account URL that comes before
.chargeover.com. Then copy the Username shown on screen, and use the key ChargeOver labels Private Key as the API key. Save to create the connection.
Your first ChargeOver scenario: a won deal becomes a subscription
GoalWhen a deal is closed in your sales tool, Make creates the customer in ChargeOver and starts their subscription.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Pick the tool where deals are closed as the first module. It passes Make one bundle per deal, a bundle being one item moving from module to module.
- 02
Add Create a Customer
Click the + to the right of that first module, search for ChargeOver and choose Create a Customer. Link your account with Create a connection, then map the deal's details into the fields Make lists.
- 03
Chain Create a Subscription
Add Create a Subscription after it and map data from the customer module, so the plan lands on the account you just created instead of floating on its own.
- 04
Test with Run once
Click Run once, then close a test deal. Make runs the scenario one time and shows the bundles each module received. Open ChargeOver to check the new customer and its subscription.
- 05
Schedule it and switch it on
Set the schedule on the first module (every 15 minutes by default), then switch the scenario on. Each module run on one bundle counts as one operation, the unit Make tracks on your plan.
Which ChargeOver triggers can start a scenario?
7 modules start a scenario when something happens in ChargeOver. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by ChargeOver as soon as it happens.
Watch Cancelled Subscriptions
Instant triggerIn Make“Triggers when a subscription is cancelled.”
You hear about each cancellation as it happens, with the cancelled subscription arriving as a bundle the next module can read. Churn stops being something you discover later in a report and becomes an event your scenario answers.
Watch New Contacts
Instant triggerIn Make“Triggers when a new contact is created.”
Every contact added in ChargeOver can flow straight into the rest of your stack, so the people behind an account are known everywhere, not only in billing. The scenario receives one bundle per new contact.
Watch New Customers
Instant triggerIn Make“Triggers when a new customer is created.”
A fresh customer record in ChargeOver becomes the starting signal for everything that follows: a CRM entry, a welcome message, a folder for the account. One bundle arrives per customer.
Watch New Subscriptions
Instant triggerIn Make“Triggers when a new subscription is created.”
This is the trigger to pick when a sale matters more than a sign-up: it hands your scenario each new subscription, the plan a customer is now paying for.
Watch New Transactions
Instant triggerIn Make“Triggers when a new transaction is created.”
Each new transaction recorded in ChargeOver shows up in your scenario as a bundle, which keeps finance tools and dashboards fed without exports.
Watch Transaction Status
Instant triggerIn Make“Triggers when a transaction status changes.”
Rather than every new transaction, this one follows what happens next: it starts your scenario whenever a transaction's status changes in ChargeOver.
watchSuccessfulTransactions, yet the module listens to any status change, so read the status in the bundle before acting on it.Watch Updated Customers
Instant triggerIn Make“Triggers when a customer is updated.”
Keep other tools honest: whenever a customer record is edited in ChargeOver, the updated version lands in your scenario, ready to be pushed wherever that customer also lives.
What can Make do in ChargeOver?
ChargeOver gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Cancel a Subscription
ActionIn Make“Cancels an existing subscription.”
Ends an existing subscription in ChargeOver from any other tool, so a cancellation request does not wait for someone to log in to billing.
Create a Customer
ActionIn Make“Creates a new customer.”
Adds a brand new customer to ChargeOver using data from earlier modules, which means sales or sign-up tools can open the billing account for you.
Create a Subscription
ActionIn Make“Creates a new subscription.”
Starts a new subscription in ChargeOver, the step where a customer actually begins paying for a plan.
Delete a Customer
ActionIn Make“Deletes a customer by identificator.”
Removes a customer from ChargeOver, identified by the customer's ID, which you usually get from Search Customers or a trigger bundle.
Get a Customer
ActionIn Make“Gets an existing customer.”
Fetches one existing customer with their full record, handy when a previous step only gave you an ID and the next one needs the whole record.
Get a Subscription
ActionIn Make“Gets an existing subscription.”
Pulls the details of one existing subscription so later modules know exactly which plan a customer is on.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your way into any part of the ChargeOver API that the other modules skip, using the same connection, so there is no second login to set up.
Update a Customer
ActionIn Make“Updates an existing customer.”
Changes an existing customer in ChargeOver so billing details match what the rest of your tools already know.
Update a Subscription
ActionIn Make“Updates an existing subscription.”
Edits an existing subscription, letting a change decided elsewhere reach billing without a trip into ChargeOver.
Search Customers
SearchIn Make“Searches for customers or lists them all.”
Looks up customers in ChargeOver, or lists them all, and returns zero, one or several bundles depending on what matches.
Need help automating ChargeOver with Make?
A person reads every message.