Finance Automation Workflows — Page 2 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Finance

    Finance Workflows

    Financial management and accounting workflows

    • Automated AI-Driven Stock and Crypto Analysis with Google Gemini

      Leverage AI to perform comprehensive technical analysis on stocks and cryptocurrencies, providing actionable insights and trading strategies.

      n8n$4.99
    • Automate Multi-Broker Portfolio Tracking with Google Sheets and Telegram Alerts

      Streamline your investment tracking across multiple brokers with real-time updates and alerts via Telegram. This workflow integrates Google Sheets and Telegram to provide a comprehensive view of your financial portfolio, offering scheduled and on-demand updates.

      n8n$9.99
    • AI-Driven Financial Chart Analysis and Automated Reporting

      Utilize AI to perform comprehensive financial chart analysis and receive detailed reports via email. This workflow integrates AI vision and reasoning capabilities for informed trading insights.

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Answers
    • Error Solutions
    • AI Tutorials
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    n8n
    $14.99
  1. Automate Personal Finance Tracking with Telegram and Google Sheets

    Effortlessly track your expenses and income using Telegram messages and Google Sheets integration, enhanced by AI-powered categorization.

    n8n$9.99
  2. Currency Converter via Webhook Using ExchangeRate.host

    This n8n template allows you to perform real-time currency conversions by simply sending a webhook request. By integrating with the ExchangeRate.host API, you can get up-to-date exchange rates for over 170 world currencies, making it an incredibly useful tool for financial tracking, e-commerce, international business, and personal budgeting. --- ## How it works - Receive Conversion Request Webhook: This node acts as the entry point for the workflow, listening for incoming POST requests. It's configured to expect a JSON body containing: - from: The 3-letter ISO 4217 currency code for the source currency (e.g., USD, PHP). - to: The 3-letter ISO 4217 currency code for the target currency (e.g., EUR, JPY). - amount: The numeric value you want to convert. **Important:** The ExchangeRate.host API access_key is handled securely by n8n's credential system and should not be included in the webhook body or headers. - Convert Currency: This node makes an HTTP GET request to the ExchangeRate.host API (api.exchangerate.host). It dynamically constructs the URL using the from, to, and amount from the webhook body. Your API access key is securely retrieved from n8n's pre-configured credentials (HTTP Query Auth type) and automatically added as a query parameter (access_key). The API then performs the conversion and returns a JSON object with the conversion details. - Respond with Converted Amount: This node sends the full currency conversion result received from ExchangeRate.host back to the service that initiated the webhook. --- ## Who is it for? ### This workflow is ideal for: - E-commerce Platforms: - Display prices in local currencies on the fly for international customers. - Convert incoming international payments to your local currency for accounting. - Calculate shipping costs in different currencies. - Financial Tracking & Budgeting Apps: - Update personal or business budgets with converted values. - Track expenses incurred in foreign currencies. - Automate portfolio value conversion for multi-currency investments. - International Business & Freelancers: - Generate invoices in a client's local currency based on your preferred currency. - Quickly estimate project costs or earnings in different currencies. - Automate reconciliation of international transactions. - Travel Planning: - Convert travel expenses from one currency to another while abroad. - Build simple tools to estimate costs for trips in different countries. - Data Analysis & Reporting: - Standardize financial data from various sources into a single currency for unified reporting. - Build dashboards that display converted financial metrics. - Custom Integrations: - Connect to CRMs, accounting software, or internal tools to automate currency-related tasks. - Build chatbots that can answer currency conversion queries. --- ## Data Structure When you trigger the webhook, send a POST request with a JSON body structured as follows: ``` { "from": "USD", "to": "PHP", "amount": 100 } ``` The workflow will return a JSON response similar to this (results will vary based on currencies and amount): ``` { "date": "2025-06-03", "historical": false, "info": { "rate": 58.749501, "timestamp": 1717398188 }, "query": { "amount": 100, "from": "USD", "to": "PHP" }, "result": 5874.9501, "success": true } ``` --- ## Setup Instructions - Get an ExchangeRate.host Access Key: - Go to https://exchangerate.host/ and sign up for a free API key. - Create an n8n Credential for ExchangeRate.host: - In your n8n instance, go to Credentials. - Click New Credential and search for HTTP Query Auth. - Set the Name (e.g., ExchangeRate.host API Key). - Set API Key to your ExchangeRate.host access key. - Set Parameter Name to access_key. - Set Parameter Position to Query. - Save the credential. - Import Workflow: - In your n8n editor, click Import from JSON and paste the provided workflow JSON. - Configure ExchangeRate.host API Node: - Double-click the Convert Currency node. - Under Authentication, select Generic Credential Type. - Choose HTTP Query Auth as the Generic Auth Type. - Select the credential you created (e.g., ExchangeRate.host API Key) from the dropdown. - Configure Webhook Path: - Double-click the Receive Conversion Request Webhook node. - In the Path field, set a unique and descriptive path (e.g., /convert-currency). - Activate Workflow: - Save and activate the workflow. --- ## Tips This workflow is a powerful starting point. Here's how you can make it even more robust and integrated: - Robust Error Handling: - Add an IF node after Convert Currency to check {{ $json.success }}. If false, branch to an Error Trigger node or send an alert (e.g., Slack, Email) with {{ $json.error.info }} to notify you of API issues or invalid inputs. - Include a Try/Catch block to gracefully handle network issues or malformed responses.

    n8n$4.99
  3. AI-Powered Financial Chart Analyzer | OpenRouter, MarketStack, macOS Shortcuts

    The **AI-Powered Financial Chart Analyzer** is a cutting-edge automation tool that streamlines financial analysis using n8n workflows, AI agents, and **MacOS Shortcuts**. It enables users to capture, process, and analyze candlestick charts for both **stocks and cryptocurrencies**. By integrating powerful tools like **ChatGPT-4-mini** (via **OpenRouter**), **MarketStack**, and **SerpAPI**, this automation provides real-time market insights, technical analysis, and AI-driven stock trend predictions. [![Video thumbnail](https://img.youtube.com/vi/CeEysWsV8RQ/maxresdefault.jpg)](https://youtu.be/CeEysWsV8RQ?si=EXxjmzF3ofXJa7Q9) ### Workflow 1. The Webhook node will receive image data from a macOS shortcut in Base64 format. 2. The Convert to File node will convert the Base64 image into a binary file. 3. The AI Agent node will process the binary image. It utilizes OpenRouter, Windows buffer memory, MarketStack, and the SerpAPI tool. 4. Remember to use a model capable of processing images; otherwise, the workflow will throw an error. 5. We use the MarketStack tool to fetch the latest stock data; however, it is rarely used. 6. SerpAPI is used for market research, such as news and insights about stocks. 7. Finally, the Markdown node converts Markdown to HTML. 8. The response is then sent to the Webhook. ### Use Case **Traders & Investors:** Quickly analyze candlestick charts and identify trading opportunities. **Financial Analysts:** Automate chart interpretation and data aggregation for in-depth reports. **AI & Automation Enthusiasts:** Experiment with AI-driven financial workflows using n8n. **Business Owners:** Gain real-time stock insights to make informed investment decisions. ### Setup Instructions **Install MacOS Shortcut** - Download the MacOS Shortcut provided with this product and double-click on it to install. - If you don't have the Shortcuts app (parent app) installed, first download it from the App Store, then follow Step 1. **Set Up Workflow** - Import the n8n workflow provided with this product. **Set Up Credentials** **Webhook Authentication** - Create an API key (you can use a key generation tool or simply use a custom string). - Add the API key to your n8n Webhook and MacOS Shortcut. - If you prefer not to use authentication, remove it from both the n8n Webhook and the MacOS Shortcut. **OpenRouter API Setup** - Get a free API key from OpenRouter and add it to your workflow. - Free API keys have usage limits. - OpenRouter provides multiple models—ensure that the selected model supports image processing. **MarketStack API Setup** - Get a free API key from MarketStack and use it in your workflow. - Free API keys have usage limits. **SerpAPI Setup** - Get a free API key from SerpAPI and use it in your workflow. - Free API keys have usage limits. ### Disclaimer This tool is designed for educational and informational purposes only. The AI-generated insights should not be considered as financial advice. Users should conduct their own research before making investment decisions. AgentsOps is not responsible for any financial losses incurred from using this automation.

    n8n$9.99
  4. Automate Gold Price Tracking with Currency Conversion and Telegram Alerts

    This workflow automatically tracks gold prices every 15 minutes, converts them into your local currency and USD, and sends detailed reports to your Telegram chat.

    n8n$9.99
  5. Voice-Controlled Expense Tracker with Siri, AI, and Google Sheets

    What It Does: This project lets you talk to Siri (via Apple Shortcuts) and record or query your daily spending. The shortcut sends your message to an n8n Webhook, which uses AI to decide whether it's for writing or reading finance data, then replies with a human-friendly message - all powered by n8n + AI + Google Sheets. --- **PAR 1: n8n Setup** 1. Create a Webhook trigger in n8n - Add a node: Webhook - Set HTTP Method: POST - Set Path: siri-finance - Enable “Respond to Webhook” = “Yes” 2. Add AI Agent Node (e.g., OpenAI, Ollama, Gemini) - Use system prompt like: "You are a finance assistant. Decide if the user wants to record or read transactions. If it's recording, return a JSON object with date, type, name, amount, and expense/income. If it's reading, return date range and type (Expense/Income). Always reply with a human-friendly summary." - Input: {{ $json.text }} (from webhook) - Output: structured json.output 3. (Optional) Add Logic to write to DB / Supabase / Google Sheets - Append tool: Adds a new row - Read tool: Queries past data - Now your n8n flow is ready! --- **PAR 2: iOS Shortcut Setup** 1. Create a new Shortcut - Name it: Siri Finance Bot (or Finance Bot) - Add Action: Ask for Input - Prompt: "What would you like to record or query?" - Input Type: Text - Add Action: Get Contents of URL - Method: POST - URL: https://your-n8n-domain/webhook/siri-finance - Headers: Content-Type: application/json - Request Body: ``` { "text": "Provided Input" } ``` - Replace "Provided Input" with Magic Variable “Input Result” 2. Show Result - Add Action: Show Result - Content: Get Contents of URL 3. Optional: Add “Speak Text” - If you want Siri to speak it back, add Speak Text after Show Result. --- **Example Usage** You: "Hey Siri, log expense $50 for coffee" Siri: "Logged expense: Coffee $50" Or You: "Hey Siri, what's my total expense for July?" Siri: "Total expense for July: $7684.64" --- **Files to Share** You can package the following: - .shortcut file export - Sample n8n workflow .json - Optional Supabase schema / Google Sheet template --- **Tips for Newcomers** - Keep your Webhook public but protect with a token if needed. - Ensure you handle emoji and newline safely for iOS compatibility. - Add logging nodes in n8n to help debug Siri messages. --- **Optional Project Name** "Siri Finance Bot" / "Finance VoiceBot" A simple voice-first way to manage your daily expenses.

    n8n$9.99
  6. Automate US Stock Portfolio Management with Telegram and AI-Driven Reports

    This workflow automates US stock portfolio management by integrating Telegram for interactive management and AI for generating detailed weekly reports. It leverages OpenAI, Perplexity AI, and PDFco for comprehensive analysis and report delivery.

    n8n$24.99
  7. Automated Daily Stock Market News Briefing via Email

    Receive a daily AI-curated stock market news briefing directly to your email, tailored for investors and traders. This workflow leverages AI and web search tools to keep you informed with minimal effort.

    n8n$9.99
  8. Automate Microsoft Excel Data Retrieval with N8N

    This workflow is designed to streamline the data retrieval process from Microsoft Excel, allowing users to automate their repetitive tasks with ease. By utilizing the N8N platform, it enables users to execute a manual trigger that will initiate th...

    n8n$13.04
  9. Automated Daily Exchange Rate Email Newsletter

    Receive daily updates on currency exchange rates directly to your inbox with this automated workflow. It fetches the latest rates for selected currency pairs and sends them in a formatted email, keeping you informed without manual effort.

    Make$4.99
  10. AI Language & Coding Tutor with GPT-4 & Timed Telegram

    An AI-driven tutor for language and coding using GPT-4, delivering personalized lessons via Telegram with progress tracking in Airtable.

    n8n$24.99
  11. Visual Regression Testing with Apify & AI Vision Model

    Automates visual regression testing by capturing webpage screenshots via Apify, comparing old vs. new with multimodal LLM, and reporting issues to Linear. Ideal for monitoring UI changes in web apps.

    n8n$24.99
  12. Automate Installment Charges with Asaas from New Google Sheets Entries

    This workflow automates the creation of installment charges in Asaas whenever a new row is added to a specified Google Sheets spreadsheet. It streamlines billing processes by integrating data directly from your spreadsheet into Asaas.

    Make$3.99
  13. Currency Conversion Workflow

    **Purpose:** This workflow exemplifies a sophisticated yet pragmatic mechanism for automating currency conversions by leveraging simple HTTP queries routed through a webhook. By intercepting user requests, sourcing real-time exchange rate data via Google search results, and formatting the data into actionable responses, it obviates the reliance on third-party APIs. This efficiency renders it an indispensable instrument for diverse applications, including dynamic pricing strategies for AI-driven systems, financial data automation, and real-time currency computation within complex workflows. The workflow's architectural simplicity ensures seamless integration across professional and academic domains, optimizing both scalability and reliability. **Workflow Steps:** 1. **Capture Conversion Query:** - The workflow initiates by intercepting user input delivered as a GET request through a configured webhook. Inputs should adhere to a structured syntax, such as `5usd to mxn`, to ensure flawless processing. - **Testing Tip:** Use tools like Postman or a browser to test GET requests and verify that the Webhook receives inputs correctly. 2. **Fetch Exchange Rate:** - Utilizing the HTTP Request node, a Google search query is executed to retrieve current exchange rate data. This method ensures the workflow remains economical and adaptable while circumventing API dependencies. 3. **Extract Conversion Data:** - By processing the returned HTML from Google's search results, this node extracts precise exchange rate figures and contextual information critical for accurate conversions. - **Error Handling:** If extraction fails, verify that the input format is correct and update CSS selectors to reflect any changes in Google's HTML structure. 4. **Format Currency Response:** - The extracted data undergoes refinement and is formatted into a structured, user-friendly string that conveys the conversion results with clarity and precision. 5. **Send Conversion Response:** - The workflow culminates by dispatching the formatted response back to the request origin, completing the loop with efficiency and reliability. **Required Configuration:** - Configure the Webhook node to accommodate GET requests. The query parameters should follow the format: `https://your-webhook-url/currency-converter?q=5usd+to+mxn`. - Inputs must adhere strictly to the predefined syntax (e.g., `5usd to mxn`). Deviations may induce processing errors or yield erroneous outputs. **Customization Options:** - The **Extract Conversion Data** node's CSS selectors can be fine-tuned to align with modifications in Google's HTML structure, ensuring long-term operability. - Adjustments to the **Format Currency Response** node enable bespoke output formatting, incorporating additional metadata or altering the response structure to meet specific project requisites. **Advanced Features:** - This workflow's modular design supports seamless integration into expansive systems. For instance, an e-commerce platform could employ it to dynamically localize product pricing based on user geolocation. - Enhanced functionality can be achieved by appending nodes to log conversions, monitor performance metrics, or trigger auxiliary workflows conditioned on conversion outputs. **Expected Results:** - For a query like `5usd to mxn`, the workflow generates a response formatted as: `5 USD = 95 MXN`. This output is optimized for readability and practical application. **Use Case Examples:** - **AI Integration:** Enables artificial intelligence agents to process real-time price conversions efficiently across diverse currencies, enhancing their computational capabilities. - **Financial Operations:** Automates precise currency conversions for corporate reports, international transactions, and market analytics. - **Personal Financial Planning:** Assists users in calculating currency conversions for investment decisions or travel budgeting with minimal manual effort. - **E-commerce Applications:** Facilitates dynamic price adjustments on online marketplaces, displaying localized prices to augment user experience and conversion rates. - **Workflow Integration:** Embeds seamlessly into larger systems, such as CRMs or ERPs, to streamline financial operations and enhance interoperability. **Key Benefits:** - **No API Dependency:** By leveraging publicly available data from Google, the workflow eliminates the complexities and costs associated with API integration, reducing overhead and enhancing accessibility. - **Precision and Currency:** Ensures accurate and real-time results by querying Google directly. - **Flexibility:** Designed to adapt to various operational contexts and input formats, making it a versatile asset in computational and commercial applications. **Tags:** - `currency conversion`, `automation`, `webhook`, `data extraction`, `AI integration`, `financial automation`, `e-commerce`, `real-time data`, `scalable workflows`.

    n8n$9.99
  14. Scheduled Currency Exchange Rate Updates to Telegram with Exchange Rate API

    #### Stop guessing currency rates! Get a quick and clean exchange rate summary sent right to your phone. --- ![Screenshot 20250720 at 12.50.13AM.png](fileId:1811) --- This workflow automatically checks the latest rates and builds a simple report for you. What it does: - Fetches the very latest exchange rates from an API. - Shows you what major currencies (like USD & EUR) are worth in your chosen local currency. - Creates a simple, easy-to-read report. - Delivers it straight to your Telegram! Setup is easy: All you need to do is set your base currency (e.g., EGP) and your Telegram Chat ID. Done!

    n8n$9.99
  15. eBay Enhances Data Access for AI Agents with MCP Server Integration

    Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond-nodes-automation-lab-2006/about) Complete MCP server exposing 7 eBay Finances API operations to AI agents. ## Quick Setup 1. **Import** this workflow into your n8n instance 2. **Credentials** Add eBay Finances API credentials 3. **Activate** the workflow to start your MCP server 4. **Copy** the webhook URL from the MCP trigger node 5. **Connect** AI agents using the MCP URL ## How it Works This workflow converts the eBay Finances API into an MCP-compatible interface for AI agents. - **MCP Trigger**: Serves as your server endpoint for AI agent requests - **HTTP Request Nodes**: Handle API calls to https://apiz.ebay.com{basePath} - **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders - **Native Integration**: Returns responses directly to the AI agent ## Available Operations (7 total) - **Payout GET** /payout: List seller payouts with filters - **GET** /payout/{payout_Id}: Get single payout details - **Payout_Summary GET** /payout_summary: Show payout totals by status - **Seller_Funds_Summary GET** /seller_funds_summary: View pending/unreleased funds - **Transaction GET** /transaction: Search monetary transactions - **Transaction_Summary GET** /transaction_summary: Get transaction totals + holds - **Transfer GET** /transfer/{transfer_Id}: Retrieve eBay reimbursement details ## AI Integration **Parameter Handling**: AI agents automatically provide values for: - Path parameters and identifiers - Query parameters and filters - Request body data - Headers and authentication **Response Format**: Native eBay Finances API responses with full data structure **Error Handling**: Built-in n8n HTTP request error management ## Usage Examples Connect this MCP server to any AI agent or workflow: - **Claude Desktop**: Add MCP server URL to configuration - **Cursor**: Add MCP server SSE URL to configuration - **Custom AI Apps**: Use MCP URL as tool endpoint - **API Integration**: Direct HTTP calls to MCP endpoints ## Benefits - **Zero Setup**: No parameter mapping or configuration needed - **AI-Ready**: Built-in `$fromAI()` expressions for all parameters - **Production Ready**: Native n8n HTTP request handling and logging - **Extensible**: Easily modify or add custom logic > **[Free for community use](https://github.com/Cfomodz/community-use)!** Ready to deploy in under 2 minutes.

    n8n$9.99
  16. Create Digital Checks with OnlineCheckWriter Using Forms

    Create Digital Checks with OnlineCheckWriter using Forms This workflow automates the process of creating and sending digital checks through OnlineCheckWriter's API using user-friendly forms. Perfect for businesses that need to process one-off payments or integrate check payments into their automation workflows. **Prerequisites** Before using this template, ensure you have: - OnlineCheckWriter Account: Sign up at onlinecheckwriter.com - API Key: Generate from your OCW dashboard under Settings > API - Verified Bank Account: Add and verify at least one bank account in OCW - Bank Account ID: Found in your OCW dashboard under Bank Accounts **How It Works** This workflow uses a two-step form process: 1. API Configuration Form: One-time setup to store your OCW credentials 2. Check Details Form: Collects recipient and payment information for each check The workflow then automatically: - Validates all required fields - Sends the check request to OnlineCheckWriter's API - Returns a confirmation with the check ID and tracking information **Setup Instructions** **Step 1: Import the Workflow** - Copy this workflow template to your n8n instance - Activate the workflow **Step 2: Configure API Credentials** - Access the first form at: [your-n8n-url]/webhook/e4f29ca4-5982-42ae-950c-e4d1d7b10a93 - Enter your API Key from OnlineCheckWriter - Enter your Bank Account ID - Provide a friendly Account Name for reference **Step 3: Create Checks** - Access the check form at: [your-n8n-url]/webhook/72ea8a5d-4655-4ad3-bde2-024dd3dadd9f - Fill in recipient details: - Payee Name (required) - Company Name (optional) - Complete Address (required) - Contact Information (phone & email required) - Enter payment details: - Amount (in USD) - Memo (appears on check) - Internal Note (for your records) - Reference ID (optional tracking) - Issue Date - Submit to create and send the check **Customization Options** **Switch to Production** By default, this workflow uses the OCW test environment. To switch to production: - Edit the Send Check via OCW API node - Change URL from https://test.onlinecheckwriter.com/api/v3/quickpay/check to https://app.onlinecheckwriter.com/api/v3/quickpay/check **Add Custom Fields** You can extend the forms with additional fields: - Invoice numbers - Department codes - Project references - Custom metadata **Integrate with Other Systems** Connect this workflow to: - Google Sheets: Track payments in a spreadsheet - Slack: Send notifications when checks are created - Email: Send confirmations to recipients - Accounting Software: Update your books automatically **Error Handling** To add error notifications: - Add an Error Trigger node - Connect to email or Slack for alerts - Log failed attempts to a database **Workflow Components** 1. OCW API Configuration Form - Collects and stores API credentials securely - One-time setup per account - Validates connection to OnlineCheckWriter 2. Check Details Form - User-friendly interface for payment entry - Field validation ensures data accuracy - Optional fields for flexibility 3. Send Check via OCW API - Handles API authentication - Formats data according to OCW specifications - Includes error handling with 30-second timeout 4. Success Response - Confirms check creation - Provides check ID for tracking - Returns status information **Security Considerations** - API Keys: Store securely and never share - Test Mode: Always test in OCW's sandbox environment first - Access Control: Restrict form URLs to authorized users - Data Validation: All inputs are validated before API submission **Troubleshooting** Common Issues: - 401 Error: Invalid API key - verify in OCW dashboard - 400 Error: Missing required fields - check form data - 404 Error: Invalid bank account ID - verify in OCW - Timeout: Network issues - check connectivity **Support** - OnlineCheckWriter API Docs: developer.onlinecheckwriter.com - n8n Community: community.n8n.io - Template Issues: Contact via n8n template comments **Use Cases** This workflow is ideal for: - Freelancers: Send client payments - Small Businesses: Process vendor payments - Property Management: Issue rent refunds - Non-Profits: Distribute grants or donations - HR Departments: Process reimbursements **Version History** - v1.1: Added sticky notes, improved node naming, enhanced error handling - v1.0: Initial release

    n8n$4.99
  17. Automate Revolut Draft Payments from Google Sheets Data

    Streamline your payment process by automatically creating Revolut draft payments from data stored in Google Sheets. This workflow ensures efficient handling of payment transfers by leveraging structured data.

    Make$2.99
  18. Automate Payment Tracking with Mollie and Make Data Store

    Automatically track and store new payments from Mollie in Make's Data Store, updating every 20 minutes to ensure accurate and timely records.

    Make$3.99
  19. Create draft payments for refund requests received by customers

    Retrieve refund requests for orders (with bank transfer payments) and create a Revolut draft payment to initiate the refund back to the customers bank account. he setup of the template assumes you have your customers order data stored in a Google Sheets sheet. Your sheet has to include these columns: First name and Last name of the customer, Order ID, Amount and payment details. he ypeform form has to include the Order ID question. o see which details are required to create a Revolut draft payment depending on the country, click [here](https://developer.revolut.com/docs/build-banking-apps/#tutorials-tutorials-work-with-draft-payments-international-payments). For example, if youre creating a payment to the United Kingdom, your Airtable table needs to include an Account Number and a Sort Code; for payment to Germany, its IBAN and BIC.

    Make$3.99
  20. Automate Daily Currency Exchange Rate Updates to Telegram

    Automatically retrieve daily currency exchange rates from the Czech National Bank and send them to your Telegram chat.

    MakeFree
  21. Automate Investment Tracking and Reporting with Baserow and n8n

    This workflow automates the tracking and reporting of investments using Baserow and n8n. It fetches live stock data, calculates investment changes, and sends a detailed report via email.

    n8n$9.99
  22. ← PreviousPage 2 of 15Next →

    Related categories

    Communication (2,463)AI (1,930)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)

    Need a custom finance workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow