Tool to send a new push (note, link, or file) to a device, user, channel, or client. Use when you need to share content to a specific target. Example: "Send a link to https://example.com to device abc123".
urlstringURL to include with a link push. Required when type='link'.
bodystringBody text of the note, link message, or file message.
guidstringClient-generated unique identifier for idempotency.
typeRequiredstringType of push to send: 'note', 'link', or 'file'.
emailstringEmail address to send the push to (Pushbullet user or fallback email).
titlestringTitle of the note or link (optional).
file_urlstringURL of the file to push. Required when type='file'.
file_namestringFilename for file push. Required when type='file'.
file_typestringMIME type of the file. Required when type='file'.
channel_tagstringTag of channel to broadcast the push to subscribers.
client_idenstringIdentifier of OAuth client to send the push to its authorized users.
device_idenstringIdentifier of device to send the push to.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.