Skip to content
OtherReal-timeUpdated May 2026

Typeflo

Blog and content events on Typeflo

Typeflo is a headless blog and content platform, the engine some teams use behind the scenes to power their company's blog without building one from scratch. Five triggers cover the content lifecycle: New Post Published (the moment a draft becomes public), Post Updated (any edit on an existing post), New Author Added (a new contributor onboarded), New Category Created, New Tag Created. Fifteen actions handle the operational surface: Create Post, Create Category, Create Tag, Delete Post / Category / Tag, Get Post, Get Settings, plus the related list endpoints. The integration uses a Typeflo API key from your account settings. Common patterns: New Post Published fires a workflow that cross-posts the headline to LinkedIn, drops a Slack message in the marketing channel, and emails the relevant Mailchimp audience; or Post Updated triggers a re-validation of the SEO meta and a tweet of the new version if the title changed.

5triggers
15actions
≈ 2 minto set up
Freetier · no card
Triggers

Workflows start when Typeflo does.

5 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.

Real-time · webhook-driven
Actions

Do anything Typeflo can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Create CategoryCreates a new blog category in Typeflo with name, slug, and description. Use to scaffold sections of your blog programmatically.
Create PostCreates a new blog post in Typeflo with title, slug, body (Markdown), feature image, author, tags, and categories. Common pattern: pipe AI-drafted articles or migrated content into Typeflo.
Create TagCreates a new blog tag in Typeflo with name and slug. Useful when post creation should auto-provision missing tags.
Delete CategoryPermanently deletes a category in Typeflo. Posts assigned to the category are not deleted, but lose their category assignment.
Delete PostPermanently deletes a blog post in Typeflo. Irreversible; consider unpublishing via Update Post instead.
Delete TagPermanently deletes a blog tag. Posts that had the tag lose it, but are not themselves deleted.
Get PostFetches a single Typeflo blog post by ID or slug, returning the full body, metadata, and SEO fields. Use to mirror content into a CDN or to render previews.
Get Blog SettingsReturns site-level Typeflo settings including subscriber count, theme, custom domain, and SEO defaults. Useful for connection-check or dashboards.
List AuthorsLists all authors on the Typeflo blog with bio, avatar, and slug. Use it to populate an author picker before creating a post.
List CategoriesLists every blog category in Typeflo. Use it to build a category picker for upstream posting flows.
List PostsLists published blog posts in Typeflo, optionally filtered by author, category, or tag. Useful for sitemaps, RSS rebuilds, or "latest posts" widgets.
List TagsLists every blog tag in Typeflo. Used to populate tag pickers or to keep your tag taxonomy in sync with another system.
Update CategoryUpdates an existing Typeflo category's name, slug, or description. Only the fields you pass are changed.
Update PostUpdates an existing Typeflo post: title, slug, body, status (draft/published), feature image, categories, tags, SEO. Common in editorial workflows that re-publish AI-edited or freshness-refreshed posts.
Update TagUpdates an existing Typeflo tag's name or slug. Renames propagate to every post that carries the tag.
Recipes

Pre-built Typeflo workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Typeflo once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Typeflo field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Typeflo integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Typeflo to Tiny Command?
Open the Tiny Command workflow builder, drop in a Typeflo node, and click Connect. Authorize Typeflo once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Typeflo triggers does Tiny Command support?
Tiny Command supports 5 real-time Typeflo triggers, including "New Author", "New Category", "New Post Published". Each trigger fires within seconds of the event happening in Typeflo.
What Typeflo actions can I run from a workflow?
15 Typeflo actions are available out of the box, covering other operations like "Create Category". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Typeflo integration real-time?
Yes. New Author and every other Typeflo trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in Typeflo rather than on a polling schedule.
Do I need to write code to use Typeflo with Tiny Command?
No. Every Typeflo trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Typeflo API endpoint directly.
How much does the Typeflo integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Typeflo integration itself has no per-app surcharge.
Related

More other apps people connect.

Same category as Typeflo, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Typeflo.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.