OCNORA

Pushbullet

Chat & messagingAPI keycredential probe

Push notes, links and files to a person's devices, an email address or a channel with Pushbullet (Access-Token header).

OCNORA ships 8 typed Pushbullet operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.pushbullet.com/v2 through the HTTP node with the same credential.

Operations 8

  • Delete Push
    Delete one push from the account's history.
    pushbullet.delete_push
  • Dismiss Push
    Mark a push as dismissed so its notification is hidden on every device.
    pushbullet.dismiss_push
  • List Devices
    Retrieve the devices on the account, so a push can target one of them.
    pushbullet.list_devices
  • List Pushes
    Retrieve one page of push history, most recently changed first.
    pushbullet.list_pushes
  • Push File
    Push a file that has already been uploaded, using the three values pushbullet.upload_request returned.
    pushbullet.push_file
  • Push Link
    Push a URL the recipient can open, with an optional title and message.
    pushbullet.push_link
  • Push Note
    Push a plain title-and-message note to a device, person or channel.
    pushbullet.push_note
  • Request File Upload
    Reserve an upload slot for a file and return the URL its bytes must be posted to before it can be pushed.
    pushbullet.upload_request

Run your first Pushbullet workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.