This section covers securing access to the Blogs API using API keys and OAuth tokens within Rankr.
To connect Rankr, generate and store API credentials and grant read/write permissions as needed.
Endpoints covered: GET emails/builder, POST /emails/builder, GET /emails/builder, POST /blogs/posts, PUT /blogs/posts/:postId, GET /blogs/posts/url-slug-exists, GET /blogs/categories, GET /blogs/authors, and related read/write actions such as POST /blogs/posts and PUT /blogs/posts/:postId.
Trigger when a new blog post is published in Blogs API.
Actions: create email draft, push to campaigns, update CRM contact fields.
POST /blogs/posts
postId, slug, title, author, publishDate
Trigger when a blog post is updated (PUT /blogs/posts/:postId).
Actions: sync revised content to newsletters, notify teams.
PUT /blogs/posts/:postId
postId, title, slug, lastModified
Trigger when category or author lists update in Blogs API.
Actions: populate content calendars, assign posts to authors and categories.
GET /blogs/categories and GET /blogs/authors
categoryId, authorId, name
Automate content-to-campaign workflows without writing code.
Consolidate blog data into your Rankr workflows for richer automation.
Improve timing and relevance with real-time blog data in campaigns.
Key elements include endpoints, authentication, slug checks, and data mapping used to connect Blogs API with Rankr.
A set of rules that allows different software to communicate.
A specific URL path that performs a defined action in an API.
A URL-friendly string that identifies a blog post.
A method to verify identity before granting access to data.
Turn new posts into email newsletters automatically using Rankr triggers.
Publish social updates automatically when a post goes live.
Sync blog publishing calendars into Rankr for coordinated campaigns.
Create an API key or OAuth token for Rankr and approve access to Blogs API.
Choose which endpoints to enable (e.g., GET /blogs/categories, POST /blogs/posts).
Run a test, verify data mapping, and turn on automation.
You can start by using endpoints such as GET /blogs/categories and GET /blogs/authors to pull reference data. Then use POST /blogs/posts to publish new entries. This helps verify the integration works end-to-end.
No-code required. The Rankr connector provides UI-based steps to authorize, configure endpoints, and map fields. You can test with a sandbox workflow.
GHLAPINAME defines the API you connect; authentication is handled with OAuth tokens or API keys stored securely in Rankr. APPNAME (Rankr) uses those credentials to access the endpoints.
Yes. Use the test mode to simulate data flows and verify triggers, actions, and mappings before going live.
Map fields such as title, slug, author, and publishDate in the Rankr UI, aligning with the Blogs API response structure.
Slug checks are available with GET /blogs/posts/url-slug-exists to ensure uniqueness before publishing.
Check our Creative Ideas section for fresh ways to automate blog content with Rankr.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers