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

Social Planner - Get Posts

n8n-nodes-base.httpRequest

Retrieves a list of social media posts with filtering and pagination options.

gohighlevel social-planner post list social-media filter
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

List all social posts
Filter posts by status
View scheduled posts

Configuration

Node Configuration Summary
Ready-to-use GoHighLevel node configured for social planner - get posts. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /social-media-posting/post?locationId={{ $json.locationId }}{{ $json.limit ? '&limit=' + $json.limit : '' }}{{ $json.offset ? '&offset=' + $json.offset : '' }}{{ $json.status ? '&status=' + $json.status : '' }}{{ $json.categoryId ? '&categoryId=' + $json.categoryId : '' }}{{ $json.startDate ? '&startDate=' + $json.startDate : '' }}{{ $json.endDate ? '&endDate=' + $json.endDate : '' }}
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