节点与集成
Grist credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Grist account.
Supported authentication methods
- API key
Related resources
Refer to Grist's API documentation for more information about the service.
Using API key
To configure this credential, you'll need:
- An API Key: in Grist, open the account menu (top right), then go to Account settings > Developer to create or copy your API key. Refer to the Grist API authentication documentation for more information.
- A Grist URL. This points n8n at your Grist server:
- The default,
https://api.getgrist.com, works for any account on hosted Grist (getgrist.com). - To restrict the connection to a single team, use
https://YOUR_TEAM.getgrist.com. - For a self-managed instance, use its URL, without
/apiand without a trailing slash (for examplehttps://grist.example.com).
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。