Use Cases
- Automatically relay incoming webhook requests to local workflows
- Integrate external data sources into internal systems without manual effort
- Efficiently manage and process webhook data with minimal duplication
How It Works
Scheduled trigger initiates the workflow every 10 seconds Retrieves the latest authentication token from webhook.site Fetches the latest requests and filters unprocessed POST requests Relays the filtered requests to a specified local webhook address Stores the last processed timestamp to avoid duplicate processing
Setup Steps
- 1Import the workflow template into n8n
- 2Set the local webhook address in the Local Webhook Address node
- 3Activate the workflow to start processing incoming requests
- 4Test the setup by sending a sample POST request to webhook.site
Apps Used
webhook.site
local n8n workflow
Categories
Target Roles
Industries
Tags
#process automation
#workflow management
#notifications