Authentication uses API keys granted in the GHL developer portal to securely authorize Rankr to perform actions in the Blogs API.
Rankr uses a token based approach to securely connect with the Blogs API and verify each request before processing.
Core endpoints include GET emails/builder, POST emails/builder handled by the emails builder, POST /emails/builder/data, DELETE /emails/builder/:locationId/:templateId, GET emails/schedule, GET blogs/posts, POST blogs/posts, PUT /blogs/posts/:postId, GET /blogs/posts/url-slug-exists, GET /blogs/categories, GET blogs/authors, and related endpoints for creating and updating blog posts and email campaigns.
Trigger: a new Accredible certificate is issued in the system
Actions: create a new blog post in Blogs API and update the certificate record with a link to the post
POST /blogs/posts
title content excerpt author publish_date slug
Trigger: certificate details are updated in Accredible
Actions: update blog post content and SEO metadata in Blogs API
PUT /blogs/posts/:postId
postId title content tags seo_keywords
Trigger: blog post is published in Blogs API
Actions: schedule emails using the Email schedule endpoint and notify subscribers
GET /emails/schedule
scheduled_time recipient_list template_id
No code automation lets teams set up workflows without writing code
Faster time to publish content and communicate updates to readers
Consistent data across blogs and emails reduces manual errors
This section explains common elements such as endpoints triggers actions and data mapping used in this integration
An API is a set of rules and endpoints that enable apps to communicate
An event that starts an automation when a condition is met
An operation performed by a system in response to a trigger
A specific URL path that performs a function in a service
When a new Accredible certificate is issued Rankr can create a draft blog post in the Blogs API
Update existing posts with fresh certificate data
Schedule a weekly digest email or post containing latest posts and new certificates
Obtain and configure API keys in GHL and connect Rankr
Choose endpoints and align field mappings between Blogs API and Rankr
Run tests and monitor automation before going live
You can set up a no code connection using built in automations. No programming is required. Start by authenticating and selecting a trigger. Then map fields and test the flow.
For a basic sync you should use endpoints like POST blogs/posts GET blogs/posts/url-slug-exists and GET blogs/categories. Map fields such as title content and author.
Use API keys or OAuth tokens with restricted scopes. Store credentials securely and rotate them regularly.
Yes you can customize post content SEO tags and templates. Use rankr mapping to feed titles excerpts and images.
Check logs run tests and review error messages. Common issues include invalid endpoints mismatched field names and authentication failures.
API rate limits vary by plan. If you exceed limits implement retries with backoff and monitor usage in the dashboard.
Refer to the endpoint list in the docs and use the sand box environment to explore endpoints.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers