- react to events, such as a new booking, a cancellation or new customers, and process the data further in other tools
- automatically transfer bookings, orders, invoices and customers to other systems like spreadsheets, chat or your CRM
- trigger actions in anny from a Make scenario, for example creating bookings or customers
Common use cases
How the Make.com connection works
Make.com is not a built-in module in anny and doesn’t appear in the integrations list. You connect the two systems through the API & Webhooks tab in your organization’s Settings. There you set up two things:- A Personal Access Token for access to the anny API. Make uses it to authenticate as a trusted way into your organization. With the token, Make can read and create the data that an admin can also reach through the API (for example bookings, orders, invoices and customers).
- One or more webhook subscriptions that send events from anny to an endpoint URL you specify. This URL comes from your Make scenario.
Connect Make.com
Requirements
Before you connect Make.com, make sure you have the following:- Access to the API & Webhooks tab in the organization settings (admin rights)
- A Make.com account
- A scenario in Make with a Webhook module for triggers and, if you want to trigger actions in anny, an HTTP module for the anny API
Set up the connection
1
Create a Personal Access Token
Open Settings and go to the API & Webhooks tab. In the Personal Access Tokens area, click Create token, enter a token name (e.g. “Make.com”) and copy the token right away. anny only shows it once.
2
Prepare the webhook URL in Make
Create a scenario in Make and add a Webhook module as a trigger. Make generates a unique URL for it. Copy this URL.
3
Create a webhook subscription in anny
In the Webhooks area, click Create webhook. Enter a name and the copied URL as the endpoint URL, select the events you want under Event selection and enable the Active toggle. Optionally, you can limit booking events to specific resources, groups or categories. Save the subscription.
4
Set up actions via the anny API
If you want to create or read data in anny from Make, add an HTTP module to your scenario and store the Personal Access Token as a bearer token. You’ll find the available endpoints in the anny API documentation.
Settings & options
Limitations
Connecting to Make.com via webhooks and the anny API doesn’t support:- A ready-made anny module: anny has no prebuilt connector in the Make marketplace. You build the connection with Make’s generic modules (Webhook, HTTP).
- Fine-grained permissions: Selecting individual permissions for a token isn’t available yet. A token gets access to all data in your organization reachable through the API.
- Custom headers: A webhook subscription doesn’t send custom HTTP headers. The signature key serves as the safeguard.
- German event names: anny shows the individual events as technical labels (e.g.
bookings.created), not as translated names.
Disconnect
You’ll find both under Settings in the API & Webhooks tab: the token via Rotate or Delete, the webhook subscription via the Active toggle or Delete.FAQ
Is there a ready-made anny module in Make.com?
Is there a ready-made anny module in Make.com?
No. You connect anny and Make through the generic building blocks: a Webhook module in Make receives the events from anny, and an HTTP module talks to the anny API. There’s no branded anny connector in the Make marketplace.
Which events can I send to Make?
Which events can I send to Make?
Events from the categories Bookings, Orders, Invoices, Customers, Subscriptions, Appointments and Community members, for example a new booking, a check-in or a new invoice. You select them when creating the webhook subscription.
How do I secure my webhooks?
How do I secure my webhooks?
Each subscription has an automatically generated signature key. anny uses it to sign every call. In your Make scenario, you can verify the signature and make sure the call really comes from anny.
Where do I see whether an event was delivered?
Where do I see whether an event was delivered?
Under Show call history on the respective webhook subscription. There you see the attempts of the last 30 days with status, HTTP status code, request and response.
Do I need coding skills?
Do I need coding skills?
No, you assemble the scenarios in Make by clicking. A basic understanding of webhooks and HTTP requests does help when setting up the connection, though.
Troubleshooting
Make isn't receiving events from anny
Make isn't receiving events from anny
The webhook subscription may not be active, the endpoint URL may be wrong, or the right events may not be selected. Check the Active toggle, the endpoint URL and the selected events. Under Show call history, you see whether and with what status anny has sent.
My webhook was deactivated automatically
My webhook was deactivated automatically
anny deactivates a subscription whose calls repeatedly fail. The usual cause is an unreachable or incorrect endpoint URL. Correct the URL in Make and in anny and re-enable the subscription via the Active toggle.
API requests from Make fail
API requests from Make fail
The Personal Access Token has probably expired, been rotated or deleted. Create a new token in the API & Webhooks tab and store it in the HTTP module of your Make scenario.