- Home
- Resources
- Integrations
- Partnero
Partnero Make integrationAutomate Partnero with Make.
Can Make keep your Partnero program in step with the rest of your tools? The Partnero Make integration gives you 20 modules: 5 instant triggers and 15 actions. It suits teams running partner or refer-a-friend programs, and this page takes you from connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Partnero Make integration do for you?
The Partnero Make integration links your Partnero account to Make, a no-code tool where you build a scenario: an automation made of modules, each module being one step. Partnero can start a scenario the moment a customer, partner, subscriber or transaction changes, and Make can create, update, find or delete those records on your behalf.
Log payments from your billing app. When your billing tool registers a payment, Create a Customer adds the buyer to Partnero and Create a Transaction records it for that customer. This is the first scenario built step by step further down.
React when a partner joins or leaves. Watch Partners fires on every created, updated or deleted partner. Pass the news to your team chat or your CRM with that app's module, and the partner list no longer lives only inside Partnero.
Reward referrers without a spreadsheet. Watch Refer-A-Friend Customers tells Make about each refer-a-friend customer event, and Credit Refer-A-Friend Customer credits that person from their available balance when you decide the reward is due.
Know the edges before you start. The two Find modules fetch one record by its Id; they do not browse lists. Anything the 20 modules skip goes through Make an API Call, which reuses the same connection. Partnero's documentation on Make is AI-generated from the vendor's docs and asks you to verify important details. New to the editor? The Make training covers the basics, and if you are also weighing n8n, read n8n vs Make.
How do you connect Partnero to Make?
- 01
Create an API key in Partnero
In Partnero, open the program you want to automate, go to Integration under the Programs section, then open the API tab. Click Create API key, give the key a name, click Create and copy the key shown in the window.
- 02
Add a Partnero module in Make
In your scenario, add any Partnero module and click Create a connection. A connection is your Partnero account linked to Make once, then reused by every Partnero module. The Connection name field is optional, but a clear name helps you spot it later.
- 03
Paste the key and confirm
Enter the API key you copied, or follow the on-screen instructions, and confirm. Make saves the connection and can then list the Partnero objects it reads, so you pick values in the module fields instead of typing them.
Build your first scenario with Partnero
GoalWhen a payment lands in your billing app, Make adds the buyer to Partnero and records the transaction.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app that records your payments and its trigger module: Partnero comes right after it.
- 02
Add Create a Customer
Click the + on the right of the first module, search for Partnero and pick Create a Customer. Choose your connection, or click Create a connection and paste your API key.
- 03
Map the buyer's data
Fill the fields of Create a Customer by mapping values from the first module. Click a field, then pick the matching value that the billing app sent, rather than typing a fixed text.
- 04
Record the transaction
Add Create a Transaction with another + and map the payment data. Each bundle, meaning one item passing from one module to the next, becomes one transaction in Partnero.
- 05
Test with Run once
Click Run once, then create a test payment in your billing app. Read the bundles each module received and check that the customer and the transaction now appear in Partnero.
- 06
Schedule it and switch it on
Set the schedule on the first module; a new scenario runs every 15 minutes by default. Switch the scenario on. Each module run on a bundle is one operation, the unit Make counts on your plan.
What starts a Partnero scenario?
5 modules start a scenario when something happens in Partnero. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Partnero as soon as it happens.
Watch Customers
Instant triggerIn Make“Triggers when customer event (created, updated, deleted) occurs in system”
Watch Customers hands Make every change to a customer in your Partnero program: a new record, an edit or a removal. You get one bundle per event, ready to push into your CRM, your email tool or a reporting sheet.
Watch Partners
Instant triggerIn Make“Triggers when partner event (created, updated, deleted) occurs in system”
This trigger keeps Make informed about the people in your partner program: someone joins, their profile changes, or they are removed. Each of those events reaches the scenario as its own bundle.
Watch Refer-A-Friend Customers
Instant triggerIn Make“Triggers when customer event (created, updated, deleted) occurs in system. Use this specifically for refer-a-friend customers.”
Built for your refer-a-friend program, Watch Refer-A-Friend Customers sends Make a bundle each time one of that program's customers is created, updated or deleted.
Watch Subscribers
Instant triggerIn Make“Triggers when subscriber event (created, updated, deleted, rewarded) occurs in system”
Watch Subscribers reports what happens to your subscribers: a subscriber created, updated, deleted, and also rewarded. That reward event is the one no other Partnero trigger offers, and it is often the reason to pick this module.
Watch Transactions
Instant triggerIn Make“Triggers when transaction event (created, deleted) occurs in system”
Watch Transactions tells Make when a transaction is recorded in Partnero or deleted from it. The documented events are creation and deletion only, so edits to a transaction do not reach the scenario.
What else can Make do in Partnero?
Partnero gives you 15 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 new customer in the system.”
Create a Customer adds a person to your Partnero program straight from another app, so nobody retypes new signups. That customer then exists in Partnero for later transactions and updates.
Create a Partner
ActionIn Make“Creates a new partner in the system”
With Create a Partner, a new partner lands in your program as soon as your onboarding happens elsewhere, for example after an application form is approved in your CRM.
Create a Referred Customer
ActionIn Make“Creates new referred customer in the system.”
Your refer-a-friend program gets its newcomer: Create a Referred Customer records the friend who arrived through someone else's recommendation.
Create a Referring Customer
ActionIn Make“Creates a new referring customer in the system.”
Create a Referring Customer registers the other half of the pair: the customer who recommends your product to friends and brings them into the program.
Create a Transaction
ActionIn Make“Creates new transaction in the system.”
Create a Transaction writes each transaction into Partnero from the app that actually takes the payments, so Partnero holds the same record as your billing tool.
Credit Refer-A-Friend Customer
ActionIn Make“Credit customer from available balance.”
Credit Refer-A-Friend Customer credits a refer-a-friend customer from the balance they have available, without anyone opening Partnero to do it by hand.
Delete a Customer
ActionIn Make“Deletes existing customer in the system.”
Delete a Customer removes a customer from Partnero once they are gone from your own systems, which keeps the program list clean.
Delete a Partner
ActionIn Make“Deletes existing partner in the system.”
Removing a partner who left the program is the job of Delete a Partner, driven by the tool where that decision is actually made.
Delete a Transaction
ActionIn Make“Deletes existing transaction in the system.”
Delete a Transaction takes back a transaction that should never have been recorded, such as a duplicate or a test entry.
Find Customer
ActionIn Make“Finds & get customer details for given Id in the system.”
Find Customer returns the full details of one customer when you already hold that customer's Id, so the next module works with complete data.
Find Partner
ActionIn Make“Finds & get partner details for given Id in the system.”
Need a partner's details in the middle of a scenario? Find Partner fetches them for a given Id and passes them to the modules that follow.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call”
Make an API Call reaches any endpoint of the Partnero API with the connection you already set up, which covers what the other modules leave out.
Update a Customer
ActionIn Make“Updates existing customer in the system.”
Update a Customer corrects or completes an existing Partnero customer with the data another app holds, so both tools show the same person.
Update a Partner
ActionIn Make“Updates existing partner in the system.”
Keep partner profiles current with Update a Partner, fed by whichever tool your team edits first.
Update Refer-A-Friend Customer
ActionIn Make“Updates existing either customer from refer-a-friend program. Can be used for both referring & referred customer.”
One module covers both sides of the refer-a-friend program: Update Refer-A-Friend Customer edits the referring customer and the referred one alike.
Need help automating Partnero with Make?
A person reads every message.