Workflow: Wise Airtable Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Wise Trigger",
            "type": "n8n-nodes-base.wiseTrigger",
            "position": [
                450,
                280
            ],
            "webhookId": "df8c0c06-7d40-4e57-aaff-60f458e6997c",
            "parameters": {
                "event": "tranferStateChange",
                "profileId": 16138858
            },
            "credentials": {
                "wiseApi": "Wise API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Wise",
            "type": "n8n-nodes-base.wise",
            "position": [
                650,
                280
            ],
            "parameters": {
                "resource": "transfer",
                "transferId": "={{$json[\"data\"][\"resource\"][\"id\"]}}"
            },
            "credentials": {
                "wiseApi": "Wise API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                850,
                280
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "Transfer ID",
                            "value": "={{$json[\"id\"]}}"
                        },
                        {
                            "name": "Date",
                            "value": "={{$json[\"created\"]}}"
                        },
                        {
                            "name": "Reference",
                            "value": "={{$json[\"reference\"]}}"
                        },
                        {
                            "name": "Amount",
                            "value": "={{$json[\"sourceValue\"]}}"
                        }
                    ]
                },
                "options": [],
                "keepOnlySet": true
            },
            "typeVersion": 1
        },
        {
            "name": "Airtable",
            "type": "n8n-nodes-base.airtable",
            "position": [
                1050,
                280
            ],
            "parameters": {
                "table": "Table 1",
                "options": [],
                "operation": "append",
                "application": ""
            },
            "credentials": {
                "airtableApi": "Airtable Credentials n8n"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "Airtable",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Wise": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Wise Trigger": {
            "main": [
                [
                    {
                        "node": "Wise",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Code Pipedrive Automation Triggered
View
🤖 Telegram Messaging Agent for Text/Audio/Images
View
Personalized AI Tech Newsletter Using RSS, OpenAI and Gmail
View
Splitout Filter Process Webhook
View
Linear Project Status and End Date to Productboard feature Sync
View
Remove Advanced Background from Google Drive Images
View
Website check
View
💻 Schedule workflow activity time
View
Spotify Sync Liked Songs to Playlist
View
🐋DeepSeek V3 Chat & R1 Reasoning Quick Start
View