Pushbullet
Pushbullet integration for sending push notifications, links, and files across devices and to contacts. Provides note/link/file pushes, listing/deleting/dismissing pushes, listing devices, managing chats (list/create/delete), and retrieving the authenticated user. Targets can be a specific device, an email recipient, or a chat. Authentication uses a personal Access Token from Pushbullet account settings; most nodes accept either a shared Connect session or a per-node token credential.
| Namespace | Robomotion.Pushbullet |
| Version | 1.1.0 |
| Category | Communication, Productivity |
| Nodes | 15 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Pushbullet and returns a Client ID. |
| Disconnect | Closes a Pushbullet connection. |
| Push Note | Push Note — see the properties below. |
| Push Link | Push Link — see the properties below. |
| Push File | Push File — see the properties below. |
| List Pushes | Lists pushes in Pushbullet. |
| Delete Push | Deletes a push in Pushbullet. |
| Delete All Pushes | Deletes all pushes in Pushbullet. |
| Dismiss Push | Dismiss Push — see the properties below. |
| List Devices | Lists devices in Pushbullet. |
| List Chats | Lists chats in Pushbullet. |
| Create Chat | Creates a chat in Pushbullet. |
| Delete Chat | Deletes a chat in Pushbullet. |
| Get Me | Gets a me in Pushbullet. |
| 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
14 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Push Note, Push Link, Push File, List Pushes, Delete Push, Delete All Pushes, Dismiss Push, List Devices, List Chats, Create Chat, Delete Chat, Get Me.
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.