Pushover
Pushover integration for sending real-time push notifications to Android, iOS, and desktop devices. Provides sending messages with various priority levels (including emergency with retry/expire), cancelling emergency notifications, and checking application usage limits. Supports rich notification options including HTML formatting, sounds, URLs, attachments, and device targeting. Uses API token and user key for authentication.
| Namespace | Robomotion.Pushover |
| Version | 1.1.0 |
| Category | Communication |
| Nodes | 6 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Pushover and returns a Client ID. |
| Disconnect | Closes a Pushover connection. |
| Send Message | Sends a message in Pushover. |
| Cancel Emergency | Cancels an emergency in Pushover. |
| Get Limits | Gets limits in Pushover. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
5 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Send Message, Cancel Emergency, Get Limits.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.