mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
0aa9aa8348
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
72 lines
1.2 KiB
JSON
72 lines
1.2 KiB
JSON
{
|
|
"name": "create-message-markdown",
|
|
"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": "Markdown message",
|
|
"options": {
|
|
"contentType": "text/markdown"
|
|
}
|
|
},
|
|
"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": 2,
|
|
"appid": 1,
|
|
"message": "Markdown message",
|
|
"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-2",
|
|
"tags": []
|
|
}
|