
Sync Status
- Healthy: a recent run completed
- Pending: no runs have been scheduled yet
- Disabled: the sync has been disabled through the UI
- Querying: a sync is querying your model
- Preparing: a sync is preparing your data for your destination
- Queued: a sync is scheduled to begin writing to your destination
- In Progress: a sync is writing to your destination
- Incomplete: a sync had a temporary interruption, it will be resumed in a new run.
- Aborted/Failed: there was an error in the sync progress, check the errors on the sync to see why the sync failed.
Run Details

Configuration
Schedule

Resync Full Query

Test

Edit as JSON
{
"mode": "upsert",
"type": "object",
"fromId": "track_visitor_id",
"object": "user",
"mappings": [
{
"to": "uuid-western",
"from": "uuid"
},
{
"to": "Trialer Status",
"from": "trialer_status"
}
],
"customMappings": [
{
"to": "unique_notification_status",
"from": "notify_status"
}
]
}
- Mode: Insert, Upsert, or Update
- Type: Object, Event, Enrichment, etc.
- Object: User, Contact, etc.
- Mappings: The standard fields to be mapped
- Custom Mappings: Any custom fields to be mapped
Handling Records Leaving the Source
- Do nothing. This will preserve the record in your destination. This is useful for when you want your destination to continually accrue records from your source.
- Delete the destination record associated with the source record. This is useful for when you want your destination to exactly mirror your source by dropping records that have dropped out of your model.
- Clear fields that are being synced to in the destination record, but do not delete. Use this option to retain records in your destination, but clear the fields that are mapped in your sync.

- Connection issues with your data warehouse?
- Confusing API responses from destination systems?
- Unsupported destination objects or modes?
- Help with complex SQL queries?
Need help?
Our team is relentlessly focused on your success. We're ready to jump on a call to help unblock you.
or
Feature Requests?
If you see something that's missing from our app, let us know and we'll work with you to build it!
We want to hear your suggestions for new sources, destinations, and other features that would help you activate your data.