Obtain your GHL API credentials and grant Landingi access with the socialplanner/tag.readonly scope to read tags and statistics for your campaigns.
Configure secure token handling and redirect URIs in Landingi so the app can call the GHL API and fetch tag and statistics data without exposing credentials.
1) GET /social-media-posting/:locationId/tags – Retrieve tags for a given location. 2) POST /social-media-posting/:locationId/tags/details – Create or update tag details. 3) socialplanner/statistics.readonly – Read-only access to statistics. 4) POST /social-media-posting/statistics – Submit or refresh statistics.
When a location is created or updated in Landingi, fetch the related tags from the GHL Users API.
Call GET /social-media-posting/:locationId/tags and map the results to Landingi fields.
GET /social-media-posting/:locationId/tags
locationId, tags, updatedAt
Periodically pull statistics to feed Landingi dashboards.
Call POST /social-media-posting/statistics and process the metrics.
POST /social-media-posting/statistics
locationId, metrics, date
When a detailed tag is requested from Landingi, fetch specifics from GHL.
Call POST /social-media-posting/:locationId/tags/details
POST /social-media-posting/:locationId/tags/details
locationId, tagId, details, timestamp
Set up in minutes without writing code.
Automated data sync between GHL and Landingi.
Unified analytics in Landingi dashboards with minimal configuration.
Key elements include endpoints, authentication, and data mapping to connect GHL with Landingi for tags and statistics.
Application Programming Interface: a set of rules that lets applications communicate and exchange data.
OAuth 2.0 is a standard for secure token-based access to APIs, often using access and refresh tokens.
A specific URL in an API that performs a defined action, such as retrieving tags or posting statistics.
A callback URL that a service calls to deliver real-time updates.
Automatically tag Landingi campaigns based on GHL events to boost reporting and segmentation.
Create dashboards in Landingi that reflect GHL metrics with minimal setup and zero code.
Pull detailed tag data when users drill into reports in Landingi for deeper insights.
Obtain your GHL API credentials and configure the Landingi app to request the socialplanner/tag.readonly scope.
Set up the endpoints in Landingi to call the GHL endpoints for tags and statistics.
Map API responses to Landingi fields for reporting and automation.
You will need a GHL API key with the scope socialplanner/tag.readonly. Ensure the Landingi app is authorized to access your GHL account. This connection provides read-only access to tags and statistics to protect data integrity. The setup is designed for quick, code-free deployment within Landingi.
The available endpoints include retrieving location tags, adding tag details, and accessing campaign statistics. You can start with GET /social-media-posting/:locationId/tags and POST /social-media-posting/:locationId/tags/details, then use POST /social-media-posting/statistics for metrics.
Authenticate using your GHL API credentials and ensure token refresh is configured. Landingi should securely store tokens and rotate them as needed. If tokens expire, re-authenticate to restore access.
Yes. The integration supports fetching tags and statistics on a scheduled basis or on-demand via Landingi dashboards. Real-time pulling depends on your cadence and rate limits.
No heavy coding required. The integration uses standard API calls and data mapping within Landingi. You may need to set up a few field mappings, but no custom code is necessary.
If you hit rate limits, reduce request frequency or implement backoff logic. Consider batching requests and caching results where possible to maintain smooth dashboards.
Data mappings are configured in Landingi’s integration settings. Map GHL response fields such as locationId, tags, and statistics to your Landingi fields for reporting and automation.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers