Workflow: Manual Xero Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Xero",
            "type": "n8n-nodes-base.xero",
            "position": [
                450,
                300
            ],
            "parameters": {
                "options": [],
                "operation": "getAll",
                "organizationId": "ab7e9014-5d01-418f-a64c-dbb6bf5ba2ea"
            },
            "credentials": {
                "xeroOAuth2Api": "n8n_xero"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Xero",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Receive updates when a new list is created in Affinity
View
Hugging Face to Notion
View
(G) - Email Classification
View
Transform Image to Lego Style Using Line and Dall-E
View
Send the Astronomy Picture of the day daily to a Telegram channel
View
Create, update and get a user from Iterable
View
Autopilot Airtable Automate Triggered
View
Form GoogleSheets Create Triggered
View
ERP AI chatbot for Odoo sales module
View
Summarize Google Sheets form feedback via OpenAI's GPT-4
View