n8n-docs/docs/integrations/builtin/credentials/snowflake.md
2023-07-18 15:33:16 +01:00

27 lines
1.0 KiB
Markdown

---
title: Snowflake credentials
description: Documentation for Snowflake credentials. Use these credentials to authenticate Snowflake in n8n, a workflow automation platform.
contentType: integration
---
# Snowflake credentials
You can use these credentials to authenticate the following nodes with Snowflake.
- [Snowflake](/integrations/builtin/app-nodes/n8n-nodes-base.snowflake/)
## Prerequisites
Create a [Snowflake](https://www.snowflake.com/) account.
## Using API Key
1. Access your Snowflake instance.
2. Copy the string of characters located between `https://` and `snowflakecomputing.com` in your Snowflake URL. This string is the name of your Snowflake Account. For example, if the URL of your Snowflake account is `https://abc.eu-central-1.snowflakecomputing.com` then the name of your account is `sx48547.eu-central-1`.
3. Use this account name, database name, username, password, schema, and role with your Snowflake credentials in n8n.
## Further Reference
- [Snowflake API Documentation](https://api.Snowflake.com/)