Use your Blogs API key and grant Retently the necessary scopes to read and manage posts, emails and schedules.
Retently connects with Blogs API using its own secure credentials and the required scopes for content, emails and templates.
– GET emails/builder – POST emails/builder – POST /emails/builder/data – DELETE /emails/builder/:locationId/:templateId – GET emails/schedule – GET blogs/posts/url-slug-exists – GET /blogs/categories – GET /blogs/authors – POST /blogs/posts – PUT /blogs/posts/:postId – POST /blogs/post-update.write – GET /blogs/check-slug.readonly
Trigger when a new blog post is created in Blogs API
Action: generate an email draft in Retently and tag with the post title
POST /blogs/posts
title, postId, slug
Trigger when PUT /blogs/posts/:postId is updated
Action: refresh Retently templates and regenerate email content blocks
PUT /blogs/posts/:postId
postId, content, lastUpdated
Trigger on GET /blogs/authors and GET /blogs/categories
Action: inject author names and category tags into Retently templates
GET /blogs/authors and GET /blogs/categories
authorId, categoryId, name
Automate content workflows without writing code
Sync posts, templates and emails across platforms automatically
Real time updates improve freshness and SEO
Key concepts include endpoints, triggers, actions, authentication and data fields used to connect Blogs API with Retently
A specific URL and method used to perform an action or fetch data
An event that starts an automation such as a new post or update in Blogs API
What the integration does in Retently once a trigger fires
Process of validating identity to allow API access
Automatically pull new posts from Blogs API and create newsletter drafts in Retently
Aggregate weekly posts and deliver a Retently digest with SEO friendly metadata
Highlight authors in Retently emails and link back to full posts
Obtain Blogs API keys and authorize Retently to access posts and emails
Pick endpoints such as GET blogs authors and POST blogs posts
Test requests, verify data flow and activate automations in Retently
The Blogs API lets you manage blog content and emails from a single interface. Connecting to Retently automates newsletters and post notifications. With this setup you can push new posts into Retently driven campaigns without manual steps.
Authenticated access requires an API key from the Blogs API and proper scopes. Retently uses secure credentials to access data as permitted by your configuration.
Start with core endpoints such as GET blogs/authors, GET blogs/categories and POST blogs/posts. These give you essentials to auto populate templates and emails. Test each endpoint in a safe sandbox before going live.
Yes, you can update post content via PUT /blogs/posts/:postId. Retently will refresh related content blocks and email templates when posts change.
Slug conflicts happen when two posts share the same slug. Use GET /blogs/posts/url-slug-exists to check availability. If a slug exists, modify it by appending a unique suffix.
Yes, you can set this up with no code. Prebuilt templates, webhooks, and drag and drop triggers let you automate flows without writing code.
API usage is subject to plan limits. Refer to the Blogs API pricing details for exact quotas. If you exceed limits, consider batching requests or scheduling during off peak times.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers