ArnyArny
Arny
Feb 4, 2026

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

Founder Team
Luka_originals

Luka_originals

Feb 16, 2026

A: 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.

Share
Helpful?
0
Log in to join the conversation
JulioAPLUS

Scheduling a trigger in a tool like Gumloop costs you credits for every time it runs, so not having a webhook is quite expensive for your customers.