To authorize access from Rankr to the Blogs API, generate an API key or OAuth token and configure it in Rankr.
Keep your credentials secure and use Rankr’s secret vault to store tokens.
GET emails/builder; POST /emails/builder/data; POST /blogs/posts; GET /blogs/posts/url-slug-exists; GET /blogs/categories; GET /blogs/authors; PUT /blogs/posts/:postId; GET /emails/schedule; GET /blogs/posts;
Trigger: when a new blog post is drafted in Rankr, fetch email templates via GET emails/builder to craft outreach.
Actions: select a template, populate with post data, and queue for email campaigns.
GET emails/builder
templateId
Trigger: when Rankr finalizes a draft, publish to Blogs API using POST /blogs/posts.
Actions: fill title, content, slug, and categoryIds; publish or schedule.
POST /blogs/posts
title, content, slug, categoryIds
Trigger: validate slug exists before publishing.
Actions: call GET /blogs/posts/url-slug-exists to ensure uniqueness.
GET /blogs/posts/url-slug-exists
slug
Fast setup with minimal code to connect Blogs API and Rankr.
Automate blog publishing and email campaigns to save time.
Reduce manual errors by validating slugs and data consistency.
Key elements and processes explained for Mojo integration between Blogs API and Rankr.
A URL-friendly identifier derived from a post title for the path portion of a link.
A specific URL and HTTP method used to access a function in an API.
Process of verifying identity to grant API access (keys or OAuth).
A URL that receives real-time notifications when events occur in an integration.
Automatically generate email newsletters using post data and templates when new posts are published in Blogs API via Mojo.
Turn content briefs in Rankr into published blogs using the Blogs API.
Pre-check slugs and assign clean URLs before publishing to avoid duplicates.
Obtain a valid API key or OAuth credentials from Blogs API and note them in Rankr.
Enter credentials in the Mojo integration settings and test the connection.
Create a draft in Rankr and publish to Blogs API to confirm a successful connection.
The Mojo integration connects the Blogs API with Rankr to automate content workflows such as publishing posts and managing email campaigns. It enables a no-code setup so teams can launch quickly without writing code.
Authentication options include API keys or OAuth tokens. Keep credentials safe and rotate tokens regularly using Rankr’s secret vault.
Supported endpoints include retrieving email templates and creating blog posts. You can also check slug existence and manage categories and authors.
Yes, you can create new blog posts from Rankr and publish via the Blogs API. Use title, content, and slug fields to define the post and assign categories as needed.
Slug checks help avoid duplicates by validating the slug before publishing. If a slug exists, modify it or add a unique suffix before publishing.
Common errors include authentication failures, invalid fields, or rate limits. Check the Mojo integration logs and retry after a short delay; ensure credentials are valid.
To disconnect, remove the Blogs API credentials from Rankr and revoke tokens if needed. Reset the integration settings and re-test for a clean new connection.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers