Skip to content

Ghost 节点#

使用 Ghost 节点可以自动化 Ghost 中的工作,并将 Ghost 与其他应用程序集成。n8n 内置支持 Ghost 的多种功能,包括为 Admin 和内容 API 创建、更新、删除和获取文章等操作。

本页面列出了 Ghost 节点支持的操作,并提供更多资源的链接。

凭证

有关设置身份验证的指导,请参阅 Ghost 凭证

/// 注意 | 此节点可用作 AI 工具 该节点可用于增强 AI 代理的能力。当以这种方式使用时,许多参数可以自动设置,或由 AI 提供信息进行配置 - 更多详情请参阅 AI 工具参数文档。 ///

操作#

Admin API#

  • 文章
    • 创建文章
    • 删除文章
    • 获取文章
    • 获取所有文章
    • 更新文章

Content API#

  • 文章
    • 获取文章
    • 获取所有文章

模板和示例#

Multi-Agent PDF-to-Blog Content Generation

by Derek Cheung

View template details
📄🌐PDF2Blog - Create Blog Post on Ghost CRM from PDF Document

by Joseph LePage

View template details
Research AI Agent Team with auto citations using OpenRouter and Perplexity

by Derek Cheung

View template details
Browse Ghost integration templates, or search all templates

当操作不受支持时的解决方案#

如果当前节点不支持您想要执行的操作,可以使用 HTTP Request 节点 调用该服务的 API。

您可以在 HTTP Request 节点中使用为该服务创建的凭证:

  1. 在 HTTP Request 节点中,选择 Authentication > Predefined Credential Type
  2. 选择您想要连接的服务。
  3. 选择您的凭证。

更多信息请参考 自定义 API 操作