Skip to content
OtherReal-timeUpdated May 2026

Ghost

Ghost publishing platform post automation

Ghost is the open-source publishing platform (self-hosted or Ghost(Pro) hosted) used by creator newsletters, indie blogs, and publication brands. Tiny Command exposes five actions covering the post lifecycle, no triggers (Ghost has Webhooks in admin settings for events like post.published, post.scheduled, member.added — point them at a Tiny Command webhook trigger for event-driven workflows): Create Post (draft or scheduled or published, with title, mobiledoc or HTML body, feature image, tags, authors), Update Post, Get Post, List Posts (with filter by status, tag, author), and Delete Post. The connection uses Ghost's Admin API key (an ID:secret pair from Integrations → Custom integrations); the runtime signs JWTs with the secret per request. Create Post's body content accepts either HTML (the simpler path) or mobiledoc (Ghost's native rich-content JSON format — the right choice for embeds, bookmarks, and richer formatting). Tags auto-create on first use; authors must exist as Ghost users with the right role.

0triggers
5actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Ghost 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 Ghost PostCreates a draft, scheduled, or published post with HTML or mobiledoc body, feature image, tags. For "Git commit pushes markdown → publish to Ghost" or "AI-generated draft → post for review" workflows.
Delete Ghost PostPermanently removes a post. Irreversible. For cleanup workflows or for "outdated content cleanup" maintenance.
Get Ghost PostReturns a post by ID or slug with full content, metadata, author info. The standard lookup before update or for cross-system publishing workflows.
List Ghost PostsPaginated posts with filters by status, tag, author, date range. For "all posts this month" digest workflows or for syncing to external storage/analytics.
Update Ghost PostUpdates an existing post. Ghost enforces optimistic concurrency via updated_at — pass the current value from Get Post. For "edit this post to add a banner" or "auto-republish with new SEO meta" workflows.
Recipes

Pre-built Ghost 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 Ghost 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 Ghost 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 Ghost integration.

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

How do I connect Ghost to Tiny Command?
Open the Tiny Command workflow builder, drop in a Ghost node, and click Connect. Authorize Ghost once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Ghost triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Ghost today. Use Tiny Command's universal Webhook or Schedule trigger to start Ghost workflows, then run any Ghost action you need.
What Ghost actions can I run from a workflow?
5 Ghost actions are available out of the box, covering other operations like "Create Ghost Post". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Ghost integration real-time?
Ghost actions execute synchronously inside your workflow. Tiny Command waits for Ghost's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Ghost with Tiny Command?
No. Every Ghost 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 Ghost API endpoint directly.
How much does the Ghost 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 Ghost integration itself has no per-app surcharge.
Related

More other apps people connect.

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

Do more with Ghost.

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.