Workflow: Manual Harvest Create

Workflow Details

Download Workflow
{
    "id": "120",
    "name": "Create a client in Harvest",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Harvest",
            "type": "n8n-nodes-base.harvest",
            "position": [
                450,
                300
            ],
            "parameters": {
                "name": "",
                "resource": "client",
                "operation": "create",
                "additionalFields": []
            },
            "credentials": {
                "harvestApi": ""
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Harvest",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

How to automatically import CSV files into postgres
View
Automate
View
Hacker News to Video Template - AlexK1919
View
✨😃Automated Workflow Backups to Google Drive
View
Splitout Elasticsearch Create Webhook
View
Manual GoogleSheets Create Scheduled
View
Create an Onfleet task when a file in Google Drive is updated
View
Code Webhook Create Webhook
View
HTTP Spreadsheetfile Create Webhook
View
Clone n8n Workflows between Instances using n8n API
View