n8n Workflow

Receive Server Sent Events

This n8n workflow receives tasks and integrates with various services. Receive Server Sent Events - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow receives tasks and integrates with various services. Receive Server Sent Events - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "SSE Trigger",
            "type": "n8n-nodes-base.sseTrigger",
            "position": [
                850,
                420
            ],
            "parameters": {
                "url": "https://n8n.io"
            },
            "typeVersion": 1,
            "id": "de474a7b-fb21-4054-93d7-ff262a93629d"
        }
    ],
    "connections": [],
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows