Pushbullet
Pushbullet integration on indie.money — send and manage push notifications, links, and files
Written By pvdyck
Last updated About 1 hour ago
Pushbullet
✅ Supported — Send and manage Pushbullet pushes (notes, links, and files)
Credential Setup
The Pushbullet credential uses OAuth2. When configuring it in Secure Vault, provide:
- Client ID — the OAuth client ID from your Pushbullet account
- Client Secret — the OAuth client secret from your Pushbullet account
The authorization and token endpoints are preset, so you only supply the client credentials and authorize access.
Operations
The node works with a single resource, Push, supporting:
- Create — send a push. Choose a type:
- Note — a title and body.
- Link — a title, body, and URL.
- File — a body plus a file taken from an input binary field (uploaded to Pushbullet).
- For any type you choose a Target: broadcast to all of your devices (Default), or send to a specific Device, Email address, or Channel Tag.
- Get Many — list pushes, with optional filters (only active pushes, modified after a timestamp) and either a result limit or return-all.
- Update — mark a push as dismissed by its push ID.
- Delete — remove a push by its push ID.
Compatibility
All operations supported.