Automate logging Wise transfer state changes directly into Airtable using this reliable n8n workflow. Perfect for finance tracking, auditing, and building custom n8n templates.
Download this n8n workflow template and start using it instantly.
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.
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.
This reliable n8n workflow begins execution immediately upon receiving a status change signal from Wise.
tranferStateChange event via a webhook. This acts as the primary n8n trigger for the entire operation.To deploy this powerful n8n workflow, follow these setup steps:
profileId is configured in the n8n trigger settings. 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.
Use this powerful n8n workflow to instantly retrieve current weather data for any specified city via a simple Webhook call. Explore effective n8n templates for API integration.

Use this powerful n8n workflow to monitor Kafka topics in real-time. When critical metrics exceed a threshold, the n8n node automatically sends an immediate SMS alert using Vonage.

Use this n8n workflow template to automatically trigger processes based on real-time messages received from an MQTT queue. Essential for IoT and system integrations.

Use this core n8n workflow starter template to instantly listen for new Calendly bookings or cancellations. A reliable n8n trigger for CRM and notification automations.









































