This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Harvest

Overview

The Harvest connector can be used to sync your Harvest data: Client Contacts, Clients, Company, Invoice Messages, Invoice Payments, Invoices, Invoice Item Categories, Estimate Messages, Estimates, Estimate Item Categories, Expenses, Expense Categories, Tasks, Time Entries, Project User Assignments, Project Task Assignments, Projects, Roles, User Billable Rates, User Cost Rates, User Project Assignments, Expense Reports, Uninvoiced Report, Time Reports, Project Budget Report

The source is using Airbyte docker image (@airbyte/source-harvest). Learn more how Airbyte-based sources work

How to connect

This connector supports only authentication with API Key. To obtain API key: Go to Account Settings page and Under Integrations section press Authorized OAuth2 API Clients button. New page will be opened on which you need to click on Create New Personal Access Token button and follow instructions. See docs for more details.

Connection Parameters

ParameterDocumentation
api_token*
string
(required)
Harvest API Token.
account_id*
string
(required)
Harvest account ID. Required for all Harvest requests in pair with API Key
replication_start_date*
string
(required)
UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.