Sources
Front
Configuration
To set up the Front source, provide the following configuration parameters:
Key | Description | Sample Value |
---|---|---|
token | The API token of the Front app. | abc123 |
start_date | Used for the analytics stream. Fetch data newer than this start_date . Format: ISO8601. | 2023-01-01T00:00:00Z |
end_date | Used for the analytics stream. Fetch data older than this end_date . If null , current date is used. | 2023-01-05T00:00:00Z |
incremental_range | Used 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.