This project provides an example application that customers can use as a starting point for exporting conversations Similar to the import sample application, this is an ETL script, with Front as the extract point rather than load. To learn more about using this sample application, visit our Developer Portal.
FrontConnector provides a method to make generic paginated requests for API resources and handles rate-limiting.
FrontExport provides methods to list and export Front resources.
Customers are expected to manage any transforms and loading through the methods here.
Where customers can specify what they want exported through usage of FrontExport methods.
Non-exhaustive typing for responses from Front's API. Allows for easy casting in paginated responses.
In the project directory, you can run:
Runs the export.
Put your API_KEY here.
Define your transform and load logic here.
Logic for what will be exported here.