Configuration

To set up the Front source, provide the following configuration parameters:

KeyDescriptionSample Value
tokenThe API token of the Front app.abc123
start_dateUsed for the analytics stream. Fetch data newer than this start_date. Format: ISO8601.2023-01-01T00:00:00Z
end_dateUsed for the analytics stream. Fetch data older than this end_date. If null, current date is used.2023-01-05T00:00:00Z
incremental_rangeUsed for the analytics stream. Defines the incremental extract range: daily or hourly.daily, hourly

How to Get Your token

Follow Front’s documentation
to create and retrieve your API token.