Authenticate Projul with the Users API using OAuth2 or API keys to securely access endpoints such as tags and statistics.
Configure Projul to securely store credentials and grant limited scopes (socialplanner/tag.readonly) for read-only access to tags and statistics.
GET /social-media-posting/:locationId/tags; POST /social-media-posting/:locationId/tags/details; GET socialplanner/statistics.readonly; POST /social-media-posting/statistics
Trigger: New or updated user tags in Projul trigger syncing tags in the Users API.
Actions: fetch tags via GET, push updates via POST, reflect changes in analytics.
GET /social-media-posting/:locationId/tags
locationId, tags, updatedAt
Trigger: Tag details added or modified in Projul to create detailed records in the Users API.
Actions: POST /social-media-posting/:locationId/tags/details, return created detail IDs
POST /social-media-posting/:locationId/tags/details
locationId, tagDetails, detailsId
Trigger: Pull statistics from the Users API to drive dashboards in Projul.
Actions: GET /socialplanner/statistics.readonly and POST /social-media-posting/statistics to aggregate data.
GET socialplanner/statistics.readonly
statisticsId, metrics, timestamp
Automate data sync between Projul and the Users API without writing code.
Quick setup with reusable endpoints and triggers to speed time-to-value.
Consistent data across tags, posts and analytics for better decisioning.
A concise glossary of terms commonly used when connecting Projul to the Users API and other GHL endpoints.
Application Programming Interface; a set of endpoints and methods enabling apps to communicate.
Process of verifying identity and granting access, typically via OAuth2 or API keys.
A specific URL path that performs a defined action or returns data.
A callback URL configured to receive real-time data updates.
Use tags from the Users API to trigger targeted campaigns in Projul without manual steps.
Aggregate statistics to suggest content topics in Projul based on engagement metrics.
Automatically create and retire tags in the Users API as audience segments evolve.
Create and store API keys or OAuth credentials for Projul to access the Users API with restricted scopes.
Specify the endpoints Projul will call (tags, tag details, statistics) and set trigger rules.
Run tests, validate data flow, and enable automated syncing in production.
The GHL Users API lets apps read or write data about users, posts, and statistics. Projul connects to it to automate tagging and analytics without coding.
Essential endpoints include GET /social-media-posting/:locationId/tags, POST /social-media-posting/:locationId/tags/details, and GET socialplanner/statistics.readonly. They enable tag retrieval, tagging details creation, and statistics access.
Authentication is typically handled via OAuth2 tokens or API keys, stored securely in Projul. Projul requests scoped access to read-only endpoints to protect data.
Yes. You can map fields between Projul and the Users API and use field-level mapping to control what data syncs.
Yes. The integration is designed to work with no-code automation using triggers and actions.
Rate limits depend on your GHL plan. Check your account’s quota for endpoints like posting tags and statistics.
API documentation is available in your GHL developers portal and the Users API docs.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers