For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inBook a demo
  • Getting started
    • Introduction
    • Obtaining API keys
    • Quickstart
    • Concepts
    • Embedding authentication
    • Versioning
    • Idempotent requests
  • Configuring your connections
    • CDC streaming from databases
      • Affinity
      • Airtable
      • Amplitude
      • API
      • Apollo.io
      • Asana
      • Ascend
      • Attio
      • AWS S3
      • AWS Athena
      • AWS OpenSearch
      • Azure Blob Storage
      • Azure SQL
      • BiqQuery
      • CloudSQL (MySQL)
      • CloudSQL (Postgres)
      • Chargebee
      • ConstructionWire
      • CosmosDB
      • Customer.io
      • Databricks
      • Datadog
      • dbt Cloud
      • Delighted
      • Dialpad
      • Dittofeed
      • DynamoDB
      • Facebook Ads
      • Freshdesk
      • Front
      • FullStory
      • Google Cloud Storage
      • Github
      • Google Ads
      • Google Workspace
      • Google Sheets
      • Harmonic
      • Heap
      • Honeycomb
      • HubSpot
      • Intercom
      • Iterable
      • Jira
      • Klaviyo
      • Kustomer
      • Linear
      • Linkedin Ads
      • Lob
      • Mailercheck
      • Marketo
      • MongoDB
      • Microsoft Ads
      • MySQL
      • Netsuite
      • Outreach
      • Pardot
      • Pipedrive
      • Postgres
      • PredictLeads
      • Quickbooks
      • Recharge
      • Redshift
      • Redshift Serverless
      • Reply.io
      • Salesforce
      • Segment
      • SFTP
      • Shopify
      • Short.io
      • Slack
      • Snowflake
      • Statsig
      • Stripe
      • Survicate
      • Synapse
      • Tixr
      • Unbounce
      • Uservoice
      • Vanilla Forums
      • Webhooks
      • Zendesk Chat
      • Zendesk Support
      • ZoomInfo
  • API Reference
Logo
Log inBook a demo
On this page
  • Connection
  • Configuration
  • Example
  • Read-only properties
  • Model Sync
  • Target
  • All targets
  • Configuration
  • Example
  • Target creation
Configuring your connectionsConnection configurations

Customer.io

Was this page helpful?
Previous

Databricks

Next

Supports:

  • āœ… Model sync destination

Connection

Configuration

NameTypeDescriptionRequired
app_api_keystringApp API Keytrue
site_idstringSite IDtrue
tracking_api_keystringTracking API Keytrue

Example

1{
2 "name": "Customer.io connection",
3 "type": "customerio",
4 "configuration": {
5 "app_api_key": "7f81wos4eeua0kap5dabridfwgd1uh",
6 "site_id": "osh853chlrhick8w7qyz",
7 "tracking_api_key": "a7l1nkxqhnwa48h94vbmsly1a2pnss"
8 }
9}

Read-only properties

NameTypeDescriptionRequired
regionstringRegion

Datacenter region we detected
false

Model Sync

Target

Customer.io connections may be used as the destination in a model sync.

All targets

Configuration
NameTypeDescriptionRequired
ignore_setting_invalid_relationshipsbooleanIgnore setting invalid relationshipsfalse
replace_relationshipsbooleanReplace existing relationshipsfalse
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "ignore_setting_invalid_relationships": false,
6 "replace_relationships": false
7 }
8 }
9}

Target creation

Customer.io connections may be used to create a new target for a model sync. The following parameters are required to create a new target:

NAMEDESCRIPTIONENUM
nameSegment namefalse