
When to use API connections
Use API connections when the data you need doesn’t live in a database — for example:- Records from a SaaS tool (CRM, ERP, marketing platforms)
- Data from third-party services
- Internal microservice endpoints
How it works
- Configure the API endpoint and authentication method
- Define the data mapping — how the API response maps to a table structure
- Set a sync schedule to keep the data up to date

