Files
n8n/packages/nodes-base/nodes/Gotify/test/create-message-intent-url.workflow.json
T
2026-08-27 08:01:59 +00:00

72 lines
1.2 KiB
JSON

{
"name": "create-message-intent-url",
"nodes": [
{
"parameters": {},
"id": "test-trigger-node-id",
"name": "When clicking 'Execute workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [0, 0]
},
{
"parameters": {
"resource": "message",
"operation": "create",
"message": "Message with intent URL",
"options": {
"intentUrl": "https://example.com/intent"
}
},
"id": "test-gotify-node-id",
"name": "Gotify",
"type": "n8n-nodes-base.gotify",
"typeVersion": 1,
"position": [220, 0],
"credentials": {
"gotifyApi": {
"id": "test-credentials-id",
"name": "Test Gotify API"
}
}
}
],
"connections": {
"When clicking 'Execute workflow'": {
"main": [
[
{
"node": "Gotify",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {
"Gotify": [
{
"json": {
"id": 5,
"appid": 1,
"message": "Message with intent URL",
"title": "",
"priority": 1,
"date": "2024-01-01T00:00:00Z"
}
}
]
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "test-version-id",
"meta": {
"instanceId": "test-instance-id"
},
"id": "test-workflow-id-5",
"tags": []
}