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

21 lines
850 B
Markdown

# Contentful
You can use these credentials to authenticate the following nodes with Contentful.
- [Contentful](/integrations/nodes/n8n-nodes-base.contentful/)
## Prerequisites
Create a [Contentful](https://www.contentful.com/) account.
## Using Access Token
1. Open your Contentful dashboard.
2. Open the 'Settings' dropdown list on the top bar.
3. Click on ***API keys***.
4. Click on the ***Add API key*** button in the top right.
5. Enter a name for the API key in the ***Name*** field and click ***Save***.
6. Use the displayed ***Space ID***, ***Content Delivery API - access token***, and ***Content Preview API - access token*** with your Contentful node API credentials in n8n.
7. Click on the ***Save*** button to save your credentials.
![Getting Contentful credentials](/_images/integrations/credentials/contentful/using-api-key.gif)