- Home
- Resources
- Integrations
- Virtuagym
Virtuagym Make integrationAutomate Virtuagym with Make.
Tired of copying member data out of Virtuagym by hand? The Virtuagym Make integration gives you 16 modules: 5 triggers, 8 actions and 3 searches. This guide is for club managers and ops people, and it walks you from the API key to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Virtuagym Make integration do for your club?
The Virtuagym Make integration links your club account to Make, so member records, credits, memberships, visits and leads can move between Virtuagym and your other tools without anyone retyping them. You build a scenario, which is the automation itself: a chain of modules, each one a single brick that watches, creates, updates or searches something.
Welcome credits without a spreadsheet. Watch Members (by ID) spots each member added to the club, and Allocate Credits to a Member tops up their balance right after. The front desk stops tracking who already got their starter credits.
A check-in log your other tools can read. Watch Visits returns the check-ins recorded since the last run, one bundle per visit. A bundle is simply one item passed from a module to the next, so each visit can land as a row in a sheet or a message to a coach.
Leads that stay in sync with your sales pipeline. Create a Lead (BETA), Search Leads (BETA) and Update a Lead (BETA) let a form or an ad tool feed prospects straight into Virtuagym, then keep their record current.
Two limits are worth knowing before you start. All five Virtuagym triggers are scheduled: Make checks the account on the scenario's clock, nothing arrives instantly. And the app has no Make an API Call module, so a request outside the 16 modules is not covered. If you want to see how Make compares with n8n on criteria that matter to you, read n8n vs Make. For the plan limits, Make pricing breaks them down, and Make training helps if this is your first automation.
How do you connect Virtuagym to Make?
- 01
Collect three values in Virtuagym
In your Virtuagym account, open Systeeminstellingen, then Bedrijfsinformatie, then Geavanceerd. Copy the API key and the Club secret shown on that screen. You need an active Virtuagym account with an API key for this to work.
- 02
Open a Virtuagym module in Make
Log in to Make, add any Virtuagym module to your scenario and click Create a connection. A connection is your Virtuagym account linked to Make once, then reused by every Virtuagym module you add later.
- 03
Paste the credentials and save
Give it a name in the Connection name field if you run several clubs; it is optional. Paste the API key, the Club secret and the Club ID, then confirm. Make now lists the data it can read from your club.
Your first scenario: welcome credits for every new member
GoalWhen a new member is added in Virtuagym, Make allocates starter credits to that member.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to place the first module. That first module decides when the whole automation starts.
- 02
Add Watch Members (by ID)
Search for Virtuagym, pick Watch Members (by ID) and choose the connection you built earlier. This trigger only looks at member IDs, which makes it the cleanest way to catch brand new sign-ups.
- 03
Chain Allocate Credits to a Member
Click the + on the right of the trigger, add Allocate Credits to a Member, then map the member from the first module and type the amount of credits you give newcomers.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can check that the right member got the right credits before going live.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. From there, each new member picks up credits without a manual step.
Virtuagym triggers: what starts a scenario
5 modules start a scenario when something happens in Virtuagym. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Virtuagym as soon as it happens.
Watch Members
Scheduled triggerIn Make“Returns new or updated members.”
Watch Members hands your scenario every member that is new or has changed since the previous check, so profile edits made at the desk reach your other tools too.
Watch Members (by ID)
Scheduled triggerIn Make“Triggers when a new club member has been created/added. Difference from Watch Members module is that this module uses only member IDs to detect new ones.”
This trigger gives you only the members freshly added to the club. It relies on member IDs alone to tell who is new, which keeps edits to existing profiles out of the flow.
Watch Members Credits
Scheduled triggerIn Make“Returns newly updated credits since the last check.”
Watch Members Credits tells your scenario whose credit balance moved since the last check, so you can react to purchases and usage without opening Virtuagym.
Watch Memberships
Scheduled triggerIn Make“Returns new or updated membership instances since the last check.”
Watch Memberships brings you each membership instance that was created or modified since the previous check, which is where plan changes and renewals show up.
Watch Visits
Scheduled triggerIn Make“Returns new visits (check-in's actions of members in a club) since the last check.”
Watch Visits delivers the check-ins recorded in your club since the last run, one bundle per visit, so attendance data leaves Virtuagym on its own.
Virtuagym actions and searches
Virtuagym gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Allocate Credits to a Member
ActionIn Make“Allocates a given amount of credits to a specified member.”
Adds the number of credits you choose to one member's balance, so rewards and top-ups happen without a trip to the admin panel.
Create a Member
ActionIn Make“Creates a new member.”
Opens a new member record in your club from data collected elsewhere, which saves the front desk from typing the same details twice.
Create a Visit
ActionIn Make“Creates a visit.”
Records a visit in Virtuagym for a member, so attendance logged in another system still counts in your club's history.
Get a Member
ActionIn Make“Retrieves a club member.”
Fetches the full record of one club member when you already know who they are, giving later modules the profile data to work with.
Update a Member
ActionIn Make“Updates a member by internal Virtuagym ID”
Changes an existing member's record using the internal Virtuagym ID, keeping the club's data aligned with what the member told another team.
Update a Member by External ID
ActionIn Make“Updates a member by external system ID.”
Edits a member through the ID your external system uses, so a CRM or billing tool can push changes without first looking up the Virtuagym ID.
List Members Credits
SearchIn Make“Returns a member credits list.”
Returns the credits list of a member, so you can check a balance inside a scenario before deciding what happens next.
Search Members
SearchIn Make“Searches for members.”
Looks up members in your club and passes each match along, which is how a scenario finds the right person from partial information.
Create a Lead (BETA)
ActionIn the docs onlyAdds a prospect to Virtuagym as a lead, so people who ask about a trial land in the same place your sales staff already works.
Search Leads (BETA)
SearchIn the docs onlyFinds leads already stored in Virtuagym, which helps you avoid adding the same prospect twice from different channels.
Update a Lead (BETA)
ActionIn the docs onlyRefreshes a lead record in Virtuagym, so a prospect's status follows what happened in your calls or emails.
Need help automating Virtuagym with Make?
A person reads every message.