n8n-workflows/workflows/122_Track_an_event_in_Segment.json
2025-05-14 11:58:29 +03:00

47 lines
812 B
JSON

{
"id": "122",
"name": "Track an event in Segment",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Segment",
"type": "n8n-nodes-base.segment",
"position": [
450,
300
],
"parameters": {
"event": "",
"resource": "track"
},
"credentials": {
"segmentApi": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Segment",
"type": "main",
"index": 0
}
]
]
}
}
}