Intercom → Microsoft SQL Server
AI-first ETL from Intercom into Microsoft SQL Server. Governed entities, incremental sync, typed landing tables.
How Datrise loads Intercom into Microsoft SQL Server
Datrise syncs Intercom's conversations, customer attributes, inbox events, and support engagement into Microsoft SQL Server as a typed table per source entity. Flexible or custom fields land in NVARCHAR(MAX) JSON columns, and timestamps such as created, updated, and status changes are typed as datetime2.
Sync is incremental: Datrise uses a watermark on updated-at, applied with a MERGE statement, so re-runs update only what changed. Optional partitioned tables on a date partition function. SQL Server defaults to a case-insensitive collation, so Datrise preserves original casing in a metadata column to avoid silent key collisions.
Ideal for Microsoft-stack analytics and Power BI Import models.
Endpoints
Intercom: Customer messaging platform with CRM-style account and conversation context.
Microsoft SQL Server: Microsoft relational DB with enterprise features.
How Intercom entities map to Microsoft SQL Server
| Intercom entity | Microsoft SQL Server object | Notes |
|---|---|---|
| conversations | intercom_conversations | id PK · custom fields → NVARCHAR(MAX) JSON columns |
| customer attributes | intercom_customer_attributes | id PK · linked to intercom_conversations |
| inbox events | intercom_inbox_events | datetime2 events |
| support engagement | intercom_support_engagement | id PK · linked to intercom_conversations |
FAQ
How does Datrise handle Intercom's custom fields in Microsoft SQL Server?
Flexible values are stored as NVARCHAR(MAX) JSON columns, so new fields don't require a migration; strongly-typed fields — dates, numbers, and references — are promoted to native Microsoft SQL Server types.
How does the Intercom to Microsoft SQL Server sync stay up to date?
It runs incrementally — Datrise uses a watermark on updated-at, applied with a MERGE statement.
Related pipelines
More destinations for Intercom
- Intercom → Oracle Database
- Intercom → Snowflake
- Intercom → Google BigQuery
- Intercom → Amazon Redshift
- Intercom → Databricks SQL Warehouse
- Intercom → ClickHouse
- Intercom → DuckDB
- Intercom → Amazon Athena
- Intercom → Amazon S3 Data Lake
- Intercom → Azure Data Lake Storage
- Intercom → Azure Synapse
- Intercom → Spreadsheets
More sources for Microsoft SQL Server
- Asana → Microsoft SQL Server
- Freshdesk → Microsoft SQL Server
- Jira → Microsoft SQL Server
- Mailchimp → Microsoft SQL Server
- MongoDB → Microsoft SQL Server
- SendGrid → Microsoft SQL Server
- Shopify → Microsoft SQL Server
- AppsFlyer → Microsoft SQL Server
- Microsoft Advertising → Microsoft SQL Server
- Braintree → Microsoft SQL Server
- Chargebee → Microsoft SQL Server
- Customer.io → Microsoft SQL Server
Early access
Connect Intercom to Microsoft SQL Server the easy way
Skip brittle scripts and manual exports. Join the waitlist to get a guided setup, AI-assisted mapping, and reliable incremental sync for this integration.