Paddle Make integrationAutomate Paddle with Make.
Paddle can run from a Make scenario without a line of code. A scenario is the automation you build in Make. The Paddle Make integration gives you 19 modules: 14 actions and 5 searches on customers, products, prices and reports. Here is how to build your first one.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Paddle Make integration actually cover?
It links your Paddle account to Make so a scenario can read and write your billing data on its own. Make talks to Paddle through 19 modules, and a module is one brick you drop in the scenario: create a customer, fetch a price, pull a report. Nothing here watches Paddle by itself, so a scenario starts on a schedule, Make's own clock, or on another app placed in front.
Three shapes come back over and over. Onboarding a buyer: a signup lands, Create a Customer opens the record in Paddle, Create a Transaction turns it into a billable line. Keeping a catalog straight: List all Products walks your offer, Update a Product fixes what drifted, Create a Price adds the new tier. Getting numbers out: Create a Report asks Paddle for the figures, Get a CSV File for a Report hands back a download link your finance folder can pick up.
What Make will not do for Paddle is react on its own. The app ships no trigger module, the kind of module that watches an app and wakes a scenario up, so nothing on the Paddle side announces that a payment landed. You start the run yourself, from Make's clock or from a trigger sitting in another app, and the Paddle modules work behind it. One more thing worth knowing: Make's help page for Paddle is written by an AI from Paddle's own documentation and can carry mistakes, so anything that touches money gets checked against Paddle itself.
Paddle also exists as a node in n8n, the other automation tool the team works with. Which one fits depends on how much you want to host and script yourself: the n8n vs Make comparison lays out the criteria, and the Paddle n8n integration page covers the same ground on that side. When a scenario stalls halfway, Make troubleshooting collects the usual suspects.
How do you connect your Paddle account to Make?
- 01
Drop a Paddle module first
There is no settings screen for this. Log in to Make, put any Paddle module on the canvas, then click Create a connection. A connection is your Paddle account linked to Make once, and every other Paddle module you add later reuses it.
- 02
Name the connection
The Connection name field is optional, and skipping it costs you later. Write the Paddle account it belongs to: the picker on every module you add next shows this label and nothing else.
- 03
Paste your API key
Make asks for the credentials that come from the Paddle side. In your Paddle dashboard, open Developer tools, click Authentication, and copy the API key shown there. Paste it back in Make, or follow the on-screen instructions the module gives you, and the connection is live.
Your first scenario: a report you can download
GoalWhen the schedule fires, Make asks Paddle for a report and comes back with a CSV link.
- 01
Create the scenario
From the Scenarios page, start a new scenario and click the + to place the first module. With no Paddle trigger available, Make's own clock is what will start this one.
- 02
Place Create a Report
Search Paddle by name, pick Create a Report, and choose the connection you just made. This module is the one that asks Paddle to build the figures you are after.
- 03
Add Get a CSV File for a Report
Click the + on the right of the first module and add Get a CSV File for a Report. In its field, map the report the previous module produced instead of typing anything by hand.
- 04
Run it once
Click Run once. Each module shows the bundles it received, a bundle being one item that travels from a module to the next, so you watch the report go in and the link come out.
- 05
Set the clock and switch it on
Open Scheduling on the first module, pick the interval that matches how fresh you need the figures, then flip the scenario on. A new scenario runs every 15 minutes until you change it.
What each Paddle module does
Paddle gives you 19 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
- Create a Price
- Create a Product
- Create a Report
- Create a Transaction
- Get a CSV File for a Report
- Get a Customer
- Get an Auth Token
- Get a Price
- Get a Product
- Get a Report
- List Credit Balances for a Customer
- Make an API Call
- Update a Product
- List all Customers
- List all Prices
- List all Products
- List all Reports
- List all Transactions
Create a Customer
ActionIn Make“Creates a new customer.”
Opens a new customer record in Paddle from data your scenario already holds, so the buyer exists before any money moves.
Create a Price
ActionIn Make“Creates a new price.”
Adds a price to your Paddle catalog, the amount a buyer actually gets charged for one of your products.
Create a Product
ActionIn Make“Creates a new product.”
Registers a new product in Paddle, the thing you sell, before any price gets attached to it.
Create a Report
ActionIn Make“Creates a new report.”
Asks Paddle to build a report, which is how figures leave the platform instead of staying on a screen someone has to read.
Create a Transaction
ActionIn Make“Creates a new transaction.”
Records a transaction in Paddle, the billable line that ties a customer to what they bought.
Get a CSV File for a Report
ActionIn Make“Returns a link to a CSV file for a report.”
Hands back a link to the CSV file of a report you already created, which is the thing you forward or store.
Get a Customer
ActionIn Make“Retrieves a customer by its ID”
Pulls one customer back from Paddle using its ID, so the rest of the scenario works on real data rather than a guess.
Get an Auth Token
ActionIn Make“Generate an authentication token for a customer”
Produces an authentication token tied to one customer, the credential a page uses to act on that customer's behalf.
Get a Price
ActionIn Make“Retrieves a price by its ID”
Reads one price by its ID and brings the detail into the scenario, where another module can act on it.
Get a Product
ActionIn Make“Retrieves a product by its ID”
Fetches one product from Paddle by its ID and drops its detail into the scenario for the next module to use.
Get a Report
ActionIn Make“Retrieves a report by its ID”
Retrieves a report you already asked Paddle to build, by its ID, so the scenario can come back and check on it.
List Credit Balances for a Customer
ActionIn Make“Returns a list of credit balances for each currency for a customer.”
Returns the credit sitting on one customer's account, currency by currency, in a single pass.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends a request of your own to the Paddle API through the same connection, which covers whatever the listed modules leave out.
Update a Product
ActionIn Make“Updates a product using its ID.”
Changes a product already in Paddle, found by its ID, instead of creating a second one next to it.
List all Customers
SearchIn Make“Returns a paginated list of customers”
Walks through your customers page by page and sends each one down the scenario as a separate item.
List all Prices
SearchIn Make“Returns a paginated list of prices”
Runs through the prices in your catalog, page after page, one item per price.
List all Products
SearchIn Make“Returns a paginated list of products”
Pages through your product catalog and pushes each product forward as an item of its own.
List all Reports
SearchIn Make“Returns a paginated list of reports”
Brings back the reports sitting in your Paddle account, one item per report.
List all Transactions
SearchIn Make“Returns a paginated list of transactions.”
Goes through your transactions page by page and sends each one into the scenario on its own.
Need help automating Paddle with Make?
A person reads every message.
Questions that come up next
01Is the Paddle Make integration free to use?
02What do you need to connect Paddle to Make?
03Does Paddle trigger a Make scenario in real time?
04What if a Paddle module is missing from Make?
05Make or n8n for Paddle?
Get our weekly automation tips.
No spam. Unsubscribe anytime.