- Integrations
- /
- Ghost
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.
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.
| Action | What it does |
|---|---|
| Create Ghost Post | Creates 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 Post | Permanently removes a post. Irreversible. For cleanup workflows or for "outdated content cleanup" maintenance. |
| Get Ghost Post | Returns 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 Posts | Paginated 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 Post | Updates 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. |
Pre-built Ghost workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Ghost once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Ghost field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
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?
What Ghost triggers does Tiny Command support?
What Ghost actions can I run from a workflow?
Is the Ghost integration real-time?
Do I need to write code to use Ghost with Tiny Command?
How much does the Ghost integration cost?
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.