RegFox Make integrationAutomate RegFox with Make.
What if every new RegFox subscription reached your team without anyone copying it by hand? The RegFox Make integration gives you 30 modules: 2 instant triggers, 17 actions and 11 searches. This guide is for event and membership organizers, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the RegFox Make integration do for you?
The RegFox Make integration links your RegFox account to Make, a no-code automation tool. You build a scenario (the automation itself, a chain of bricks called modules) that reacts when a form goes live or a subscription arrives, then reads or updates registrants, coupons and orders for you.
Check-ins that follow your guest list. Check In by ID and Check Out by ID let another tool, like a badge scanner app or a spreadsheet, record when a registrant arrives and leaves in RegFox. Nobody retypes names at the door.
Coupons you manage from one place. Create a Coupon, Update a Coupon and Delete a Coupon cover the whole life of a discount code, so a sponsor deal or a partner offer can be set up from the tool where it was agreed.
Subscriptions your team hears about right away. Watch New Subscriptions is an instant trigger: RegFox calls Make the moment a subscription is added, and the next module can post it wherever your team works.
The listed modules read and update records but do not cover every corner of the RegFox API; Make an API Call fills that gap with the same connection. The same app often has an n8n node too, and the n8n vs Make comparison lays out the criteria. New to the tool? The Make training starts from scratch, and the Make pricing page explains how operations are counted.
How do you connect RegFox to Make?
- 01
Generate an API key in RegFox
Log in to RegFox, open the account dashboard, then the Settings section and the API option. Click the button that generates a new API key and copy it. You need an active RegFox account for this step.
- 02
Add a RegFox module and create the connection
In your Make scenario, add any RegFox module and click Create a connection. A connection is your RegFox account linked to Make once, then reused by every RegFox module. Give it a clear name in Connection name if you run several accounts.
- 03
Paste the key and save
Paste the API key you copied, or follow the instructions shown on screen, and save. Make now lists what it can read from your account, so you pick forms and records from menus instead of typing identifiers.
Your first scenario with RegFox
GoalWhen a form is published in RegFox, Make pulls the inventory list of that form so you can check stock before registrations open.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the big + to add the first module. Search for RegFox and pick Watch Forms Published.
- 02
Set up the webhook and connection
Click Create a webhook, then Create a connection and paste your RegFox API key. RegFox now warns Make each time a form goes live.
- 03
Add List Inventories
Click the + to the right of the trigger and add List Inventories. This search asks for a form ID: map it from the data the trigger received, if its bundle carries one.
- 04
Test with Run once
Click Run once, then publish a test form in RegFox. Open each module's bubble to read the bundles it received and confirm the form ID was passed along.
- 05
Switch it on
When the test looks right, save and switch the scenario on. An instant trigger does not wait for the default 15-minute schedule: it runs as soon as RegFox calls Make.
What starts a RegFox scenario
2 modules start a scenario when something happens in RegFox. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by RegFox as soon as it happens.
Watch Forms Published
Instant triggerIn Make“Triggers when a form is published.”
Watch Forms Published starts your scenario the moment a RegFox form goes live, so the setup work around a new event can begin without anyone keeping an eye on the dashboard.
Watch New Subscriptions
Instant triggerIn Make“Triggers when a new subscription is added.”
Watch New Subscriptions hands your scenario each subscription added in RegFox, which makes it the natural starting point for member welcome flows and recurring payment follow-up.
Everything else RegFox can do in Make
RegFox gives you 28 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Check In by Display ID
- Check In by ID
- Check Out by Display ID
- Check Out by ID
- Create a Coupon
- Delete a Coupon
- Get a Coupon
- Get a Customer
- Get a Form
- Get a Membership
- Get an Order
- Get a Registrant
- Get a Subscription
- Get a Ticket
- Get a Transaction
- Make an API Call
- Update a Coupon
- List Coupons
- List Customers
- List Forms
- List Global Coupons
- List Inventories
- List Memberships
- List Orders
- List Subscriptions
- List Tickets
- List Transactions
- Search Registrants
Check In by Display ID
ActionIn Make“Check in registrant by display ID.”
Marks a registrant as arrived using the display ID, the reference people tend to see and carry, so a scan or a typed code at the entrance updates RegFox directly.
Check In by ID
ActionIn Make“Check in registrant by ID.”
Records an arrival in RegFox from the registrant's ID, which suits flows where an earlier module already returned the full registrant record.
Check Out by Display ID
ActionIn Make“Check out registrant by display ID.”
Signs a registrant out using their display ID, which gives you a clean record of who left a session or a venue without editing entries by hand.
Check Out by ID
ActionIn Make“Check out registrant by ID.”
Closes a registrant's attendance from their ID, the counterpart of Check In by ID for scenarios that already hold the full record from another module.
Create a Coupon
ActionIn Make“Creates a new coupon.”
Adds a new discount code to RegFox from inside your scenario, so an offer agreed in a CRM, a sheet or a chat thread exists in RegFox without a manual copy.
Delete a Coupon
ActionIn Make“Deletes an existing coupon.”
Removes a coupon from RegFox for good, the cleanest way to shut down a code that leaked or an offer that has ended.
Get a Coupon
ActionIn Make“Retrieves an existing coupon.”
Fetches one coupon and all its details so the next module can report on it or decide what to do with it.
Get a Customer
ActionIn Make“Retrieves an existing customer.”
Pulls the full record of one RegFox customer, handy when a bundle only gives you a reference and you need the rest of the profile.
Get a Form
ActionIn Make“Retrieves an existing form.”
Returns the details of one RegFox form, which lets a scenario describe an event or registration page accurately in a message or a report.
Get a Membership
ActionIn Make“Retrieves an existing membership.”
Reads a single membership from RegFox so your scenario can see what a member signed up for before taking the next step.
Get an Order
ActionIn Make“Retrieves an existing order.”
Retrieves one order from RegFox, the piece you need when accounting or support has to see exactly what was bought.
Get a Registrant
ActionIn Make“Retrieves an existing registrant.”
Brings back one registrant's record, so a scenario can greet, badge or follow up with the right person using RegFox as the source.
Get a Subscription
ActionIn Make“Retrieves an existing subscription.”
Fetches one subscription with its details, useful to confirm the state of a recurring plan before your scenario acts on it.
Get a Ticket
ActionIn Make“Retrieves an existing ticket.”
Retrieves one ticket from RegFox, so a scenario knows exactly which admission it deals with before sending anything to the attendee.
Get a Transaction
ActionIn Make“Retrieves an existing transaction.”
Returns a single payment transaction, the detail finance teams ask for when they reconcile RegFox with their bookkeeping.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends any request the RegFox API allows, using the same connection, which covers what the other modules leave out.
Update a Coupon
ActionIn Make“Updates an existing coupon.”
Changes an existing coupon in RegFox, so you can extend or tweak an offer without deleting it and starting over.
List Coupons
SearchIn Make“Retrieves a list of coupons.”
Returns your coupons as a series of bundles, one per code, ready to be filtered or sent to a sheet.
List Customers
SearchIn Make“Retrieves a list of customers.”
Brings back customers in bulk, so a scenario can sync the people who bought from you into a CRM or a mailing tool.
List Forms
SearchIn Make“Retrieves a list of forms.”
Lists your RegFox forms, which gives a scenario an index of every registration page you run.
List Global Coupons
SearchIn Make“Retrieves a global list of coupons.”
Pulls the coupon list at the account level, broader than List Coupons, for a view of every code across your RegFox setup.
List Inventories
SearchIn Make“Retrieves a list of inventories by form ID.”
Returns the inventory entries of one form, so your team sees what is left before registrations run out.
List Memberships
SearchIn Make“Retrieves a list of memberships.”
Lists memberships in RegFox, a quick way to feed a member directory or a renewal follow-up sheet.
List Orders
SearchIn Make“Retrieves a list of orders.”
Returns RegFox orders in bulk, which helps accounting pull every purchase into a spreadsheet or an invoicing tool.
List Subscriptions
SearchIn Make“Retrieves a list of subscriptions.”
Lists subscriptions from RegFox so you can review recurring plans in the tool your team actually opens.
List Tickets
SearchIn Make“Retrieves a list of tickets.”
Returns tickets as individual bundles, handy to build an attendee sheet or a badge print run from another app.
List Transactions
SearchIn Make“Retrieves a list of transactions.”
Brings back RegFox transactions in bulk so finance can match payments against bank lines without exporting files.
Search Registrants
SearchIn Make“Searches registrants or lists them all.”
Finds registrants matching your criteria, or returns them all, which makes it the usual first step before a check-in or a message.
Need help automating RegFox with Make?
A person reads every message.