Short answer: Drop the "Typeflo → Create Post" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Title title | string | Required | Title. Example: 10 Tips for Better SEO |
Content content | html | Required | Content. e.g. "<p>Your post content...</p>" |
Slug slug | string | Optional | Slug. Example: 10-tips-better-seo (auto-generated if empty) |
Category category | dynamic-options | Optional | Category. (select from available options) |
Tags tags | string | Optional | Tags. e.g. "Comma-separated tag names" |
Author author | dynamic-options | Optional | Author. (select from available options) |
Status status | options | Optional | Status. Options: Draft, Published, Scheduled |
Schedule Date scheduled_at | datetime | Optional | Required if status is 'scheduled' |
SEO Title meta_title | string | Optional | SEO Title. e.g. "Custom meta title" |
SEO Description meta_description | string | Optional | SEO Description. e.g. "Custom meta description" |
Featured Image URL featured_image | string | Optional | Featured Image URL. e.g. "https://..." |
{"title": "e.g. 10 Tips for Better SEO","content": "<p>Your post content...</p>","slug": "e.g. 10-tips-better-seo (auto-generated if empty)","category": "{{trigger.category}}","tags": "Comma-separated tag names"}
{"id": "abc123","slug": "10-tips-better-seo","title": "10 Tips for Better SEO","status": "draft"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.