n8n-nodes-anny for that. Unlike Make.com, you do not wire webhooks and API calls by hand: the node manages sign-in and webhook subscriptions itself.
With n8n, in anny you can:
- react to events, for example a new booking, a check-in, or a new invoice
- read or change bookings, customers, orders, invoices, subscriptions, resources, and services
- query availability and run arbitrary anny API calls from a workflow
Common use cases
How the n8n connection works
n8n does not appear in the anny integrations list. You install the node in your n8n instance (Cloud or self-hosted) and store credentials:- OAuth2 (default): you choose the region (anny.co or anny.eu) and complete login in the browser. n8n then acts in the name of your admin account, including webhook subscriptions.
- Access Token: you store a Personal Access Token from anny (Settings → API & Webhooks tab).
Connect n8n
Requirements
Before you connect n8n, make sure you have:- An n8n account (n8n Cloud or self-hosted) where you may install community nodes
- An anny admin account for the chosen region
- For Access Token, access to the API & Webhooks tab
Set up the connection
1
Install the community node
In n8n, install the package
n8n-nodes-anny as a community node. The steps are in the n8n community nodes documentation.2
Create credentials
In n8n, create the credential Anny OAuth2 API, choose the Region (anny.co or anny.eu), and complete the OAuth login. Alternatively, use Anny Access Token API with a Personal Access Token from anny.
3
Add a trigger or an action
For events, add the Anny Trigger node and select the Events, for example Booking Created. For actions, add the Anny node and choose a resource and operation, for example Booking → Get.
4
Activate the workflow
Save and activate the workflow. The trigger then creates the webhook subscription in anny.
Settings & options
Limitations
The n8n connection does not support:- An entry under Integrations: you install the node in n8n, not through the integrations list in anny.
- Every webhook event: the trigger covers bookings, customers, orders, and invoices. Subscriptions, time slots, and community members can be set up with a manual webhook subscription as in Make.com.
- Fine-grained token permissions: a Personal Access Token has the same API access as an admin. Individual permissions are not yet selectable in the UI.
Disconnect
You manage credentials in n8n. You find the Personal Access Token in anny under Settings in the API & Webhooks tab (rotate or delete).FAQ
Is this an official anny node?
Is this an official anny node?
Yes. anny maintains the community node in the GitHub repository anny-co/anny-n8n (npm package
n8n-nodes-anny). It is not a generic HTTP module, but a dedicated node with trigger and actions.When do I use n8n, when Make.com?
When do I use n8n, when Make.com?
n8n if you want the ready-made anny node with OAuth and automatic webhooks. Make.com if you already use Make: there you connect anny through generic webhooks and HTTP, see make.com.
Which events can the trigger receive?
Which events can the trigger receive?
Bookings (created, updated, started, ended, checked in, checked out, deleted), customers, orders, and invoices (including finalized). Labels in the node are English, for example Booking Created.
Do I need coding skills?
Do I need coding skills?
No. You assemble the workflow in n8n. A basic understanding of webhooks helps when troubleshooting.
Troubleshooting
The trigger does not start
The trigger does not start
The workflow may not be active, the region may be wrong, or the selected events may not match. Activate the workflow and check in anny under API & Webhooks whether a subscription named
n8n Trigger - Workflow … exists.OAuth login fails
OAuth login fails
Usually the wrong region is selected. anny.co and anny.eu are separate environments. Choose the region where your account lives and complete login again.
API actions fail
API actions fail
The credentials expired, the token was rotated, or the access token no longer has access. Recreate the credential in n8n or create a new token under API & Webhooks.