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-10T11:09:19.174Z",
"updatedAt": "2021-03-10T11:09:40.674Z",
"id": "117",
"name": "Gotify:Message:create getAll delete",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "1d2659eb-da2b-4d7c-94f6-09d7dc99ef0d"
},
{
"parameters": {
"message": "=Message content {{Date.now()}}",
"additionalFields": {
"title": "=Title{{Date.now()}}"
}
},
"name": "Gotify",
"type": "n8n-nodes-base.gotify",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"gotifyApi": {
"name": "<your credential>"
}
},
"id": "c8ae4d15-a793-4c51-a13a-5e9541079ed2"
},
{
"parameters": {
"operation": "getAll",
"limit": 1
},
"name": "Gotify1",
"type": "n8n-nodes-base.gotify",
"typeVersion": 1,
"position": [
650,
300
],
"credentials": {
"gotifyApi": {
"name": "<your credential>"
}
},
"id": "9c136007-0f4a-4e13-ba09-03cd4dccbdab"
},
{
"parameters": {
"operation": "delete",
"messageId": "={{$node[\"Gotify\"].json[\"id\"]}}"
},
"name": "Gotify2",
"type": "n8n-nodes-base.gotify",
"typeVersion": 1,
"position": [
800,
300
],
"credentials": {
"gotifyApi": {
"name": "<your credential>"
}
},
"id": "fb795089-773b-47a5-b8f5-86c52a1863d6"
}
],
"connections": {
"Gotify": {
"main": [
[
{
"node": "Gotify1",
"type": "main",
"index": 0
}
]
]
},
"Gotify1": {
"main": [
[
{
"node": "Gotify2",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Gotify",
"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.
gotifyApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Gotify:Message:create getAll delete. Uses start, gotify. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/117.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.