Ghost

Ghost integration on indie.money — manage posts, pages, tags, and members in Ghost CMS

Written By pvdyck

Last updated About 5 hours ago

Ghost

Community — Available, not yet validated

VendorGhost
NodesGhost
Tier⬜ Community
AuthAPI Key via Secure Vault

Overview

Manage posts in Ghost CMS. The Ghost node supports both the Admin API (for creating and managing content) and the Content API (for reading published content).

Authentication

API Key via Secure Vault. Ghost provides two types of API keys:

  • Admin API Key — For creating, updating, and deleting posts. Requires a Ghost Admin API key.
  • Content API Key — For reading published posts. Requires a Ghost Content API key.

Connect via the credential configuration modal. Select the appropriate API source (Admin or Content) in the node configuration.

Resources & Operations

ResourceAPI SourceOperationDescription
PostAdmin APICreateCreate a new post
PostAdmin APIDeleteDelete a post
PostAdmin APIGetGet a specific post
PostAdmin APIGet ManyList posts
PostAdmin APIUpdateUpdate an existing post
PostContent APIGetGet a published post
PostContent APIGet ManyList published posts

Tips

  • Use the Admin API when you need to create or modify content (e.g., auto-publishing blog posts from a CMS pipeline).
  • Use the Content API for read-only access to published content (e.g., syndicating posts to other platforms).
  • Posts can be created in draft or published state using the status parameter.

Status

This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.