mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
31 lines
812 B
Markdown
31 lines
812 B
Markdown
---
|
|
title: Netlify credentials
|
|
description: Documentation for Netlify credentials. Use these credentials to authenticate Netlify in n8n, a workflow automation platform.
|
|
contentType: integration
|
|
---
|
|
|
|
# Netlify credentials
|
|
|
|
You can use these credentials to authenticate the following nodes:
|
|
|
|
- [Netlify](/integrations/builtin/app-nodes/n8n-nodes-base.netlify/)
|
|
- [Netlify Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger/)
|
|
|
|
## Prerequisites
|
|
|
|
Create a [Netlify](https://netlify.com/) account.
|
|
|
|
## Using Access Token
|
|
|
|
From the Netlify UI:
|
|
|
|
1. Navigate to **User Settings** > **Personal Access Tokens**.
|
|
2. Select **New access token**.
|
|
3. Enter a description and select **Generate token**.
|
|
|
|
From n8n:
|
|
|
|
4. Enter the access token obtained above.
|
|
5. Click **Save** to create your credentials.
|
|
|