- Home
- Resources
- Integrations
- HelloAsso
HelloAsso Make integrationAutomate HelloAsso with Make.
Can Make react the moment something happens in HelloAsso? Yes. The HelloAsso Make integration offers 2 instant triggers, 9 actions and 3 searches covering orders, payments, checkouts and forms. This guide links your account and builds a first scenario with you, step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the HelloAsso Make integration do for you?
The HelloAsso Make integration lets a Make scenario (the automation you build, a chain of bricks called modules) listen to your HelloAsso account and act on it. You can read orders and payments, open a checkout, cancel future payments or start a refund, all without writing code.
Keep your records in sync. Watch notifications starts a scenario as soon as HelloAsso reports an event. Add Get order behind it and push the details into a base you already use, for example with the Airtable Make integration.
Send payment links from another tool. Init a checkout prepares a HelloAsso payment and hands back its URL, so a sign-up collected elsewhere can receive a link to pay.
Handle cancellations cleanly. Search payments or Search orders finds the right item, then Init payment refund or Cancel Order does the rest.
What Make does not offer here: no scheduled trigger, only the 2 instant ones, and nothing beyond the 14 listed modules unless you write your own request with Make an API call. Many apps also have an n8n node; n8n vs Make lays out the criteria, and Make training helps if you are new to the editor.
How do you connect HelloAsso to Make?
- 01
Open the connection window
Add any HelloAsso module to your scenario and click Create a connection. A connection is your HelloAsso account linked to Make once, then reused by every HelloAsso module. The Connection name field is optional.
- 02
Copy your client credentials
In HelloAsso, go to Mon Compte, then Integration et API. Copy the Client ID and the Client secret. If HelloAsso asks for a callback URI, enter
https://www.integromat.com/oauth/cb/helloasso. - 03
Paste them into Make
Back in Make, paste both values into the connection window, or follow the on-screen instructions, and save. From then on, Make can list what it reads in your HelloAsso account while you fill a module.
Your first scenario: a HelloAsso payment link on request
GoalWhen a request lands in another app, Make opens a HelloAsso checkout and returns the payment URL.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. This first module is the app where requests arrive, such as the form tool your club already uses.
- 02
Add Init a checkout
Click the + on the right of that first module, search for HelloAsso and pick Init a checkout. Click Create a connection if your account is not linked yet.
- 03
Fill in the checkout
Fill the module fields and map the data coming from the first module. Once the connection exists, Make shows what it can read in HelloAsso, so you pick from a list instead of typing.
- 04
Test with Run once
Click Run once, then open the bubble above Init a checkout to read its bundle, the item passed between modules. The payment URL is what you send on next.
- 05
Set the schedule and switch it on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. Each module run on one bundle is an operation, the unit Make counts on your plan.
What starts a HelloAsso scenario?
2 modules start a scenario when something happens in HelloAsso. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by HelloAsso as soon as it happens.
Watch notifications
Instant triggerIn Make“Trigger when a notification occurs”
Your scenario wakes up as soon as HelloAsso sends Make a notification, so the next modules work on fresh data instead of waiting for someone to open the dashboard. What HelloAsso sends travels on as a bundle that later modules can map.
Watch notifications (manual)
Instant triggerIn Make“Triggers when a notification occurs. Webhook to be set manualy in HelloAsso Account”
You get the same instant start as Watch notifications, with one difference that matters: the webhook is set by hand in your HelloAsso account rather than for you. That gives you control over which address your account calls.
What can Make do in HelloAsso?
HelloAsso gives you 12 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Cancel Order
ActionIn Make“Cancel future payments for an order”
Stops the payments still to come on a HelloAsso order, so nothing more is collected on it after this step runs.
Get a checkout
ActionIn Make“Get checkout information by ID”
Brings back the details of one checkout when you already hold its ID, so you can reread a payment request you opened earlier.
Get a form
ActionIn Make“Get form information by ID”
Hands you the information of one HelloAsso form, looked up by its ID, ready to reuse in the rest of the scenario.
Get a payment
ActionIn Make“Get a payment by ID”
Gives you one payment in full from its ID, so a later module can use the exact record instead of a guess.
Get order
ActionIn Make“Get an order by ID”
Returns a single HelloAsso order from its ID, which is often the piece of data you want to file or share once something happens.
Get order's item
ActionIn Make“Get an order's item by ID”
Zooms in on one line of an order, fetched by its own ID, so you work on a single ticket or membership rather than the whole basket.
Init a checkout
ActionIn Make“Initialize a payment process and return the payment URL.”
Opens a HelloAsso payment for you and returns the payment URL, ready to send to the person who has to pay.
Init payment refund
ActionIn Make“Initialise a payment refund”
Starts the refund of a HelloAsso payment from your scenario, so a cancellation request does not wait in someone's inbox.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the HelloAsso API with the connection you already set up, which covers whatever the dedicated modules leave out.
Search forms
SearchIn Make“Search forms based on many criteria within an organization”
Lists the forms of an organization that match your criteria, which saves you from copying form IDs by hand.
Search orders
SearchIn Make“Search orders based on many criteria”
Finds the orders that fit your criteria and passes each match along as its own bundle, one order per bundle.
Search payments
SearchIn Make“Search payments based on many criteria”
Pulls up payments that match your criteria, the fastest route when you know roughly what you are after but not the exact ID.
Need help automating HelloAsso with Make?
A person reads every message.