Use OAuth 2.0 tokens or API keys from the GHL Users API to securely authorize requests from Zoho Cliq. Store credentials securely in your app connector settings.
Zoho Cliq uses OAuth 2.0 and API keys to authorize access to the GHL Users API. Ensure the proper scopes are granted and refresh tokens are managed.
Endpoints used: 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 social post is drafted in Zoho Cliq, fetch available tags from the Users API to categorize the content.
Action: Sync selected tag data back into Zoho Cliq and attach to the post metadata.
GET /social-media-posting/:locationId/tags
locationId (required), access_token (required), tagId (optional for a specific tag)
Trigger: When details for a tag are requested from Zoho Cliq, pull details and statistics from the Users API.
Actions: Return tag details and computed statistics to Zoho Cliq with post statistics.
POST /social-media-posting/:locationId/tags/details
locationId, tagId, payload with requested fields
Trigger: Periodic pull of overall posting statistics from the Users API.
Actions: Render statistics in Zoho Cliq dashboards or summaries.
POST /social-media-posting/statistics
locationId, date range, metrics
Automate tagging workflows without writing code.
Real-time data synchronization between Zoho Cliq and the Users API.
Easily extend with additional endpoints as your workflow grows.
Understand the core building blocks and how they connect in this integration.
An authorization framework enabling third-party apps to obtain limited access to a user’s resources.
A specific URL that performs a function in an API, like fetching tags or posting statistics.
A callback HTTP endpoint that receives event data when something happens in the app.
A string that authorizes requests to the API on behalf of a user or app.
Suggest relevant tags for posts in Zoho Cliq based on content context and tagging history.
Pull statistics and present dashboards in Zoho Cliq for quick decision making.
Prebuilt templates to kick off common use cases without code.
Set up OAuth credentials and confirm scopes for socialplanner/tag.readonly access, then test the connection.
Define the endpoint paths and required fields so Zoho Cliq can call the right API routes.
Run tests, verify data flow, and deploy the integration.
The GHL Users API enables app integrations to read and write data. In this guide, Zoho Cliq connects to the API to manage social posting tags and retrieve statistics. This connection lets teams automate tagging and analytics without manual steps.
Minimum permissions include access to socialplanner/tag.readonly and the ability to post and read tagging data. Ensure your OAuth token has the necessary scopes.
Authenticate using OAuth 2.0 or API keys as configured in your connector. Refresh tokens regularly and store securely.
Endpoints include GET /social-media-posting/:locationId/tags, POST /social-media-posting/:locationId/tags/details, and POST /social-media-posting/statistics for fetching and managing tags and statistics.
Yes. The setup is designed to be no-code friendly using the GHL App Connector or Zoho Cliq integration wizards to connect the two services.
Yes, you can pull statistics via the socialplanner/statistics.readonly endpoint or via the POST /social-media-posting/statistics endpoint depending on your workflow.
Sample payloads and guides are available in the docs or inside the integration setup page.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers