n8n-docs/docs/integrations/credentials/ghost.md
2022-04-13 09:56:05 +01:00

29 lines
1.0 KiB
Markdown

# Ghost
You can use these credentials to authenticate the following nodes with Ghost.
- [Ghost](/integrations/nodes/n8n-nodes-base.ghost/)
## Prerequisites
Create a [Ghost](https://ghost.org/) account.
## Using Admin API
1. Access your Ghost Admin dashboard.
2. Click on ***Integrations*** in the left sidebar.
3. Click on ***+ Add custom integration*** under the ***CUSTOM INTEGRATIONS*** section.
4. Enter a name for the integration in the ***Name*** field.
5. Click on the ***Create*** button.
6. Use this ***URL*** and ***Admin API Key*** with your Ghost node credentials in n8n.
## Using Content API
1. Access your Ghost Admin dashboard.
2. Click on ***Integrations*** in the left sidebar.
3. Click on ***+ Add custom integration*** under the ***CUSTOM INTEGRATIONS*** section.
4. Enter a name for the integration in the ***Name*** field.
5. Click on the ***Create*** button.
6. Use this ***URL*** and ***Content API Key*** with your Ghost node credentials in n8n.
![Getting Ghost credentials](/_images/integrations/credentials/ghost/using-api.gif)