Front (Source)
Overview
The Front source connector lets you connect to the Front API using an API token.
This connector is currently in development. At this time, it supports credential validation during setup, but does not yet support extracting data streams.
Setup
Prerequisites
- A Front account with permission to create or access an API token.
- Network access to
https://api2.frontapp.com.
Create an API token in Front
- In Front, create or locate an API token (Personal Access Token).
- Copy the token value; you’ll provide it to the connector as
api_token.
Authentication
This connector authenticates to Front using a Bearer token.
During connection testing, the connector validates the token by calling:
GET https://api2.frontapp.com/teammates
If the request fails, the connector will report a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Front API token used as a Bearer token for API requests. |
Streams
No streams are currently available.
The connector’s extraction logic is not yet implemented, so it cannot sync data into your destination at this time.