Wise Transfer Update Logging to Airtable - n8n Workflow

Automate logging Wise transfer state changes directly into Airtable using this reliable n8n workflow. Perfect for finance tracking, auditing, and building custom n8n templates.

Workflow Preview

Ready to automate?

Download this n8n workflow template and start using it instantly.

Who is this best for?

Finance managers tracking international payments.
Businesses using Wise for transfers who require centralized, automated logging.
n8n users seeking practical examples of webhook integration and complex data transformation using a Set n8n node.
Anyone needing an automated audit trail for payment events using a powerful n8n workflow.

Overview

Tracking the life cycle of international financial transfers manually is time-consuming and prone to error. This robust n8n workflow provides a solution by automating the logging of Wise transfer state changes in real-time. By leveraging the Wise webhook functionality, this n8n template ensures that every critical update—whether a transfer is pending or completed—is immediately captured. The automation then uses a sequence of n8n node operations to retrieve full transfer details, standardize the data format, and insert the clean record directly into a designated Airtable table. This specific n8n workflow setup is essential for maintaining accurate financial audit trails and streamlining accounting processes, providing a high level of reliability expected from professional n8n automation solutions.

How it Works

This reliable n8n workflow begins execution immediately upon receiving a status change signal from Wise.


  1. Wise Trigger Initiation: The process starts when the Wise Trigger n8n node catches a tranferStateChange event via a webhook. This acts as the primary n8n trigger for the entire operation.

  2. Fetch Transfer Details: A standard Wise n8n node then executes. It uses the ID received in the webhook payload to make a secondary API call back to Wise, retrieving the complete, detailed information for that specific transfer.

  3. Data Transformation and Cleaning: The crucial Set n8n node processes this large data payload. It selectively isolates and assigns only the necessary fields (Transfer ID, Date, Reference, and Amount) to new variables. By configuring the n8n node to 'Keep Only Set', it ensures a minimal, clean payload is passed forward, improving efficiency.

  4. Airtable Logging: Finally, the Airtable n8n node appends this structured record into the designated table. This final action completes the automated data logging process within the n8n workflow.

Installation Guide

To deploy this powerful n8n workflow, follow these setup steps:


  1. Import: Import the provided n8n JSON file into your n8n instance.

  2. Wise Credentials: Configure the Wise API Credentials for both the Wise Trigger n8n node and the subsequent Wise n8n node. You must link the Wise Trigger to the Wise platform by registering the provided n8n webhook URL within your Wise API settings. Ensure the correct profileId is configured in the n8n trigger settings.

  3. Airtable Credentials: Set up the Airtable Credentials. Specify the Application ID (Base ID) and the exact Table Name ("Table 1" by default) that you wish to update.

  4. Activation: Test and then activate the n8n workflow to begin automatic monitoring.

Node Details

Wise Trigger n8n node: Function: Serves as the starting point (n8n trigger) of the automation, listening specifically for Wise webhooks related to transfer status changes. Key Configuration: Uses the tranferStateChange event type and requires a configured profileId.
Wise n8n node: Function: Retrieves comprehensive details about the transfer identified by the webhook. Key Configuration: Resource is set to transfer; the Transfer ID is dynamically fetched using the expression: ={{$json["data"]["resource"]["id"]}}.
Set n8n node: Function: Performs essential data manipulation, structuring the complex Wise payload into fields suitable for Airtable. Key Configuration: Sets the Transfer ID, Date, Reference, and Amount fields. It utilizes the Keep Only Set option to discard irrelevant data, making the resulting payload efficient for the next n8n node.
Airtable n8n node: Function: Appends the final, structured transfer record into a row in the specified Airtable table. Key Configuration: Operation set to append, writing to "Table 1". This is a key action in this n8n workflow.

Related n8n Workflows

Free

Nodes: 4 Nodes
Updated: December 26 2025
View all
Created by
ghagrawal17
ghagrawal17

Featured*