Skip to content

Supabase credentials#

คุณสามารถใช้ credentials นี้เพื่อยืนยันตัวตนกับ node ต่อไปนี้ได้:

Prerequisites#

สร้างบัญชี Supabase ก่อน

Supported authentication methods#

  • API key

ดูข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้ได้ที่ Supabase's API documentation

Using access token#

ในการตั้งค่า credentials นี้ คุณจะต้องมี:

  • Host
  • Service Role Secret

วิธีสร้าง API Key:

  1. ในบัญชี Supabase ของคุณ ไปที่ Dashboard แล้วสร้างหรือเลือกโปรเจกต์ที่ต้องการสร้าง API key
  2. ไปที่ Project Settings > API เพื่อดู API Settings ของโปรเจกต์
  3. คัดลอก URL จากส่วน Project URL แล้วนำไปใส่ใน n8n เป็น Host ดูรายละเอียดได้ที่ API URL and keys
  4. กด Reveal แล้วคัดลอก Project API key สำหรับ service_role แล้วนำไปใส่ใน n8n เป็น Service Role Secret ดูข้อมูลเพิ่มเติมเกี่ยวกับสิทธิ์ของ service_role ได้ที่ Understanding API Keys