Front
simplifies how your team manages email lists and customer communications. It provides services to centralize all your communication in one place and optimize how your team handles every message with powerful automations. It also connects your inbox with all the apps you rely on.
Features
| Feature Name | Supported | Notes |
|---|---|---|
| Capture deletes | ||
| check | All tables and fields | |
| check | Column level | |
| check | ||
| check | Connector level | |
| check | CONVERSATION_STATUS_HISTORY and CONVERSATION_TAG_HISTORY tables only | |
| check | ||
| check | CONTACT, CONVERSATION, and their child tables | |
| Fivetran data models | ||
| Private networking |
Setup guide
Follow our step-by-step to connect Front with your destination using Fivetran connectors.
Schema information
This schema applies to all Front connectors.
Private resources
Fivetran supports syncing private resources using API tokens.
To sync private resources, do the following:
In your Fivetran account, go to the .
In the API Config section, generate a new API key. Make a note of the API key. You will need the key to access your Fivetran account using our API.

.
In your Front account, create a new API token. Select the Private Resources and Public Resources scopes.

Go to and enable the Allow access to my individual resources via the API toggle.
IMPORTANT: We can only sync private resources if teammates allow access using the API. If a teammate doesn't allow API access to the resources, we skip these resources from the sync.
Make the following curl request. Replace the
access_tokenvalue with your Front API token. Use the base64 encoded value of the Fivetran API key.
curl --location --request PATCH "https://api.fivetran.com/v1/connectors/{connector_id}" \
--header 'Authorization: Basic <fivetran_key_base64_encoded>' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth": {
"access_token": "front_api_key",
"expires_at": "2050-01-01T00:00:00Z"
}
}
content_copy
Comments
0 comments
Please sign in to leave a comment.