Authenticate requests to the Blogs API from Selar using your API credentials. Use the provided token or OAuth 2.0 flow to securely authorize actions such as posting, updating, and retrieving blog data.
Selar uses a secure API key or OAuth token to authorize requests to the Blogs API. Store credentials safely and rotate them regularly.
GET emails/builder; POST emails/builder; POST /emails/builder/data; DELETE /emails/builder/:locationId/:templateId; GET emails/schedule; GET /blogs/posts/url-slug-exists; POST /blogs/posts; PUT /blogs/posts/:postId; GET /blogs/categories; GET /blogs/authors; GET /blogs/check-slug.readonly
Trigger: When a new draft in Selar is ready, create a corresponding post in the Blogs API.
Actions: POST /blogs/posts to publish; PUT /blogs/posts/:postId to update; GET /blogs/posts/url-slug-exists to ensure slug uniqueness; GET /blogs/categories and GET /blogs/authors to populate metadata.
Primary methods: POST /blogs/posts; PUT /blogs/posts/:postId; GET /blogs/posts/url-slug-exists
title, slug, content, authorId, categoryId, publishedAt
Trigger: When a post in Selar changes, push updates to Blogs API via PUT /blogs/posts/:postId
Methods: PUT /blogs/posts/:postId; POST /blogs/posts; GET /blogs/posts/url-slug-exists
postId, title, slug, content, categoryId, authorId
Trigger: When creating or updating a post, fetch available categories and authors from Blogs API and attach them.
GET /blogs/categories; GET /blogs/authors
categoryId, authorId, postId, title
Automate end-to-end blog publishing directly from Selar without writing code.
Keep content consistent across platforms by syncing drafts and published posts in real time.
Reduce manual errors and speed up editorial workflows with reusable templates and triggers.
Understand the core elements and processes used when connecting Selar with the Blogs API, including endpoints, authentication, and data mapping.
Application Programming Interface: a set of rules that lets two applications talk to each other.
A URL-friendly version of a post title used in the web address and for slug checks.
A blog entry containing content, metadata, and publication status.
A sequence of steps that automates tasks from content creation to publication and categorization.
Whenever a Selar project reaches a draft stage, generate and publish a blog post via the Blogs API.
Keep blog posts in sync by pushing updates to /blogs/posts/:postId as Selar content is edited.
Use the categories and authors endpoints to assign metadata automatically during publish.
Obtain your Blogs API credentials and securely store them in Selar’s integration settings.
Map fields like title, slug, content, author, and category to the corresponding API endpoints.
Run tests to ensure posts create and update correctly, then enable automation in Selar.
No coding is required. The Selar to Blogs API integration uses pre-built actions and webhooks you can configure in minutes. You can set triggers, map fields, and deploy without writing code. You can also customize mappings and triggers to fit your publishing workflow.
For basic publishing, you need endpoints to create posts and verify slug uniqueness. Use POST /blogs/posts and GET /blogs/posts/url-slug-exists, plus optional endpoints for categories and authors to enrich the post.
Yes, you can update posts via PUT /blogs/posts/:postId to modify title, content, or metadata. Be mindful that changing slugs can affect URL consistency in some setups.
Use GET /blogs/posts/url-slug-exists to check slug existence before publishing. Your logic can also verify slug uniqueness prior to creation.
Yes. GET /blogs/categories and GET /blogs/authors let you populate category and author fields during publish. Assign categoryId and authorId from the returned data.
Yes—no-code solutions exist. The integration provides UI-driven configuration to connect endpoints. Advanced users can add custom logic using the API endpoints to tailor workflows.
Automating blog publishing speeds up workflows, improves consistency, and reduces manual errors. You gain reliable publishing schedules, automatic metadata assignment, and easier content management.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers