create_credential
Create a new credential in n8n by specifying its name, type, and data schema. Supports integrations like GitHub API, Slack API, and more.
Instructions
Buat credential baru di n8n.
Tipe credential dan skema data-nya bergantung pada integrasi n8n.
Contoh: tipe githubApi memerlukan {"accessToken": "ghp_xxx"}.
Lihat dokumentasi node n8n untuk skema data per tipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nama credential (mis. 'GitHub Personal Token') | |
| credential_type | Yes | Tipe credential n8n (mis. 'githubApi', 'slackApi', 'httpHeaderAuth') | |
| data | Yes | Data credential sesuai skema tipe (mis. {'accessToken': '...'} untuk githubApi) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||