Skip to content

Supabase 节点(Supabase node)#

使用 Supabase 节点在 Supabase 中自动化工作,并将 Supabase 与其他应用集成。n8n 内置支持多种 Supabase 功能,包括创建、删除和获取行。

🌐 Use the Supabase node to automate work in Supabase, and integrate Supabase with other applications. n8n has built-in support for a wide range of Supabase features, including creating, deleting, and getting rows.

本页列出了 Supabase 节点支持的操作列表以及更多资源的链接。

🌐 On this page, you'll find a list of operations the Supabase node supports and links to more resources.

凭证

请参考 Supabase 凭证 了解设置身份验证的指南。

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

操作(Operations)#

    • 创建新行
    • 删除行
    • 获取行
    • 获取所有行
    • 更新行

使用自定义模式(Using custom schemas)#

默认情况下,Supabase 节点只获取 public 架构。要获取 自定义架构,请启用 使用自定义架构

🌐 By default, the Supabase node only fetches the public schema. To fetch custom schemas, enable Use Custom Schema.

在新的 Schema 字段中,提供 Supabase 节点应使用的自定义 schema。

🌐 In the new Schema field, provide the custom schema the Supabase node should use.

模板和示例(Templates and examples)#

Template widget placeholder.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.

常见问题(Common issues)#

有关常见错误或问题及建议的解决步骤,请参考 常见问题

🌐 For common errors or issues and suggested resolution steps, refer to Common issues.