n8n_get_credential_schema
Retrieve required authentication fields and format specifications for credential types to prepare data before creating credentials in n8n workflows.
Instructions
Get required fields and format for a credential type before creating it. Returns field names, types, and whether fields are required. Use this to understand what authentication data is needed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credentialType | Yes | Credential type (e.g., githubApi, googleDriveOAuth2Api, httpBasicAuth) |