What is the Gotify node used for in n8n workflows?
The Gotify node allows you to automate sending customized push notifications from your n8n workflow. It is essential for creating powerful alerting Integrations based on events processed by preceding nodes.
Can the Gotify node act as a trigger to start a workflow?
Yes, the Gotify node can be configured as a trigger. It listens for incoming messages or specific events on your Gotify server, allowing the workflow to start automatically when a relevant notification is received.
What kind of Integrations can I build using the Gotify node?
You can build Integrations to notify users about system errors, successful job completion, monitoring alerts, or data changes detected by any preceding node in the workflow, streamlining communication.
How do I send a notification with a specific priority level using the Gotify node?
When configuring the Gotify node for sending a message, you can specify the priority level (from 0 to 10) directly within the node settings, ensuring urgent alerts break through for critical Integrations.
How does the Gotify node fit into a larger n8n automation process?
Typically, the Gotify node is placed at the end of a workflow, acting as the final action. It receives data from previous nodes and uses that information to format and dispatch the notification, completing the automation cycle started by a primary trigger.