Connectors
Check which CRM, HubSpot, LinkedIn Sales Navigator, and sales-tool integrations are connected before running Saber workflows.
Connectors are integrations that link your CRM and sales tools to Saber, enabling enriched research and automated data syncing. Use the connectors API to verify which integrations are active before executing workflows.
Supported connectors
- LinkedIn Sales Navigator (
salesNavigator) — used for contact search and profile enrichment - HubSpot App (
hubspotApp) — OAuth-based HubSpot marketplace integration
Connector status
Check connector status before running workflows that depend on CRM or Sales Navigator data.
Connector checks are especially important before automated jobs. A missing or expired connection can cause search, enrichment, import, or sync workflows to fail even when the API key itself is valid.
Recommended workflow
- Check connector status at workflow startup.
- Validate that the required connector is active for the operation.
- Run the dependent workflow only after connector health is confirmed.
- Surface connector failures separately from validation or rate-limit errors.
When to check connectors
Check connectors before:
- Searching contacts through Sales Navigator.
- Importing company lists from HubSpot.
- Syncing signal results into CRM fields.
- Running scheduled jobs that depend on external data.
Error handling
Treat connector errors as operational issues, not bad input. Retrying immediately usually does not help if a user needs to reconnect an account or reinstall an app.
For user-facing workflows, show the missing connector and a direct next step. For background jobs, log the connector state with the failed run so the issue can be diagnosed without replaying the request.
Related workflows
Search Contacts
Contact search depends on connected data sources.
Installation
Set up Saber integrations and connected tools.
Authentication
Understand API keys and request authentication.