Skip to main content

FreshBooks

FreshBooks connector seamlessly syncs invoicing, expenses, and client data from FreshBooks into data warehouses or analytics platforms.

Configuration

InputTypeDescriptionDefault Value
client_idstringClient ID.
client_secretstringClient secret.
redirect_uristringRedirect Uri.
account_idstringAccount Id.
client_refresh_tokenstringRefresh token.
oauth_access_tokenstringAccess token. The current access token. This field might be overridden by the connector based on the token refresh endpoint response.
oauth_token_expiry_datestringToken expiry date. The date the current access token expires in. This field might be overridden by the connector based on the token refresh endpoint response.
business_uuidstringBusiness uuid.

Read this section carefully to get your Account Id and Business UUID.

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
userDefaultPaginator
clientsDefaultPaginator
invoicesid.invoiceidDefaultPaginator
expensesid.expenseidDefaultPaginator
expense_summariesDefaultPaginator
expense_categoriesidDefaultPaginator
invoice_detailsinvoiceidDefaultPaginator
expense_detailsexpenseidDefaultPaginator
accountsDefaultPaginator
taxestaxidDefaultPaginator

Reference

Config fields reference

Field
Type
Property name
Client ID
required
string
client_id
Client secret
required
string
client_secret
Redirect Uri
required
string
redirect_uri
Account Id
required
string
account_id
Refresh token
required
string
client_refresh_token
Business uuid
required
string
business_uuid
string
oauth_access_token
string
oauth_token_expiry_date

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.82025-01-1851659Update dependencies
0.0.72025-01-1151087Update dependencies
0.0.62024-12-2850525Update dependencies
0.0.52024-12-2150000Update dependencies
0.0.42024-12-1449498Update dependencies
0.0.32024-12-1249209Update dependencies
0.0.22024-12-1148942Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.0.12024-10-27Initial release by @bishalbera via Connector Builder
Was this page helpful?