create_credential
Create new authentication credentials for n8n automation workflows. Define credential type and required data fields to securely store access information.
Instructions
Create a new credential. Use get_credential_schema to discover required fields first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| credential_type | Yes | ||
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |