- Home
- Resources
- Integrations
- Gumroad
Gumroad Make integrationAutomate Gumroad with Make.
Every Gumroad sale can kick off the next step on its own. The Gumroad Make integration gives you 10 modules: 2 instant triggers, 5 actions and 3 searches. This guide is for creators who sell on Gumroad and have never built a scenario. It walks you from the connection to a working first flow.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Gumroad Make integration do for you?
The Gumroad Make integration links your Gumroad store to Make, a visual tool where you build a scenario (the automation itself: a chain of modules, each one a single brick like a trigger, an action or a search). Gumroad tells Make when a product sells or a subscription ends, and Make carries that information to the rest of your tools.
Follow up with members who leave. A newsletter writer with a paid tier can start a scenario with Watch New Cancellations, pull the full record with Get a Subscriber, then pass it to their email or support tool. Nobody has to scan the dashboard to notice a churned reader.
Keep a clean sales log. A course creator starts with Watch New Sales, adds Get a Sale for the complete details, and writes each purchase into a spreadsheet or a database. If you already use Airtable, the Airtable Make integration page shows the other end of that flow.
Review the catalog in one pass. A template shop can run List Products or List Sales to pull everything back at once, then filter or count it in the next module. Create a Product Category adds a variant category to a product when you need a new option.
What the listed modules do not cover goes through Make an API Call, which reaches the Gumroad API with the same connection. The same app also has an n8n node: see the Gumroad n8n integration or the n8n vs Make comparison if you are still choosing a tool.
How do you connect your Gumroad account to Make?
- 01
Add a Gumroad module and open the connection
Inside your scenario, pick any Gumroad module and click Create a connection. A connection is your Gumroad account linked to Make once, then reused by every Gumroad module you add later.
- 02
Name it so you can find it again
The Connection name field is optional. Filling it helps when you run a second store or a test account, because every Gumroad module will offer you the list of saved connections.
- 03
Paste the credentials from Gumroad
In Gumroad, open Advanced Settings from your account menu and create a new application. Give it a name, enter the callback URI
https://www.integromat.com/oauth/cb/gumroad, create it, then copy the Client ID and Client secret into Make.
Your first scenario: log every Gumroad sale
GoalWhen a product sells on Gumroad, Make fetches the full sale so you can send it wherever you track revenue.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. Type Gumroad in the search and pick Watch New Sales.
- 02
Set up the webhook
Click Create a webhook, then Create a connection and follow the steps above. From now on, Gumroad calls Make each time something sells.
- 03
Add Get a Sale
Click the + on the right of the trigger and choose Get a Sale. Map the sale coming from the trigger, so this module returns its complete record.
- 04
Test with Run once
Click Run once. When the next sale arrives, open each module's bubble to read the bundles (one bundle is one item passed along, here one sale) and check the data looks right.
- 05
Switch it on
Add the module of the tool that stores your sales, then turn the scenario on. With an instant trigger, it starts when Gumroad calls, not on the 15-minute default clock.
The Gumroad triggers
2 modules start a scenario when something happens in Gumroad. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Gumroad as soon as it happens.
Watch New Cancellations
Instant triggerIn Make“Triggers when a subscription is canceled.”
Starts your scenario the moment a subscriber cancels a membership or recurring product on Gumroad. You receive the cancellation as a bundle, ready for the next module to act on while the reader still remembers you.
Watch New Sales
Instant triggerIn Make“Triggers when a product is sold.”
Fires whenever one of your products sells, whether it is an ebook, a course or a preset pack. Each sale becomes one bundle, and every module after it runs once per sale, which counts as operations on your Make plan (an operation is one module running on one bundle).
Everything else Gumroad can do in Make
Gumroad gives you 8 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Product Category
ActionIn Make“Creates a new variant category on a product.”
Adds a new variant category to a product you already sell, so one product can offer several options.
Get a Product
ActionIn Make“Returns the information of a specified product.”
Returns the details of one product you point it to. Handy when an earlier module only gave you a reference and you need the full picture.
Get a Sale
ActionIn Make“Returns the information of a specified sale.”
Pulls the complete record of a single sale. Pair it with Watch New Sales and every purchase lands in your records with its full details.
Get a Subscriber
ActionIn Make“Returns the information of a specified subscriber.”
Looks up one subscriber and hands back their record, so later modules know exactly who you are dealing with. Pass it the subscriber from an earlier module and it fills in the rest.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends your own request to the Gumroad API with the connection you already set up. It is the escape hatch when none of the other nine modules does the job.
List Products
SearchIn Make“Returns a list of products.”
Brings back the products in your store, each one as its own bundle. Everything after it runs once per product.
List Sales
SearchIn Make“Returns a list of sales.”
Returns a batch of sales rather than a single one. A search module like this can return zero, one or many bundles.
List Subscribers
SearchIn Make“Returns a list of subscribers.”
Gathers the subscribers of your recurring products so you can work on the whole group in one scenario.
Need help automating Gumroad with Make?
A person reads every message.