Resources · Make integration

GoAffPro Make integrationAutomate GoAffPro with Make.

Can Make keep your affiliate program in order without manual edits? The GoAffPro Make integration gives you 14 modules: 10 actions and 4 searches on affiliates, orders and rewards. This guide shows store owners how to connect the account and build a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the GoAffPro Make integration do for you?

The GoAffPro Make integration links your affiliate program to Make, a tool where you build automations called scenarios without writing code. Each scenario is a chain of modules, small bricks that each do one job, like creating an affiliate or listing orders in GoAffPro.

Partners onboarded from your own sign-up form. A partner fills in a form in another app, and Create an Affiliate adds them to GoAffPro with the details they typed. Nobody copies names by hand anymore.

Orders that match what really shipped. When a sale happens outside the usual tracking, Create an Order records it so the right affiliate gets credit. If the order changes later, Update an Order corrects it, and Delete an Order removes a cancelled one.

Reward reports without exports. List Rewards pulls the rewards from GoAffPro so the next module can drop them into a sheet or a message for the finance team.

One thing Make cannot do here: GoAffPro has no trigger module, so the app never tells Make when something changes. A scenario starts from another app's trigger or from a schedule you set in Make. GoAffPro may also exist as an n8n node; the n8n vs Make page lays out how the two tools differ. For the costs of running Make itself, read Make pricing, and if you want a guided start, the Make training covers scenario building step by step.

Connect

How do you connect GoAffPro to Make?

  1. 01

    Create an API key in GoAffPro

    In the GoAffPro admin panel, open the Settings tab, click Advanced, then scroll down to Access Tokens. Click New API Key and copy the key that appears on screen. Make needs it to act on your account.

  2. 02

    Add a GoAffPro module in Make

    In your scenario, add any GoAffPro module and click Create a connection. A connection is your GoAffPro account linked to Make once, then reused by every GoAffPro module you add later.

  3. 03

    Paste the key and save

    Give the connection a clear label in Connection name if you run several stores. Paste the API key you copied, confirm, and Make can now read the lists of affiliates, orders and rewards in your account.

First scenario

Your first scenario: turn new partners into GoAffPro affiliates

GoalWhen a partner signs up through a form in another app, Make creates the matching affiliate in GoAffPro.

  1. 01

    Start a new scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. Here that first brick is the trigger of the form tool your partners use to apply.

  2. 02

    Add Create an Affiliate

    Click the + on the right of the form module, search for GoAffPro and pick Create an Affiliate. Select the connection you made earlier, or click Create a connection if this is your first GoAffPro module.

  3. 03

    Map the form answers

    Fill the affiliate fields by clicking the answers coming from the form module. Each submission travels as a bundle, meaning one item passed from one module to the next, so one form entry becomes one affiliate.

  4. 04

    Test with Run once

    Click Run once, then send a test entry through your form. Make runs the scenario a single time and shows the bundle each module received. Check GoAffPro to see the new affiliate before going further.

  5. 05

    Schedule and switch it on

    Set the schedule on the first module; a new scenario checks every 15 minutes by default. Then switch the scenario on. Each module run counts as one operation, which is how Make measures usage on your plan.

Modules

What each GoAffPro module does in Make

GoAffPro gives you 14 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

GoAffPro1

Create an Affiliate

Action

In Make“Creates a new affiliate.”

This module gives a new partner an account in your GoAffPro program, filled with the details your scenario passes to it. It saves you from retyping every application.

When to use it
right after a partner application lands in a form or a CRM connected to Make.
Watch out
run Search Affiliates before it if the same person can apply twice, or you may end up with duplicates.
GoAffPro2

Create an Order

Action

In Make“Creates a new order.”

You get a sale recorded in GoAffPro even when it happened somewhere the program does not see on its own, such as a phone order or a second sales channel.

When to use it
when an order confirmed in another app should earn a commission for the partner who brought it.
Watch out
map the order data from the previous module carefully, because the affiliate credit depends on it.
GoAffPro3

Create a Reward

Action

In Make“Creates a new reward.”

Adding a reward by hand gets tedious once partners multiply; this module writes it into GoAffPro for you, straight from the data of the scenario.

When to use it
when a partner earns a bonus that your usual order tracking does not cover, like a milestone reached in another tool.
Watch out
a test with Run once creates a real reward, so clean it up afterwards.
GoAffPro4

Delete an Affiliate

Action

In Make“Deletes an existing affiliate.”

Removing a partner who left the program keeps your affiliate list short and honest, and this module does it from inside a scenario.

When to use it
when a partnership ends in your CRM and the affiliate should disappear from GoAffPro too.
Watch out
none of the 14 modules brings a deleted affiliate back, so test on a dummy partner before switching the scenario on.
GoAffPro5

Delete an Order

Action

In Make“Deletes an existing order.”

With this module, a cancelled or fraudulent sale stops counting in GoAffPro, so no commission rides on an order that never really happened.

When to use it
when your shop or payment tool marks an order as refunded or cancelled.
Watch out
the deletion is final from the scenario's side; if you only need to fix an amount, Update an Order is the safer choice.
GoAffPro6

Delete a Reward

Action

In Make“Deletes an existing reward.”

A reward created by mistake, or granted twice, can be wiped out here without opening the GoAffPro admin panel at all.

When to use it
as the clean-up step after a test run, or when a reward rule in another tool gets reversed.
Watch out
make sure the scenario targets exactly one reward, ideally found first with List Rewards, since nothing in the module list restores it.
GoAffPro7

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

When none of the ready-made GoAffPro modules covers what you need, this one lets you call any endpoint of the GoAffPro API, reusing the same connection.

When to use it
for an operation the ready-made modules skip, once you have found the matching request in the GoAffPro API documentation.
Watch out
you build the request yourself here, so it asks for more care than a regular module.
GoAffPro8

Update an Affiliate

Action

In Make“Updates an existing affiliate.”

When a partner's details change, this module brings their GoAffPro profile up to date without a trip to the admin panel.

When to use it
when a partner edits their details in your CRM or a form and GoAffPro should follow.
Watch out
the module needs to know which affiliate to change, so place Search Affiliates just before it to find the right one.
GoAffPro9

Update an Order

Action

In Make“Updates an existing order.”

Here you correct an order already stored in GoAffPro, so the commission reflects what the customer finally paid.

When to use it
after a partial refund or a changed basket in your shop, when the order still exists but its details moved.
Watch out
pick this module over Delete an Order whenever the sale still stands, otherwise the partner loses the credit.
GoAffPro10

Update a Reward

Action

In Make“Updates an existing reward.”

Changing a reward that is already recorded is what this module is for, and it keeps the partner's history in one place instead of stacking new entries.

When to use it
when a bonus amount gets revised after an internal review, or a reward needs its details corrected.
Watch out
identify the reward first with List Rewards, or you risk editing the wrong one.
GoAffPro11

List Affiliates

Search

In Make“Retrieves a list of affiliates.”

This search returns the affiliates of your program, each one as a separate bundle the next module can use, which makes it the starting point for a partner report or a sync to a spreadsheet.

When to use it
when you need the whole roster, for example to copy it into a sheet.
Watch out
every affiliate returned becomes one bundle, and each module after it runs once per bundle, using operations.
GoAffPro12

List Orders

Search

In Make“Retrieves a list of orders.”

Pulling the orders stored in GoAffPro gives you material for a sales recap or a check against your shop's records, without any manual export.

When to use it
when you want to compare affiliate orders with the ones your store recorded.
Watch out
the search can return zero, one or many orders, so plan what the next module does with each of them.
GoAffPro13

List Rewards

Search

In Make“Retrieves a list of rewards.”

Your finance team sees every reward in one list with this search, ready to be sent to a sheet or a message before payouts.

When to use it
before paying partners, to review what each one earned in GoAffPro.
Watch out
if nothing matches, the module returns no bundle and the following modules simply do not run, which can look like a failure during a test.
GoAffPro14

Search Affiliates

Search

In Make“Searches for affiliates or lists them all.”

Finding one specific partner before acting on them is the job of this search, and it can also list every affiliate if you leave it open.

When to use it
before Update an Affiliate or Create an Affiliate, to check whether the partner already exists.
Watch out
a broad search may return several affiliates, and the modules after it will run for each of them.
Need help

Need help automating GoAffPro with Make?

A person reads every message.

FAQ

Questions about the GoAffPro Make integration

01Is the GoAffPro Make integration free?
Yes, on the Make side. GoAffPro is a standard app, so its modules work from the Free plan onward. That plan allows 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams, Enterprise) lower the interval to 1 minute, remove the cap on active scenarios and extend a run to 40 minutes. Make counts usage in credits, which match operations. You still need your own active GoAffPro account, which GoAffPro bills separately.
02What do you need to connect GoAffPro to Make?
Two things: an active GoAffPro account and an API key from that account. To get the key, open the Settings tab in the GoAffPro admin panel, click Advanced, scroll to Access Tokens and click New API Key, then copy the key shown on screen. In Make, add any GoAffPro module, click Create a connection, optionally name it, and paste the key. The connection is then reused by every GoAffPro module in your scenarios, so you only do this once per account.
03Can a GoAffPro event start a Make scenario in real time?
No. GoAffPro has no trigger module in Make, so the app cannot notify Make when an affiliate, order or reward changes. You still have two ways to start a scenario. The first is the trigger of another app, such as the form, shop or CRM where the event actually happens, followed by GoAffPro actions. The second is a schedule on the first module: Make then runs the scenario on its own, every 15 minutes by default, and a search such as List Orders can collect what is new in GoAffPro.
04What if the GoAffPro module you need is missing in Make?
Use Make an API Call. It sits among the 14 GoAffPro modules and can call any endpoint of the GoAffPro API with the same connection, which covers what the 10 actions and 4 searches leave out. You write the request yourself, so keep the GoAffPro API documentation open while you do it. Note that Make flags its GoAffPro documentation as AI-generated and advises checking important details with GoAffPro directly, which is worth doing before you rely on a field in production.
05Should you use Make or n8n for GoAffPro?
It depends on where the rest of your automations already live. In Make, GoAffPro offers 14 modules to create, update, delete and list affiliates, orders and rewards, plus Make an API Call for anything else, all without code. The same app often has an n8n node as well, so compare the actions each tool lists for GoAffPro against what your program needs. Neither tool is ranked here: pick the one your team already knows, and check that it covers the affiliate tasks on your list.