Log inBook a demo
GuidesAPI Reference
GuidesAPI Reference
  • Getting started
    • Introduction
    • IP Whitelisting
    • Obtaining API keys
    • Quickstart
    • Native clients
    • Concepts
    • Embedding authentication
    • Versioning
    • Idempotent requests
    • Events
    • Self-hosted option
  • Configuring your connections
    • Overview
    • CDC streaming from databases
    • Syncing to custom webhooks
  • Code examples
    • Overview
    • Bulk sync (ELT) from HubSpot to PostgreSQL
    • Bulk sync (ELT) from Salesforce to S3
    • Bulk sync (ELT) from Salesforce to Snowflake
    • Model sync (Reverse ETL) from Snowflake query to Salesforce
    • Model sync (Reverse ETL) from MongoDB to Salesforce
    • Adding users from Snowflake to Salesloft Cadence
    • Adding contacts from Snowflake to Gong Engage
    • Joined model sync from Postgres, Airtable, and Stripe to Hubspot
    • Model sync from MySQL to Snowflake
    • Model sync from Salesforce to Netsuite
    • Querying Salesforce using SOQL
    • Adding users to a LinkedIn Ads audience
  • Terraform examples
    • Overview
    • Model sync from BigQuery to Salesforce
Logo
Log inBook a demo
On this page
  • Connection
  • Configuration
  • Example
  • Bulk Sync
  • Destination
  • Configuration
  • Example
Configuring your connectionsConnection configurations

Glean

Supports:

  • ✅ Bulk sync destination

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
domainstringhttps://{domain}-be.glean.comtruefalse
api_keystringtruefalse

Example

1{
2 "name": "Glean connection",
3 "type": "glean",
4 "configuration": {
5 "api_key": "secret",
6 "domain": "customer"
7 }
8}

Bulk Sync

Destination

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
datasourcestringDatasourcefalsefalse

Example

1{
2 ...
3 "destination_configuration": {
4 "datasource": ""
5 }
6}
Was this page helpful?
Previous

Gong

Next
Built with
Gong