Ghost 节点#
¥Ghost node
使用“Ghost”节点来自动化 Ghost 中的操作,并将 Ghost 与其他应用集成。n8n 内置支持 Ghost 的多种功能,包括为管理员和内容 API 创建、更新、删除和获取帖子。
¥Use the Ghost node to automate work in Ghost, and integrate Ghost with other applications. n8n has built-in support for a wide range of Ghost features, including creating, updating, deleting, and getting posts for the Admin and content API.
本页列出了 Ghost 节点支持的操作列表以及更多资源的链接。
¥On this page, you'll find a list of operations the Ghost node supports and links to more resources.
Credentials
请参阅 Ghost 凭据 以了解有关设置身份验证的指导。
¥Refer to Ghost credentials for guidance on setting up authentication.
This node can be used as an AI tool
This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
操作#
¥Operations
管理 API#
¥Admin API
- 发布
¥Post
-
创建帖子
¥Create a post
-
删除帖子
¥Delete a post
-
获取帖子
¥Get a post
-
获取所有帖子
¥Get all posts
-
更新帖子
¥Update a post
内容 API#
¥Content API
- 发布
¥Post
-
获取帖子
¥Get a post
-
获取所有帖子
¥Get all posts
模板和示例#
¥Templates and examples
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.