mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.4 KiB
1.4 KiB
Harvest
You can use these credentials to authenticate the following nodes with Harvest.
Prerequisites
Create a Harvest account.
Using OAuth
- Access the Harvest Developer portal.
- Click on the Create New OAuth2 Application button.
- Enter an application name in the Name field.
- Copy the 'OAuth Callback URL' provided in the Harvest OAuth2 API credentials in n8n and paste it in the Redirect URL field.
- Click on the Create Application button.
- Copy the Client ID and Client Secret provided by the new Harvest app that you created and paste it in the Harvest OAuth2 API credentials in n8n.
- Click on the circle button in the OAuth section to connect your Harvest account to n8n.
- Click on the Save button to save your credentials.
Using Access Token
- Access the Harvest Developer portal.
- Click on the Create New Personal Access Token button.
- Enter a token name in the Name field.
- Click on the Create Personal Access Token button.
- Use the token with Harvest node credentials in n8n.

