New Snowflake Integration

This endpoint creates a new Snowflake integration, and generates a Snowflake share.

Recipes
❄️
Snowflake Table Integration
Open Recipe

Request:

Body Params

PropertyDescriptionExample
snowflake_account_id strThe locator of the Snowflake account to be integrated with."ABC12345"
snowflake_region strThe region of the Snowflake account to be integrated with."AWS_EU_NORTH_1"

Response

The response contains the information of the created integration. If the integration was created, the name of the integration and the share name will be returned, otherwise, a message indicating the results will be returned.

PropertyDescriptionExample
integration_name strThe name of the created integration."snowflake_defult"
share_name strThe Snowflake share created for the integration. Usually "SIMILARWEB_{your integration name}_{your Similarweb account ID}"SIMILARWEB_SNOWFLAKE_DEFULT_12345678"

📘

Note:

If the requested region hasn't been used before to share tables, a new region is created. This process might take a few minutes, the response message will indicate this is the case.

Language
Credentials
Header
Click Try It! to start a request and see the response here!