Obtain an API key or OAuth token with the socialplanner/tag.readonly scope to access tag and statistics endpoints.
In your Rankr dashboard, enter the GHL credentials and grant permissions to connect to the GHL account.
GET /social-media-posting/:locationId/tags; POST /social-media-posting/:locationId/tags/details; socialplanner/statistics.readonly; POST /social-media-posting/statistics
Trigger on new or updated tags in your social feeds
Action fetch tags via GET and push to Rankr dashboards
GET /social-media-posting/:locationId/tags
locationId tagId tagName createdAt
Trigger when tag details change
Action post details to tags/details to enrich Rankr data
POST /social-media-posting/:locationId/tags/details
locationId tagId details
Trigger on daily or weekly stats updates
Action call statistics endpoint to generate metrics
POST /social-media-posting/statistics
locationId statsDate metrics
No coding required to automate tag reads and statistics logging
Fast setup with ready to use endpoints and scope
Seamless data flow between GHL and Rankr with triggers
Key elements are endpoints scopes authentication triggers and data fields. Processes include connect authorize test and deploy.
A unique code used to authenticate requests to the GHL API
A specific URL path exposing a function in the GHL API
A token representing user authorization to access GHL resources
An identifier for a specific social location used in endpoints like /social-media-posting/:locationId/
Connect the GET endpoint to surface tag trends in Rankr dashboards
Push details to enrich Rankr data
Use statistics to optimize campaigns in Rankr
Obtain an API key or OAuth token with the required scope in the GHL developer console and paste into Rankr
Point Rankr to endpoints listed above ensuring locationId is set
Run a test post and verify data flows to Rankr dashboards
The GHL Users API provides programmatic access to social tags and statistics for your connected GHL account. It enables you to read tag data and retrieve performance metrics which can be surfaced in Rankr dashboards. In Rankr you connect using credentials and the required scope to begin pulling data into your workflows.
Key endpoints for the Proof integration include GET /social-media-posting/:locationId/tags to fetch tags, POST /social-media-posting/:locationId/tags/details to enrich tag data, and POST /social-media-posting/statistics to generate performance metrics. Ensure the correct locationId is configured and the socialplanner/tag.readonly scope is granted.
Yes. This integration is designed to be low code. Rankr provides configuration to connect to the GHL endpoints and map fields without custom coding. More advanced automation can be built using conditional triggers if needed.
Authentication is done via API key or OAuth token issued by the GHL account with the required scope socialplanner/tag.readonly. In Rankr you paste credentials and select the appropriate scope to authorize data access.
Yes. Tag details can be retrieved by posting to the tags/details endpoint and stored in Rankr. This enriches tag attributes and enables deeper insights in dashboards.
Statistics are accessible via the statistics endpoints. You can schedule updates or trigger them on a cadence to keep Rankr dashboards current with performance data.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers