PushbulletΒΆ

Description

Send a message to your mobile phone with the pushbullet API

Options

Name Required Multiple Values Description
TITLE yes no  
BODY yes no  
TOKEN yes no Unique pushbullet user account token
TYPE yes no Message type

Example

IF 1 == 1 THEN pushbullet TITLE Doorbell rang BODY Doorbell rang TOKEN abcd123abc TYPE note

Changed in version 8.1.0.

IF 1 == 1 THEN pushbullet TITLE 'Doorbell rang' BODY 'Doorbell rang' TOKEN abcd123abc TYPE note