Typeform credentials#
คุณสามารถใช้ credentials นี้เพื่อยืนยันตัวตนกับ node ต่อไปนี้ได้:
Supported authentication methods#
- API token
- OAuth2
Related resources#
ดูข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้ได้ที่ Typeform's API documentation
Using API token#
ในการตั้งค่า credentials นี้ คุณจะต้องมีบัญชี Typeform และ:
- Access Token ส่วนตัว
วิธีขอ personal access token:
- เข้าสู่ระบบบัญชี Typeform ของคุณ
- เลือก avatar มุมขวาบน แล้วไปที่ Account > Your settings > Personal Tokens
- เลือก Generate a new token
- ตั้งชื่อ token เช่น
n8n integration
- สำหรับ Scopes ให้เลือก Custom scopes แล้วเลือก scope เหล่านี้:
- Forms: Read
- Webhooks: Read, Write
- เลือก Generate token
- คัดลอก token แล้วนำไปใส่ใน n8n credential
ดูรายละเอียดเพิ่มเติมได้ที่ Personal access token documentation
Using OAuth2#
ในการตั้งค่า credentials นี้ คุณจะต้องมีบัญชี Typeform และ:
- Client ID: ได้จากการลงทะเบียนแอป
- Client Secret: ได้จากการลงทะเบียนแอป
วิธีขอ Client ID และ Client Secret ให้ลงทะเบียนแอปใหม่ใน Typeform:
- เข้าสู่ระบบบัญชี Typeform ของคุณ
- มุมซ้ายบน เลือก dropdown สำหรับ organization แล้วเลือก Developer apps
- เลือก Register a new app
- กรอก App Name เช่น
n8n OAuth2 integration
- กรอก n8n base URL เป็น App website เช่น
https://n8n-sample.app.n8n.cloud/
- จาก n8n คัดลอก OAuth Redirect URL แล้วนำไปใส่ใน Typeform เป็น Redirect URI(s)
- เลือก Register app
- คัดลอก Client Secret แล้วนำไปใส่ใน n8n credential
- ใน Typeform เลือก Got it เพื่อปิด modal
- ใน Developer apps จะเห็นแอปใหม่ ให้คัดลอก Client ID แล้วนำไปใส่ใน n8n credential
- เมื่อกรอก Client ID และ Client Secret ใน n8n แล้ว ให้เลือก Connect my account และทำตามขั้นตอนบนหน้าจอเพื่อ authorize แอป
ดูรายละเอียดเพิ่มเติมได้ที่ Create applications that integrate with Typeform's APIs