Social Planner - Get Posts
n8n-nodes-base.httpRequest
Retrieves a list of social media posts with filtering and pagination options.
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