Cargo uses a data warehouse infrastructure to host your data models. By
default, you’ll get a managed Snowflake instance, or you can connect your own
warehouse.
Data connectors
Cargo offers three types of data loaders to bring external data into your data models:| Connector | Description |
|---|---|
| Native integrations | Connect to supported external APIs (CRMs, enrichment tools, etc.) and fetch data directly into a data model. |
| Webhook loader | Listen for real-time events from external sources and import that data automatically. |
| SQL loader | Run SQL queries on your data warehouse tables and import the results. |
Data model capabilities
Data models support powerful capabilities to help you orchestrate your GTM workflows:Segments
Segments
Apply filters to create targeted segments for specific plays based on custom
criteria.
Change-based triggers
Change-based triggers
Enable plays to respond in real-time to updates, additions, or deletions in
your data.
Enrolment conditions
Enrolment conditions
Track processed records to prevent plays from handling the same data
multiple times.
Data model relationships
Data model relationships
Connect different data models using common identifiers to create unified
views of your customer data.
Additional columns
Additional columns
Extend your data models with calculated fields and custom data: - Custom
columns: Free-form columns you can upsert from within a play - Computed
columns: Calculated values based on other columns in the data model -
Metrics columns: Aggregated data (sums, averages, counts) from related
data models
Use cases
Data models power a wide range of GTM scenarios:| Use case | Description |
|---|---|
| CRM sync | Import customer information, deal pipelines, and sales activities from Salesforce or HubSpot to create unified customer profiles. |
| Intent signals | Capture website behavior, form submissions, and engagement metrics to identify prospects showing buying intent. |
| List building | Aggregate contact lists from marketing campaigns, events, and lead generation activities for targeted outreach. |
| Product analytics | Query product catalogs, usage analytics, and inventory levels to inform customer interactions. |

