Gotify Management: Create, Get, and Delete Messages

This workflow automates Gotify push notifications, replacing manual app interactions and API scripting that take 15-30 minutes per batch for IT teams. The Webhook Trigger node receives requests for create/get/delete/test, the Validate Input If node checks operation validity, the Prepare Request Data Set node sanitizes title/body/priority, the Route By Operation Switch node directs to Create Gotify Message/Get Gotify Messages/Delete Gotify Message Gotify nodes, the Validate Message ID If node ensures IDs for deletes, the Process Single Operation Function node formats results, and the Success Response Respond to Webhook node returns data. Test paths (Create Test Message/Get Test Messages/Delete Test Message Gotify nodes, Process Test Results Function) validate endpoints. It aids IT admins in small businesses (5-20 staff) managing 100+ daily alerts for system status or updates, enabling scripted, logged operations without device dependency, ensuring reliable delivery and quick deletions for compliance.\n\nThis workflow saves 2-3 hours weekly on 100 operations, reducing errors by 90%. Use cases include server alerts, task reminders for remote teams. Requires Gotify (free self-host or $50/month cloud); n8n (free self-hosted or $20/month cloud). Scalable to 500 ops/day with cloud tiers.\n\nInstall n8n via n8n.io or cloud.n8n.io. Get Gotify token at gotify.io (create app, generate token). Set GOTIFY_TOKEN env var. Import JSON, configure Webhook POST 'gotify-operations.' Update Gotify nodes with API type/token. Webhook URL: https://your-n8n-instance/webhook/gotify-operations.\n\nTest with Postman: {operation: 'create_message', title: 'Test', message: 'Hi'}. Verify response. Errors: Invalid op (400), missing ID (400). Activate webhook. Monitor dashboard weekly. Optimize with priorities; refresh token quarterly.", "businessValue": "Saves 2-3 hours/week on 100 Gotify operations", "setupTime": "20-30 minutes", "difficulty": "Beginner", "requirements": ["Gotify (free self-host or $50/month cloud)", "API token access", "n8n instance"], "useCase": "Automated push notification management"

$6.99

Workflow steps: 17

Integrated apps: webhook, if, respondToWebhook

Gotify Management: Create, Get, and Delete Messages preview