Obtain and securely use an API key with the required scope to authorize requests to the Blogs API.
Connect Street-co-uk to the Blogs API using your app credentials and OAuth or API keys to sign requests.
GET emails/builder, GET emails/builder.write, POST emails/builder, POST /emails/builder/data, DELETE /emails/builder/:locationId/:templateId, emails/schedule.readonly, GET emails/schedule, blogs/post.write, POST /blogs/posts, blogs/post-update.write, PUT /blogs/posts/:postId, blogs/check-slug.readonly, GET /blogs/posts/url-slug-exists, blogs/category.readonly, GET /blogs/categories, blogs/author.readonly, GET /blogs/authors
Trigger: New blog post created in Blogs API
Actions: Post title, content, slug, excerpt, author and category to Street-co-uk via POST /blogs/posts
POST /blogs/posts
title, content, slug, excerpt, author, category, status
Trigger: Post edited in Street-co-uk
Actions: Update post in Blogs API with PUT /blogs/posts/:postId mapping title, content, slug, status
PUT /blogs/posts/:postId
postId, title, content, slug, status
Trigger: Draft created in Street-co-uk
Actions: GET /blogs/posts/url-slug-exists to verify slug, then POST /blogs/posts to create
POST /blogs/posts
slug, title, content, author, category
Faster publishing workflows with automated post creation.
Seamless content synchronization across platforms reduces manual data entry.
Improved accuracy and consistency with centralized content control.
This glossary defines common terms used throughout the guide and explains how the Blogs API and Street-co-uk work together.
A specific URL and HTTP method that lets a program access a service.
A URL-friendly identifier derived from the post title used to create clean links.
The process of proving identity to access a service (e.g., API keys, OAuth tokens).
A specific path in an API that performs an action when called.
Automatically create a blog post in Blogs API when a new draft is saved in Street-co-uk.
When editing in Street-co-uk, update the corresponding post in Blogs API to keep content aligned.
Check slug availability and queue posts for automatic publishing through Blogs API.
Register your app and obtain an API key with the necessary scope to read and write blog data for integration.
Configure mappings for title, content, slug, author and category between Blogs API and Street-co-uk.
Run end-to-end tests and enable automation in production.
No heavy coding is required thanks to the no-code workflow builder. You can configure triggers, actions, and field mappings visually. If you do prefer code, you can augment the setup with small scripts, but it is not required for basic syncing. Start with the three core connections and test the flow with test posts. In short, you can get up and running quickly and expand later as needed.
For basic syncing you typically need endpoints that create and update posts and check slug availability (e.g., POST /blogs/posts, PUT /blogs/posts/:postId, GET /blogs/posts/url-slug-exists). Optional endpoints like GET /blogs/categories or GET /blogs/authors help you map metadata automatically.
Slug checking prevents broken links and duplicate posts. Use GET /blogs/posts/url-slug-exists to verify a slug before creating a new post. If the slug exists, adjust it or generate a new one and retry.
Yes. You can route posts to multiple blogs by duplicating your workflow and using different endpoint targets or post fields for each blog. Make sure each target has appropriate authentication and mapping settings.
Store API keys securely, use scoped access, rotate keys regularly, and enable least-privilege permissions. Use environment variables or secret vaults and never expose keys in client-side code.
If a request fails, review the error message, verify authentication, endpoint availability, and field mappings. The no-code builder can retry or route failures to a fallback path for manual review.
Use the platform’s monitoring tools to view run histories, success rates, and error messages. Set up notifications for failures and test runs to keep the integration healthy.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers