Module for sending messages to Pushbullet (https://www.pushbullet.com)
New in version 2015.8.0.
Requires an api_key
in /etc/salt/minion
:
pushbullet:
api_key: 'ABC123abc123ABC123abc123ABC123ab'
For example:
pushbullet:
device: "Chrome"
title: "Example push message"
body: "Message body."
Pushing a text note.
device -- Pushbullet target device
title -- Note title
body -- Note body
Boolean if message was sent successfully.
CLI Example:
salt "*" pushbullet.push_note device="Chrome" title="Example title" body="Example body."
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy