Use your GHL API key with the socialplanner tag scope socialplanner/tag.readonly to access tag data securely. Keep credentials secret and rotate keys regularly.
To connect Wherewolf to the GHL session, authorize via OAuth or token exchange and grant only the permissions required for tag syncing and statistics to keep the integration lean and secure.
– GET /social-media-posting/:locationId/tags; – POST /social-media-posting/:locationId/tags/details; – socialplanner/statistics.readonly; – POST /social-media-posting/statistics
Trigger when a new or updated tag is detected for a location to pull tag data into Wherewolf
Actions: fetch tags from the Users API and create or update corresponding tags in Wherewolf
GET /social-media-posting/:locationId/tags
locationId, tagId, tagName
Trigger when new statistics are posted to the endpoint to refresh Wherewolf dashboards
Actions: store statistics in Wherewolf and update visualizations
POST /social-media-posting/statistics
locationId, date, metric
Trigger when a tag is created or updated to fetch details
Actions: call the details endpoint to enrich tag data and attach details to tag records
POST /social-media-posting/:locationId/tags/details
locationId, tagId, details
Automate data flows without writing code using built in connectors and workflows
Get real time updates to tags and statistics across platforms
Centralize social data management from a single dashboard
A quick reference of terms used in this integration including endpoints, triggers, actions, methods and key fields
A specific URL path that performs an operation between systems
An event that starts a workflow in your integration
An operation executed as a result of a trigger
A data element used to pass information between systems
Automatically fetch tag details when a tag is created to enrich data for more relevant posts
Combine Users API data with Wherewolf metrics to build real time dashboards
Set up recurring reports showing tag performance and posting stats
Obtain an API key and grant the app the scope socialplanner/tag.readonly
Enter endpoints 1 through 4 into the app configuration and map fields
Run tests, verify responses, and deploy to production
First, authenticate with the GHL API using your API key and ensure the app has the tag read permissions. Then configure the endpoints in Wherewolf to pull tag data. Finally, verify the data flows by performing a test run and checking the results in Wherewolf.
The required scope for reading tags is socialplanner/tag.readonly. This limits access to tag data and keeps the integration compliant. If you need more, you can request additional scopes through your GHL admin.
The integration uses endpoints that read tags, fetch tag details, and post statistics. Specifically, GET /social-media-posting/:locationId/tags, POST /social-media-posting/:locationId/tags/details, and POST /social-media-posting/statistics, plus the statistics readonly endpoint.
No coding is required for this setup if you use the built in connectors to map fields and set triggers. You can assemble a workflow with no code and rely on the platform’s UI.
To test, run a dry-run or sandbox test, review API responses, and confirm that data appears in Wherewolf. Adjust mappings as needed, then push to production when you are satisfied.
Yes. You can automate statistics updates to refresh dashboards in real time or on a scheduled cadence. Use the statistics endpoint to push updates after each relevant event.
If a tag detail updates, re-run the tag details endpoint to refresh the enriched data in Wherewolf and propagate changes to posts and analytics.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers