Authenticate requests using your GHL credentials and API key following OAuth 2.0 standards.
Use Documint app tokens to authorize API calls and manage permissions between Documint and Surveys API.
POST /social-media-posting/:locationId/posts, PUT /social-media-posting/:locationId/posts/:id, DELETE /social-media-posting/:locationId/posts/:id, PATCH /social-media-posting/:locationId/posts/:id
Trigger: when a new Documint document is created, a draft post is prepared in Surveys API.
Actions: create post draft, attach metadata, enqueue for publishing
POST /social-media-posting/:locationId/posts
Key fields: locationId, content, schedule_time, media
Trigger: post content changes in Surveys API
Actions: update post content, adjust schedule, re notify followers
PUT /social-media-posting/:locationId/posts/:id
Key fields: id, locationId, content
Trigger: removal request from Documint
Actions: delete or archive posts and clean up related data
DELETE /social-media-posting/:locationId/posts/:id
Key fields: id, locationId
Automate content creation and posting without writing code
Reduce manual steps and errors with connected workflows
Faster time to publish across channels with synchronized data
Key elements include endpoints authentication triggers and data fields that enable the Documint and Surveys API integration.
Application Programming Interface a set of rules that allow applications to interact with a service programmatically
A callback URL that the service calls when a specified event occurs
Authorization framework that issues tokens to grant access to resources
An identifier used to target posts to a specific location within Surveys API
Automatically generate weekly reports from posting data and share insights in Documint
Push engagement metrics from Surveys API into Documint to tailor content
Use triggers to tag themes and auto organize content in Documint
Register a new app in Documint and request API access to Surveys API
Add the four endpoints and set scopes socialplanner/post.write to match your needs
Run tests switch to production and monitor activity through dashboards
No code is required for the basic connection between Documint and the Surveys API. Use the Documint UI to authorize access and set up your first posts. The integration is designed to be friendly for non developers while still offering deep customization for advanced users.
We support OAuth 2.0 token based authentication and API key methods. Use OAuth to securely grant access and refresh tokens as needed. For service to service connections you can exchange tokens with Documint to maintain security.
Core endpoints include creating updating deleting and patching posts. Start with POST PUT PATCH or DELETE on the /social-media-posting/:locationId/posts path to manage content. Review the endpoint list to ensure your scopes match the actions you need.
Test in a staging environment using sample payloads and mock locationId values. Validate responses, error handling and retries. Use the logs to troubleshoot.
Yes you can schedule posts in advance by including scheduling fields in the payload and using the schedule_time field. The UI and API support future postings.
All data is transmitted over HTTPS and stored with encryption at rest. Use limited scopes and rotate credentials regularly to maintain security.
API credentials are available in Documint under the Integrations section and in your GHL developer portal after creating an app. Keep them secure and rotate regularly.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers