Skip to main content
Automate.ax connects to TidyCal with OAuth or a personal access token. TidyCal requires an Individual, Agency, or Pro plan for API access. Team actions require an Agency or Pro plan; TidyCal’s Individual plan does not include Team Features. Use the TidyCal actions to inspect bookings and availability, create booking types and bookings, manage contacts, and work with teams. TidyCal does not provide native webhooks, so this integration has no provider event triggers. Use onSchedule with a list action when you need polling.
automations/check-tidycal-bookings.automation.ts
TidyCal does not publish granular REST API scopes. OAuth and personal tokens therefore authorize the provider’s complete API surface. Automate.ax never exposes the credential to your automation. Create personal tokens from TidyCal’s advanced integrations settings. See the official API documentation for provider plan and endpoint behavior.

Exports

  • tidyCal contains the packaged TidyCal actions.
  • tidyCalAccount("name") selects a named TidyCal connection.
  • getTidyCalApi creates the authenticated TidyCal API helper for a custom account-backed action.

Actions