Anatomy of a Sync

Sources
A source is the service provider that you want to pull data from. We currently support any service provider that exposes webhooks or an HTTP API (REST, GraphQL, etc…).Destinations
A destination is where sync records will be delivered. The following destinations are available:- HTTP endpoint
- Serverless function
Resources
Resources are the data objects that you want to sync. For example, a CRM sync might target contacts, accounts, and opportunities.Sync Types
Syncs fall into one of two categories based on the integration options available from the service provider:- Webhook-based syncs
- API-based syncs