Q: Does TidyCal work with n8n?
Hi, I want to automate with n8n and the question is: What possibilities I have with TidyCall? Meaning:
1. is there an api that is actually working with n8n?
2. what triggers are there I then could use?
Looking forward to your answer.
Thank you.
Arny
Luka_originals
Feb 16, 2026A: Hi Arny,
Great question! While TidyCal doesn't have a dedicated n8n node, you can absolutely use TidyCal's REST API with n8n's HTTP Request node.
Authentication: Create a Personal Access Token at Settings > Integrations > Advanced > API, then pass it as a Bearer token.
Available API endpoints: tidycal.com/developer/docs
For triggers, TidyCal doesn't have outgoing webhooks, so in n8n you'd use a Schedule Trigger node to poll the API periodically (e.g., check GET /api/bookings every few minutes for new bookings).
We also have a native Zapier integration (Settings > Integrations > Advanced) if you'd prefer that route.
Note: The API and Zapier require a TidyCal Pro (lifetime) plan.