Module for sending messages to Pushbullet (https://www.pushbullet.com)
New in version 2015.8.0.
Requires an api_key
in /etc/salt/minion
:
For example:
pushbullet: device: "Chrome" title: "Example push message" body: "Message body."
Pushing a text note.
Parameters: |
|
---|---|
Returns: |
Boolean if message was sent successfully. |
CLI Example:
salt "*" pushbullet.push_note device="Chrome" title="Example title" body="Example body."
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.pushbullet.html