节点与集成
Figma credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Figma account. You need an admin or owner level account.
Supported authentication methods
- Access token
- OAuth2
Related resources
Refer to Figma's API documentation for more information about the service.
Using Access token
To configure this credential, you'll need:
- A Personal Access Token (PAT): Refer to the Figma API Access Tokens documentation for instructions on generating a Personal Access Token.
Using OAuth2
To configure this credential, you'll need a Figma account.
If you're self-hosting n8n, you'll need to register an application to set up OAuth:
- Open the Figma developer apps page.
- Select Create a new app.
- Enter a Name for your app, like
n8n integration. - In n8n, copy the OAuth Redirect URL.
- In Figma, select Add a callback and enter the URL you copied from n8n.
- Save the app.
- Copy the Client ID from Figma and enter it in your n8n credential.
- Copy the Client Secret from Figma and enter it in your n8n credential.
Refer to the Figma OAuth documentation for more information.
Setting custom scopes
Figma OAuth2 credentials use the following scopes by default:
webhooks:readwebhooks:write
To select different scopes for your credentials, enable the Custom Scopes slider and edit the Enabled Scopes list. Keep in mind that some features may not work as expected with more restrictive scopes. Refer to Figma's OAuth scopes for the full list of available scopes.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。