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-03-12T15:30:32.231Z",
"updatedAt": "2021-03-12T15:30:32.231Z",
"id": "131",
"name": "Line:Notification:send",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "b97b22de-c820-46c3-bd9a-9ccd77d9fb2f"
},
{
"parameters": {
"message": "=Notification{{Date.now()}}",
"additionalFields": {}
},
"name": "Line",
"type": "n8n-nodes-base.line",
"typeVersion": 1,
"position": [
480,
300
],
"credentials": {
"lineNotifyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "bda3f612-99db-4f50-86ec-71f3f7e26917"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Line",
"type": "main",
"index": 0
}
]
]
},
"Line": {
"main": [
[]
]
}
},
"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.
lineNotifyOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Line:Notification:send. Uses start, line. Manual trigger; 2 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/131.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.