Developer & DevOps

Automate file reading and send data via HTTP requests

3 nodes 177 89 Automatic trigger
Download

Workflow Description

A workflow that reads file contents when manually triggered, then sends the data through HTTP requests to external services. It streamlines data transfer between systems and eliminates repetitive manual operations.

How it works

  1. 1.Manually trigger the workflow when needed
  2. 2.Read file contents from a designated storage path
  3. 3.Send the retrieved data via HTTP request to the target API endpoint

Use cases

  • Push file data to third-party APIs automatically without manual intervention
  • Process and forward CSV or JSON files to external databases
  • Update remote servers programmatically with local file information

Requirements

  • Read access permissions for files on your system
  • Valid API endpoint URL for the receiving service
  • Data format compatibility between source file and destination API

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Read Write File

Details

Trigger Automatic trigger
Nodes 3
Apps 1
Views 177
Downloads 89

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (3)

When clicking ‘Test workflow’

Manual Trigger

#1

Create Transcript1

HTTP Request

#2

Read/Write Files from Disk

Read Write File

#3