Connect Snowflake Data

Integrate Snowflake and use Snowflake Data Sharing to get your data into Crossbeam.

Lindsey O'Niell avatar
Written by Lindsey O'Niell
Updated over a week ago

Have your CRM data in Snowflake? Skip integrating your CRM and use Snowflake Data Sharing to share data with Crossbeam's Snowflake account, allowing you to get your CRM data into Crossbeam, all via Snowflake.

Looking for our article about pushing data back into Snowflake from Crossbeam? You can find it here.

Connect Crossbeam to Snowflake

From the left-side Navigation Menu, click on the Data icon. This will open the side panel for Data & Sharing, select Data Sources from the panel options, and your workspace will display the Data Sources area. Under Add a Data Source, click the Snowflake tile.

To get started, you'll need three pieces of information:

1. Your Snowflake account region. Currently we only support four regions:

  • US West (Oregon): this region is the only one not included in snowflake URLs

  • US East (Ohio)

  • US East (N. Virginia)

  • EU West (Ireland)


✍️ Note

Please contact Crossbeam if your account is in a different region and we can work to add support for you.


2. Your Snowflake account locator. Account locator information can be found in the Account Information section of your Snowflake instance:

gif showing were to find your snowflake account locator

3. Your Snowflake data share name. We'll provide you with a data share name to use in Snowflake. It will be in the format of crossbeam_share_{123} where 123 will be a unique number to your organization. You will enter this in the Shares tab in Snowflake.

Managing your Snowflake Integration in Crossbeam

Once your Snowflake connection is set up, you can manage it by clicking on Settings on the Data Sources page in Crossbeam. Here you can:

1. Pause the sync into Crossbeam

2. Select which fields to sync into Crossbeam from Snowflake

3. Remove the Snowflake connection

Note: update frequency is not configurable for Snowflake. Contact is if you'd like to change the frequency of updates.

Screenshot of snowflake settings in Crossbeam

Configuring your Snowflake Data Share

In Snowflake, your shared database must contain a set of required tables and fields under a _CROSSBEAM schema We expect the following tables and fields to be shared with a share called CROSSBEAM_SHARE_{ID} (this ID is provided in the Crossbeam UI when connecting Snowflake - see above).


❗️Important

Capitalization counts here- be sure that _CROSSBEAM is in all caps!


Next, you'll need to add Crossbeam as a Consumer using the Account Locator associated with your region.

Account Locators:

  • US East 1: ZAA86167

  • US East 2: KP43495

  • US West 2: CROSSBEAM

  • EU West 1: LV64179


✍️ you don't need all of the following tables for the integration to work.


❗️Important

To support Account Owners in Crossbeam, you must include the user table specified below.


The fields marked as required need to exist in order for Crossbeam to properly integrate. The fields not marked as required can be skipped but are recommended.

You can also include additional fields if there is any other data that you would like to be able to filter on or share with partners in Crossbeam.

ACCOUNTS

Field

Type

Notes

Is Required?

ID

VARCHAR

Account ID

WEBSITE

VARCHAR

Account Website

NAME

VARCHAR

Account Name

TYPE

VARCHAR

Account Type

OWNER_ID

VARCHAR

FK to a User

CREATED_AT

TIMESTAMP_TZ

Account Created At

UPDATED_AT

TIMESTAMP_TZ

Equivalent of Salesforce's SystemModstamp. Last time record was upserted into snowflake

LEADS

Field

Type

Notes

Is Required?

ID

VARCHAR

Lead Id

EMAIL

VARCHAR

Lead Email

NAME

VARCHAR

Lead Name

PHONE

VARCHAR

Lead Phone

TITLE

VARCHAR

Lead Title

OWNER_ID

VARCHAR

FK to a User

CREATED_AT

TIMESTAMP_TZ

Lead Created At

UPDATED_AT

TIMESTAMP_TZ

Equivalent of Salesforce's SystemModstamp. Last time record was upserted into snowflake

CONTACTS

Field

Type

Notes

Is Required?

ID

VARCHAR

Contact Id

EMAIL

VARCHAR

Contact Email

NAME

VARCHAR

Contact Name

PHONE

VARCHAR

Contact Phone

TITLE

VARCHAR

Contact Title

ACCOUNT_ID

VARCHAR

FK to an Account

CREATED_AT

TIMESTAMP_TZ

Contact Created At

UPDATED_AT

TIMESTAMP_TZ

Equivalent of Salesforce's SystemModstamp. Last time record was upserted into snowflake

DEALS

Field

Type

Notes

Is Required?

ID

VARCHAR

Deal Id

AMOUNT

DOUBLE

NAME

VARCHAR

Deal name

STAGE_NAME

VARCHAR

Sales Stage

ACCOUNT_ID

VARCHAR

FK to an Account

CLOSED_AT

VARCHAR

Close Date

CREATED_AT

TIMESTAMP_TZ

Open Date

UPDATED_AT

TIMESTAMP_TZ

Equivalent of Salesforce's SystemModstamp. Last time record was upserted into snowflake

USERS

Field

Type

Notes

Is Required?

ID

VARCHAR

User Id

NAME

VARCHAR

User Name

EMAIL

VARCHAR

User Email

PHONE

VARCHAR

User Phone

CREATED_AT

TIMESTAMP_TZ

User Created At

UPDATED_AT

TIMESTAMP_TZ

Equivalent of Salesforce's SystemModstamp. Last time record was upserted into snowflake

Did this answer your question?