Community Campaign Data Processor
detail.loadingPreview
Processes and updates campaign data from external sources into a PostgreSQL database.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches campaign data from an external API, processes it through a code node to parse CSV-like data, and then updates or inserts this data into a PostgreSQL database. It's designed for community-contributed templates that require robust data handling and synchronization.
Key Features
- Fetches campaign data from a specified API.
- Parses CSV-formatted data using a code node.
- Updates existing campaign records or inserts new ones into a PostgreSQL table.
- Handles dynamic data mapping based on CSV headers.
- Supports asynchronous processing of campaign data.
How To Use
- Import this workflow into your n8n instance.
- Configure the
FETCH ALL CAMPAIGNSandEXTRACT CAMPAIGN DATAnodes with your API endpoints and authentication credentials. - Set up the
UPDATE CAMPAIGNnode with your PostgreSQL database connection details. - Ensure the input data for the
Codenode contains a field named 'data' with CSV-formatted campaign information. - Adjust the
Codenode's parsing logic if your CSV structure deviates from standard formatting.
Apps Used
Workflow JSON
{
"id": "e5596501-2ebe-486a-b82c-c8484c4ac905",
"name": "Community Campaign Data Processor",
"nodes": 0,
"category": "Data Processing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: e5596501-2ebe...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Get n8n Executions to CSV
Retrieve all n8n workflow executions and convert them to a CSV file.
Google Drive CSV PII Remover
Automatically removes Personally Identifiable Information (PII) from CSV files uploaded to Google Drive.
Remove PII From CSV Files
Automatically removes personally identifiable information (PII) from CSV files stored in Google Drive.
Rapid ETL: HTTP -> Transform -> Deliver (Unverified)
Ingest data from an API, transform it, and deliver it in batches.
YouTube Transcript to Structured Metadata
Automates the extraction of YouTube video information and transcript, generating structured metadata in English and Chinese using AI.
Airtable Receipt OCR Integration
Extracts data from receipts using Mindee OCR and stores it in Airtable.