Use a secure token to authenticate requests to the Blogs API. Store credentials in Funnelking’s secured vault and reuse tokens for each call.
Connect Funnelking to Blogs API with OAuth or API keys as provided by your developer account. Ensure scoped access to emails and blogs endpoints.
Endpoints include: 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/categories, GET /blogs/authors, GET /blogs/posts, POST /blogs/posts, PUT /blogs/posts/:postId, GET /blogs/posts/url-slug-exists, GET /blogs/categories, GET /blogs/authors.
Trigger: A new blog post is published in Blogs API.
Actions: Create or update an email template in emails/builder; schedule a send via emails/schedule.
Methods: POST /blogs/posts to publish; GET emails/builder to pull templates
Key fields: postId, title, slug, templateId
Trigger: Slug exists check before publishing.
Actions: Validate slug with GET /blogs/posts/url-slug-exists; route to appropriate category in Funnels
Methods: GET /blogs/posts/url-slug-exists; PUT /blogs/posts/:postId
Key fields: slug, postId, category
Trigger: New category or author tag added to Blogs API
Actions: Pull categories/authors via GET /blogs/categories and GET /blogs/authors to segment audiences
Methods: GET /blogs/categories; GET /blogs/authors
Key fields: categoryId, authorId, name
No coding required: set up triggers, actions, and templates using visual builders.
Faster content distribution: publish posts and auto-send campaigns without writing code.
Scaleable workflows: reuse components across posts, categories, and autoresponders.
A quick glossary of core terms and processes used when wiring the Blogs API to Funnelking.
A specific URL on a service that performs a defined action, such as GET /blogs/authors.
A URL-friendly version of a post title used in routing and SEO.
The process of proving identity to access an API, typically via tokens or keys.
A user-defined callback that triggers an action when an event occurs in an API or app.
Trigger an email sequence when a new post is published, with personalized subject lines and content blocks.
Publish category-specific digests by pulling posts from Blogs API and routing through Funnelking segments.
Highlight posts from a given author by auto-scheduling email newsletters.
In Funnelking, add a new Blogs API connection and provide your API token.
Enable the endpoints you plan to use, such as posts, categories, and authors.
Create campaigns that trigger on new posts and route content accordingly.
No coding is required thanks to Funnelking’s visual builder and pre-built blocks. You can connect the Blogs API without writing code.
Yes. The endpoints can be combined in workflows to automate end-to-end processes, from publishing to distribution.
Authentication uses tokens or API keys over secure connections. Rotate credentials and follow best practices.
Yes—use the slug check and category filters to tailor newsletters by topic and ensure consistent routing.
Use GET /blogs/posts/url-slug-exists to verify slug availability before publishing.
Yes. Access to GET /blogs/categories and GET /blogs/authors lets you segment campaigns by topic or author.
If an endpoint returns an error, check the response code, review required permissions, and retry with corrected parameters.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers