n8n Workflow

Track An Event In Segment

This n8n workflow automates tasks and integrates with various services. Track An Event In Segment - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks and integrates with various services. Track An Event In Segment - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "70a6942d-099b-4bc0-b212-dd68a5a8e84b"
        },
        {
            "name": "Segment",
            "type": "n8n-nodes-base.segment",
            "position": [
                450,
                300
            ],
            "parameters": {
                "event": "",
                "resource": "track"
            },
            "credentials": {
                "segmentApi": ""
            },
            "typeVersion": 1,
            "id": "d11928ed-dd38-40f0-a064-b2db2ee732cf"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Segment",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows