Skip to content

Gong credentials#

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

Supported authentication methods#

  • API access token
  • OAuth2

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

Using API access token#

ในการกำหนดค่า credential นี้ คุณจะต้องมีบัญชี Gong และ:

  • Access Key
  • Access Key Secret

คุณสามารถสร้างทั้งสองรายการนี้ได้ที่ Gong API Page (คุณต้องเป็นผู้ดูแลระบบทางเทคนิคใน Gong เพื่อเข้าถึงทรัพยากรนี้)

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

Using OAuth2#

ในการกำหนดค่า credential นี้ คุณจะต้องมีบัญชี Gong, บัญชี Gong developer และ:

  • Client ID: สร้างขึ้นเมื่อคุณสร้าง Oauth app สำหรับ Gong
  • Client Secret: สร้างขึ้นเมื่อคุณสร้าง Oauth app สำหรับ Gong

หากคุณ self-hosting n8n คุณจะต้อง create an app เพื่อกำหนดค่า OAuth2 ดูข้อมูลเพิ่มเติมเกี่ยวกับการตั้งค่า OAuth2 ได้ที่ Gong's OAuth documentation