--- title: Ghost node documentation description: Learn how to use the Ghost node in n8n. Follow technical documentation to integrate Ghost node into your workflows. contentType: [integration, reference] --- # Ghost node 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. On this page, you'll find a list of operations the Ghost node supports and links to more resources. ```{note} Credentials Refer to [Ghost credentials](/08-0-0-Workflow/integrations/builtin/credentials/ghost.md) for guidance on setting up authentication. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations ### Admin API * **Post** * Create a post * Delete a post * Get a post * Get all posts * Update a post ### Content API * **Post** * Get a post * Get all posts ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```