Workflows
Workflow Integrations
Connect third-party apps (HubSpot, Salesforce, Google Sheets, and more) that workflows write enriched data to.
GET
Workflow Integrations
Overview
Integrations are the connected destinations your workflow Export steps send enriched records to. Connections are made through a self-hosted Nango instance, which handles OAuth and token refresh, so Encrata never stores the third-party credentials. Each connection is referenced by aconnection_id and a
provider_config_key (for example google-sheet, hubspot, salesforce).
Authentication
Requires a JWT token or API key in theAuthorization header.
List Integrations
Example response
List Available Providers
Start a Connection
token, host, and connect_url are passed to the Nango
frontend SDK.
string
Optional provider config key to restrict the connect flow to a single app.
Save a Connection
string
required
The Nango connection id returned by the Connect UI.
string
required
The provider config key (for example
google-sheet).string
Optional friendly name shown in the dashboard.
Disconnect
Create a Google Sheet
string
Optional spreadsheet title. Defaults to a generated name.
Example response
Workflow Integrations