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

Voice AI - List Agents

n8n-nodes-base.httpRequest

Retrieves a paginated list of voice AI agents for a given location.

gohighlevel voice-ai agents list
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

View all agents
List voice AI configurations

Configuration

Node Configuration Summary
Ready-to-use GoHighLevel node configured for voice ai - list agents. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /voice-ai/agents?locationId={{ $json.locationId }}{{ $json.page ? '&page=' + $json.page : '' }}{{ $json.limit ? '&limit=' + $json.limit : '' }}{{ $json.sortBy ? '&sortBy=' + $json.sortBy : '' }}{{ $json.sortOrder ? '&sortOrder=' + $json.sortOrder : '' }}
Nodes: 2
Auth: GoHighLevel Private Token
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related GoHighLevel Nodes