InTouch Hub · Blue Isle Software

Calendly Booking Notify

Notify contacts of upcoming Calendly bookings.

calendlyschedulingbookingsnotifications

Calendly Booking Notify

Keep your team aware of upcoming Calendly bookings without anyone having to open the Calendly dashboard. On each run this workflow pulls the current active scheduled events from the Calendly API and delivers them to the workflow's InTouch subscribers.

Use case

Run on a schedule (for example every morning, or hourly during business hours) to get a recurring notification of who has booked time. Useful for sales, support, recruiting, or consulting teams that take meetings via Calendly and want a single push of the day's agenda.

What it does each run

  1. fetch-bookings (calendly tool) — calls the Calendly list_scheduled_events operation (GET /scheduled_events) for active events. The connector publishes two outputs: result (the raw JSON API response as a string) and status (the HTTP status code).
  2. notify (message tool) — sends a notification to the workflow's subscribers containing the raw bookings payload ({{fetch-bookings.result}}) and the API HTTP status ({{fetch-bookings.status}}).

Required credentials

Calendly's API is OAuth-based; a personal access token from your Calendly account settings (Integrations -> API & Webhooks) is the simplest way to authenticate.

Notes