The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-02-25T09:15:01.281Z",
"updatedAt": "2021-03-10T14:03:08.426Z",
"id": "63",
"name": "Segment:Identify:create:Track:event page",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
400
],
"id": "238a4bec-9ecf-47ad-a99b-98ac07a426da"
},
{
"parameters": {
"userId": "rzfu5AbHm7U3rj7jMdqsjW",
"traits": {
"traitsUi": [
{
"key": "type",
"value": "test"
}
]
}
},
"name": "Segment",
"type": "n8n-nodes-base.segment",
"typeVersion": 1,
"position": [
500,
250
],
"credentials": {
"segmentApi": {
"name": "<your credential>"
}
},
"id": "228fb339-6315-4c04-bce3-18d4c16019ad"
},
{
"parameters": {
"resource": "track",
"userId": "rzfu5AbHm7U3rj7jMdqsjW",
"event": "click"
},
"name": "Segment1",
"type": "n8n-nodes-base.segment",
"typeVersion": 1,
"position": [
500,
400
],
"credentials": {
"segmentApi": {
"name": "<your credential>"
}
},
"id": "09f95724-5ae1-4bc3-9aa0-7010129aa7da"
},
{
"parameters": {
"resource": "track",
"operation": "page",
"userId": "rzfu5AbHm7U3rj7jMdqsjW",
"name": "landing"
},
"name": "Segment2",
"type": "n8n-nodes-base.segment",
"typeVersion": 1,
"position": [
650,
400
],
"credentials": {
"segmentApi": {
"name": "<your credential>"
}
},
"id": "f80c0402-ca47-417c-bc0c-b5d4b0b463fc"
},
{
"parameters": {
"resource": "group",
"userId": "rzfu5AbHm7U3rj7jMdqsjW",
"groupId": "=FixedGroupID",
"traits": {
"traitsUi": [
{
"key": "mode",
"value": "test"
}
]
}
},
"name": "Segment3",
"type": "n8n-nodes-base.segment",
"typeVersion": 1,
"position": [
500,
550
],
"credentials": {
"segmentApi": {
"name": "<your credential>"
}
},
"id": "58a1a209-2fbe-48aa-8b8f-186ce492cd12"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Segment",
"type": "main",
"index": 0
},
{
"node": "Segment1",
"type": "main",
"index": 0
},
{
"node": "Segment3",
"type": "main",
"index": 0
}
]
]
},
"Segment1": {
"main": [
[
{
"node": "Segment2",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
segmentApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Segment:Identify:create:Track:event page. Uses start, segment. Manual trigger; 5 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/63.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.