- Home
- Resources
- Integrations
- Clover POS
Clover POS Make integrationAutomate Clover POS with Make.
Your customer list and your orders live in Clover, and your other tools never see them. The Clover POS Make integration gives you 13 modules: 10 actions and 3 searches. This guide shows store owners how to link the account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Clover POS Make integration do?
The Clover POS Make integration lets Make read and edit the customers, orders and line items of your Clover merchant account, without code. A scenario, the automation you build in Make as a chain of modules, can create a customer, look up an order or pull a line item, then pass that data to the next app.
A cleaner customer file. When someone joins your loyalty list on your website, Search Customers checks whether Clover already knows them, then Create a Customer or Update a Customer keeps a single record per person at the register.
Order details where your team works. Get an Order and List Line Items fetch what was sold on a ticket so a spreadsheet, an accounting tool or a support inbox gets the same lines as the till. Tools like the Airtable Make integration make a natural destination.
A full export on demand. Get List of Customers in CSV returns every customer as one CSV file, ready to hand to a mailing tool or to archive.
Two limits to know first. The app has no trigger module, so Clover never starts a scenario by itself: you start it from another app or from Make's own schedule. And you need a paid Clover account to connect at all. For anything the listed modules skip, such as the items, payments or shifts the Clover API handles, Make an API Call reaches the rest of the API.
Many apps also have an n8n node. If you hesitate between the two tools, read n8n vs Make, and check Make pricing before you plan how many scenarios you will run.
How do you connect Clover POS to Make?
- 01
Collect your Merchant ID and token
Open your Clover POS Developer dashboard and click Account & Setup, then Merchants: copy the ID shown under your merchant's name. Back in Account & Setup, open Ecommerce API tokens, click Create new token, pick API as the Integration Type and copy the Private token.
- 02
Open the connection window
In your scenario, add any Clover POS module and click Create a connection. A connection is your Clover account linked to Make once; every Clover module in your scenarios reuses it. You can type a Connection name so you recognize it later.
- 03
Fill in the three fields and save
Pick the Region where your Clover account lives, paste the ID into Merchant ID and the private token into Access Token. Click Save. If Clover asks you to sign in and confirm access, accept, and the connection is ready.
Your first scenario with Clover POS
GoalWhen a new signup arrives in another app, Make creates that person as a customer in Clover POS.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Clover has no trigger, so the first module belongs to the app where signups arrive, like your form tool or your spreadsheet.
- 02
Add the Clover module
Click the + on the right of that first module, search for Clover POS and pick Create a Customer. Choose the connection you set up earlier, or click Create a connection now.
- 03
Map the signup data
Fill the customer fields by clicking the values from the first module: name, email, whatever your form collects. Each signup is a bundle, one item passed from one module to the next.
- 04
Test with Run once
Send a test signup, then click Run once. Make runs the scenario one time and shows the bundles each module received. Open Clover and check that the new customer is there.
- 05
Schedule it and switch it on
Set the schedule on the first module (a new scenario checks every 15 minutes by default) and switch the scenario on. Each module run on a bundle counts as one operation on your Make plan.
What each Clover POS module does
Clover POS gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Customer
ActionIn Make“Creates a new customer.”
Adds a new person to the customer list of your Clover merchant account, so the register recognizes them at their next visit.
Delete a Customer
ActionIn Make“Deletes an existing customer.”
Removes one customer from your Clover account, which keeps your list tidy when a person asks to be forgotten or a test record slipped in.
Delete a Line Item
ActionIn Make“Deletes an existing line item.”
Takes a single line off an order, for example a product added by mistake, while the rest of the ticket stays in place.
Delete an Order
ActionIn Make“Deletes an existing order.”
Erases a whole order from your Clover account, every line included, which is heavier than removing a single line item.
Get a Customer
ActionIn Make“Retrieves an existing customer.”
Fetches the record of one customer you already identified in Clover and hands their details to the modules that follow.
Get a Line Item
ActionIn Make“Retrieves an existing line item.”
Returns the details of one precise line on an order, the product sold on that ticket, so you can reuse it elsewhere without pulling the whole list.
Get an Order
ActionIn Make“Retrieves an existing order.”
Brings back one known order from Clover, with its information ready to map into an invoice, a spreadsheet row or a message to your team.
Get List of Customers in CSV
ActionIn Make“Retrieves all customers in CSV format.”
Exports your entire Clover customer list as a single CSV file, a handy format for a mailing tool, a backup folder or a spreadsheet import.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the Clover API to your scenario, using the same connection, for whatever the ready-made modules leave out, such as items, payments or shifts.
Update a Customer
ActionIn Make“Updates an existing customer.”
Changes the details of an existing Clover customer, so a new phone number or email entered elsewhere lands at the register too.
List Line Items
SearchIn Make“Retrieves a list of line items.”
Pulls the lines of an order, one bundle per line, so each product sold can travel on its own to a sheet, a stock tool or a report.
Search Customers
SearchIn Make“Searches for customers or lists them all.”
Finds customers in Clover that match what you look for, or lists them all, and returns each match as a separate bundle.
Search Orders
SearchIn Make“Searches for orders or lists them all.”
Looks up orders in your Clover account, or returns all of them, and sends each result down the scenario as its own bundle.
Need help automating Clover POS with Make?
A person reads every message.