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."
salt.modules.pushbullet.
push_note
(device=None, title=None, body=None)¶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 August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy