mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.1 KiB
2.1 KiB
| title | description | contentType |
|---|---|---|
| Contentful credentials | Documentation for Contentful credentials. Use these credentials to authenticate Contentful in n8n, a workflow automation platform. | integration |
Contentful credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
- Create a Contentful{:target=_blank .external-link} account.
- Create a Contentful space{:target=_blank .external-link}.
Supported authentication methods
- API access token
Related resources
Refer to Contentful's API documentation{:target=_blank .external-link} for more information about the service.
Using API access token
To configure this credential, you'll need:
- Your Contentful Space ID: The Space ID displays as you generate the tokens; You can also refer to the Contentful Find space ID documentation{:target=_blank .external-link} to view the Space ID.
- A Content Delivery API Access Token: Required if you want to use the Content Delivery API{:target=_blank .external-link}. Leave blank if you do not intend to use this API.
- A Content Preview API Access Token: Required if you want to use the Content Preview API{:target=_blank .external-link}. Leave blank if you do not intend to use this API.
View and generate access tokens in Contentful in Settings > API keys. Contentful generates tokens for both Content Delivery API and Content Preview API as part of a single key. Refer to Contentful Creating and managing API keys{:target=_blank .external-link} for detailed instructions.