Send Pushbullet Push logo

Catalog action Messaging pushbullet

Send a push notification via Pushbullet to one device or all devices on the access token's account. Supports plain note pushes and link pushes with an attached URL. Ideal for: personal alerts, cross-device link sharing, monitoring pings.

At a Glance

FieldValue
Action IDsend-pushbullet-push
CategoryMessaging
Connectorpushbullet
Requires gasNo
Funds movementNone declared
Tagsmessaging, pushbullet, notification, push, write

Payload Schema

FieldTypeRequiredDescription
deviceIdenstringNoPushbullet device identifier to target. Empty = all devices on the access token's account. Devices are imported at connector creation; add new devices by identifier from the picker.
typestringNoPush type. "note" for plain text, "link" to attach a URL.
titlestringYesNotification title.
bodystringYesNotification body.
urlstringNoURL to attach when type is "link".

Result Schema

FieldTypeRequiredDescription
idenstringYesPushbullet push identifier (use for fetching status or dismissing later).
activebooleanNoWhether the push is still active (not dismissed).

Examples

json
{ "type": "send-pushbullet-push", "payload": { "title": "example-title", "body": "example-body" }, "children": [], "connector": { "type": "pushbullet", "id": "conn_pushbullet" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.