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

Get Surveys Submissions

n8n-nodes-base.httpRequest

Retrieves submissions for surveys in a location with filtering and pagination options.

gohighlevel surveys submissions responses
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

View survey responses
Filter submissions
Analyze survey data

Configuration

Node Configuration Summary
Ready-to-use GoHighLevel node configured for get surveys submissions. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /surveys/submissions?locationId={{ $json.locationId }}{{ $json.surveyId ? '&surveyId=' + $json.surveyId : '' }}{{ $json.contactId ? '&contactId=' + $json.contactId : '' }}{{ $json.startAt ? '&startAt=' + $json.startAt : '' }}{{ $json.endAt ? '&endAt=' + $json.endAt : '' }}{{ $json.limit ? '&limit=' + $json.limit : '' }}{{ $json.offset ? '&offset=' + $json.offset : '' }}
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