More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📅

GoHighLevel - Get Available Calendar Slots

n8n-nodes-base.httpRequest

Retrieve available time slots for a specific calendar with date range filtering. Perfect for booking workflows and calendar availability checks.

gohighlevel calendar booking appointments availability
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Display available booking times to customers
Check calendar availability before creating appointments
Sync calendar slots to external scheduling systems

Configuration

Node Configuration Summary
Ready-to-use GoHighLevel node configured for gohighlevel - get available calendar slots. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /calendars/{{ $json.calendarId }}/free-slots?startDate={{ $json.startDate }}&endDate={{ $json.endDate }}{{ $json.timezone ? '&timezone=' + $json.timezone : '' }}{{ $json.userId ? '&userId=' + $json.userId : '' }}
Nodes: 2
Auth: GoHighLevel OAuth2
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related GoHighLevel Nodes