To access the Blogs API you will need an API key from the Blogs API developer console. Include this key in your requests with the Authorization header.
Mallabe Images authenticates via API keys and supports the scope emails/builder.readonly. Keep credentials secure and rotate regularly.
– GET emails/builder: Retrieve email templates – GET emails/builder.write: Access email templates with write permissions – POST emails/builder: Create a new email template – POST /emails/builder/data: Submit data for email templates – DELETE /emails/builder/:locationId/:templateId: Remove an email template – GET emails/schedule: Retrieve email schedules – GET /blogs/posts/url-slug-exists: Check if a slug exists – GET /blogs/categories: Retrieve blog categories – GET /blogs/authors: Retrieve blog authors – POST /blogs/posts: Create a new blog post – PUT /blogs/posts/:postId: Update a blog post – GET /blogs/posts: List blog posts – GET /blogs/categories: List blog categories – GET /blogs/posts/url-slug-exists: Verify slug availability – GET /blogs/authors: Retrieve authors and bios – GET /blogs/posts/url-slug-exists: Check slug existence – GET /blogs/posts: List posts – POST /blogs/posts: Create post – GET /blogs/categories: Get categories
Trigger: a new blog post is created in Blogs API.
Actions: create a corresponding post in mallabe Images and tag it with the blog category.
POST /blogs/posts or GET /blogs/posts to pull content for publishing
Key fields include postId, title, slug, excerpt, content, author, categories.
Trigger: a blog post is updated in Blogs API.
Actions: update the corresponding mallabe Images post and refresh metadata.
PUT /blogs/posts/:postId
Key fields: postId, lastUpdated, status
Trigger: a new author is added or updated in Blogs API.
Actions: create or update author records in mallabe Images, including name, bio, avatar.
GET /blogs/authors
Key fields: authorId, name, bio, avatarUrl
Fast setup with drag and drop connectors.
Automated workflows save time and reduce errors.
Scalable cross platform distribution of content.
This glossary defines API, endpoint, trigger, action, authentication, and slug to help you understand the integration.
An API is a set of rules that allows two apps to communicate and exchange data.
A specific URL in an API that performs a request and returns data.
Methods used to verify identity and authorize requests, such as API keys or OAuth tokens.
A URL friendly version of a post title used in links and SEO.
Summarize weekly posts and send them via mallabe Images newsletters using the Blogs API.
Pull author bios and feature them in mallabe Images landing pages or emails.
Automatically promote new posts across mallabe Images campaigns.
Generate an API key with the required scope in the Blogs API developer console and note the key.
Enter the API key and set the scope to emails/builder.readonly in mallabe Images connector.
Run a test post push, verify data mappings and logs.
The Blogs API is a programmable interface that lets apps pull and publish blog content. It enables you to fetch posts, authors, and categories and to create new posts from connected tools. Using the API you can automate content workflows between Blogs API and mallabe Images.
The scope emails/builder.readonly restricts access to reading email templates and building content in certain modules. It prevents sending emails or altering templates but allows retrieval of content metadata, post details, and basic blog information necessary for integration.
You do not need to write code if you use the no code connectors provided by the platform. However a basic understanding of API keys, endpoints and webhooks helps you troubleshoot and customize mappings.
Test the integration by triggering a sample post creation or update from Blogs API and checking that mallabe Images posts reflect the change. Review logs and data mappings to ensure field alignment.
Yes. You can connect multiple apps to mallabe Images using separate API keys and scopes. Manage them from the connector panel and rotate keys regularly for security.
Key endpoints include retrieving posts, authors, and categories, creating posts, updating posts, and checking slug existence. The exact endpoints you use depend on your workflow and the data you need to sync.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers