- Home
- Resources
- Integrations
- SendOwl
SendOwl Make integrationAutomate SendOwl with Make.
Every sale in your SendOwl store can start work somewhere else. The SendOwl Make integration gives you 17 modules: 4 instant triggers and 13 actions. This guide is for sellers of digital products who want orders, refunds and catalog changes handled without code, starting with one working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the SendOwl Make integration do for your store?
The SendOwl Make integration links your SendOwl account to Make, a visual tool where you chain apps together without writing code. SendOwl tells Make the moment a payment, refund, subscription change or completed order happens, and Make can create, read, change or delete your products, bundles and discounts in return.
Reward buyers right after checkout. Watch Order Completed fires when an order is done, and Create a Discount prepares a coupon you can hand to that customer for their next purchase. A course creator can turn every first sale into a second one this way.
Keep an eye on money going back out. Watch New Refund pairs well with a spreadsheet or a team chat from another app, so nobody has to open the SendOwl dashboard to notice that a customer asked for their money back.
Run the catalog from somewhere else. Create a Product, Update a Product and the bundle modules let a planning table in another tool drive what SendOwl sells. The Airtable Make integration is a common starting point for that kind of list.
What Make will not do: the documentation lists no search module for SendOwl, so the Get modules need an ID you already have. For anything the 17 modules skip, Make an API Call reaches the rest of the SendOwl API with the same account link. SendOwl may also have an n8n node; the n8n vs Make comparison helps you pick a tool, and the Make training covers the editor from zero.
How do you connect SendOwl to Make?
- 01
Copy your API key and secret
In SendOwl, open the Settings section of your dashboard, then click the API link under Advanced. Copy the API key and the API secret shown there. The API has to be switched on in your SendOwl account for this page to show both values.
- 02
Add a SendOwl module in Make
Inside a scenario (the automation you build in Make), add any SendOwl module and click Create a connection. A connection is your SendOwl account linked to Make once, then reused by every SendOwl module you add later.
- 03
Paste the credentials and save
Give the connection a clear name in Connection name if you run more than one store; that field is optional. Paste the key and the secret you copied, confirm, and Make starts listing your SendOwl data in the module fields.
Your first scenario: a thank-you coupon after each completed order
GoalWhen an order is completed in SendOwl, Make creates a discount the buyer can use on the next purchase.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. Every module is one brick: a trigger, an action or a search.
- 02
Pick Watch Order Completed
Search for SendOwl, choose Watch Order Completed, click Create a webhook, then link your account with Create a connection. This trigger is instant: SendOwl calls Make as soon as an order is done.
- 03
Add Create a Discount
Click the + on the right of the trigger and pick Create a Discount. Fill its fields, and map values from the order where it helps, so each coupon can be traced back to the sale that produced it.
- 04
Test with Run once
Click Run once, then let an order complete in SendOwl. Make shows the bundle each module received: a bundle is one item, here one order, passed from a module to the next.
- 05
Switch it on
If the discount looks right in SendOwl, switch the scenario on. From then on, each completed order runs it once, and every module that runs counts as one operation on your Make plan.
What can start a SendOwl scenario?
4 modules start a scenario when something happens in SendOwl. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by SendOwl as soon as it happens.
Watch New Payment
Instant triggerIn Make“Triggers when a payment is made to order in SendOwl.”
Starts your scenario whenever money lands on an order in SendOwl, so the payment itself becomes the signal for whatever comes next, like a row in your bookkeeping sheet or a message to the person who handles invoices.
Watch New Refund
Instant triggerIn Make“Triggers when a refund is issued.”
Tells you the moment a refund goes out, which lets you react while the customer is still fresh in mind: flag the account in your CRM, update a revenue sheet, or warn support before the angry email arrives.
Watch New Subscription
Instant triggerIn Make“Triggers when a subscription order reaches complete or cancelled state in SendOwl.”
Follows your recurring customers: the scenario starts when a subscription order reaches the complete state or the cancelled state, so both a new member and a lost member reach Make.
Watch Order Completed
Instant triggerIn Make“Triggers when an order has been completed.”
Hands Make every order the moment SendOwl marks it as completed, which is the cleanest starting point for anything that follows a sale: a welcome sequence, a coupon, a line in a sales table.
What can Make do inside SendOwl?
SendOwl 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 Bundle
ActionIn Make“Creates a new bundle.”
Builds a new bundle in SendOwl, a package that sells several of your products together, without you opening the store to assemble it by hand.
Create a Discount
ActionIn Make“Creates a new discount.”
Generates a fresh discount in SendOwl, so a coupon can appear exactly when an event in your process calls for it instead of being prepared ahead in bulk.
Create a Product
ActionIn Make“Creates a new Product.”
Adds a product to your SendOwl catalog from data that lives elsewhere, which saves retyping product details your offer already holds in another tool.
Delete a Bundle
ActionIn Make“Deletes a bundle by ID.”
Removes a bundle from SendOwl by its ID, which keeps the store tidy once a package has done its job and should no longer be sold.
Delete a Discount
ActionIn Make“Deletes a discount by ID.”
Retires a discount by its ID, so a code that should no longer work stops working without anyone remembering to do it in the dashboard.
Delete a Product
ActionIn Make“Deletes a Product by ID.”
Takes a product out of SendOwl by its ID, the step to use when an item is discontinued in the place where you manage your offer.
Get a Bundle
ActionIn Make“Returns a specified bundle.”
Reads one bundle from SendOwl and passes its details to the next module, so you can copy what a package contains into a report or a message.
Get a Discount
ActionIn Make“Return a specified discount.”
Pulls the details of one discount out of SendOwl, handy when a later module needs to show or check the code instead of guessing it.
Get a Product
ActionIn Make“Returns a specified product.”
Fetches one product from your SendOwl catalog so its information can travel on, to a table, a newsletter tool or a support note.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the SendOwl API to your scenario, using the same connection as the other modules, for the cases the other SendOwl modules do not cover.
Update a Bundle
ActionIn Make“Updates a bundle by ID.”
Changes an existing bundle by its ID, so the package in the store keeps up with the plan you edit in another place.
Update a Discount
ActionIn Make“Updates a discount by ID.”
Edits a discount that already exists, letting a promotion stretch or shrink without creating a new code that customers would have to learn.
Update a Product
ActionIn Make“Updates a product by ID.”
Rewrites the details of a product by its ID, which keeps SendOwl in line with the source you trust for your product details.
Need help automating SendOwl with Make?
A person reads every message.