Front
This page contains the setup guide and reference information for the Front source connector.
Documentation reference:
Visit https://dev.frontapp.com/reference/introduction
for API documentation
Authentication setup
Source-front
uses bearer token authentication,
Visit https://dev.frontapp.com/docs/create-and-revoke-api-tokens
for getting your API token.
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. | |
start_date | string | Start date. | |
page_limit | string | Page limit. Page limit for the responses | 50 |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
events | id | DefaultPaginator | ✅ | ✅ |
inboxes | id | DefaultPaginator | ✅ | ❌ |
inboxes_channels | id | DefaultPaginator | ✅ | ❌ |
inboxes_conversations | id | DefaultPaginator | ✅ | ✅ |
inboxes_teammates | id | DefaultPaginator | ✅ | ❌ |
conversations | id | DefaultPaginator | ✅ | ✅ |
conversations_events | id | DefaultPaginator | ✅ |