- Home
- Resources
- Integrations
- Swapcard
Swapcard Make integrationAutomate Swapcard with Make.
Tired of copying attendees into Swapcard by hand? The Swapcard Make integration gives you 8 modules: 2 triggers, 5 actions and 1 search. This guide shows event teams how to link the account, then walks through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Swapcard Make integration do for you?
The Swapcard Make integration links your Swapcard account to Make, a visual tool where you build a scenario (an automation made of modules, each one a single brick like a trigger, an action or a search). Once linked, Make can spot new events and new attendees in Swapcard and add, change or remove people on an event without any code.
Attendee lists that stay in sync. When someone registers through a form or another tool, Create an Event Person adds them to the right Swapcard event. If their job title changes later, Update an Event Person edits the same record instead of creating a duplicate.
A CRM that knows who showed up on the list. Watch Event People notices each new attendee on the scenario's schedule, and Get an Event Person pulls the full record, so your sales team sees who joined without exporting a file.
Staff added to every new event. Watch Events catches each event your team creates, then Create an Event Person puts your hosts or moderators on it at the next check.
What Make does not do here: both triggers are scheduled, so nothing fires the second a change happens, and there is no Make an API Call module. For anything the ready-made modules miss, Execute a GraphQL Query sends your own request. The Make documentation for this app also warns that its text is AI-generated from Swapcard's docs and may hold mistakes, so double-check anything important. Swapcard may also have a node on n8n; the n8n vs Make comparison helps you decide. New to the editor? The Make training covers the basics, and the Make pricing page explains plans.
How do you connect Swapcard to Make?
- 01
Generate an API key in Swapcard
In Swapcard, open the menu in the top-right corner under your name and choose API keys. Click Create a new key, give it a name you will recognize, click Generate the key, then copy the key shown on screen.
- 02
Add a Swapcard module in Make
Open your scenario in Make, add any Swapcard module and click Create a connection. A connection is your Swapcard account linked to Make once, then reused by every Swapcard module you add later.
- 03
Paste the key and save
If you like, type a label in Connection name so you can tell accounts apart. Paste the key you copied from Swapcard, or follow the instructions on screen, and save. The module can now read your events.
Build your first Swapcard scenario
GoalWhen a new event is created in Swapcard, Make adds your host to its attendee list.
- 01
Create the scenario
On the Scenarios page, create a new scenario. The empty editor shows a large +: click it to add the module that will start everything.
- 02
Pick Watch Events
Search for Swapcard, choose Watch Events and select the connection you made earlier. This trigger looks for events created since the last check.
- 03
Add Create an Event Person
Click the + on the right of the trigger and pick Create an Event Person. Map the event coming from Watch Events, then fill in your host's details in the fields Make shows.
- 04
Test with Run once
Create a test event in Swapcard, then click Run once. Each module shows the bundles it received (a bundle is one item passed along, here one event), so you can check the host landed on it.
- 05
Schedule and switch on
Open the clock on Watch Events: a new scenario checks every 15 minutes by default. Keep that or pick another interval your plan allows, then switch the scenario on.
Swapcard triggers in Make
2 modules start a scenario when something happens in Swapcard. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Swapcard as soon as it happens.
Watch Event People
Scheduled triggerIn Make“Triggers when new event people have been created.”
Hand every new attendee to the rest of your stack without exporting anything: this trigger picks up the people newly created on your Swapcard events and passes each one on as its own bundle, ready for the next module.
Watch Events
Scheduled triggerIn Make“Triggers when a new event has been created.”
Get a heads-up each time your team sets up a new event in Swapcard, so the follow-up work starts on its own: announcing it, preparing a checklist or adding staff to the attendee list.
Everything Swapcard can do in Make
Swapcard gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create an Event Person
ActionIn Make“Creates a new person on an specific event.”
Put someone on the attendee list of a chosen Swapcard event without opening the Event Studio. Make adds the person, and the result can flow into the next module.
Delete an Event Person
ActionIn Make“Deletes an event person.”
Take a person off a Swapcard event so your attendee list matches reality after a cancellation or a refund in another tool.
Execute a GraphQL Query
ActionIn Make“Performs an arbitrary authorized GraphQL query.”
Reach the parts of Swapcard the ready-made modules skip by sending your own GraphQL query through the connection you already set up.
Get an Event Person
ActionIn Make“Retrieves an event person.”
Pull the full record of one attendee you already know, so later modules can use their details in an email, a sheet or a CRM entry.
Update an Event Person
ActionIn Make“Updates an event person.”
Change the details of an attendee already on a Swapcard event, so the record people see in the event app stays accurate.
Search Event People
SearchIn Make“Searches for event people or lists them all.”
Look up attendees on an event, or list all of them, and hand each match to the next module as a separate bundle.
Need help automating Swapcard with Make?
A person reads every message.