The node can also *dismiss* and *delete* any push and *update* items in a pushed list. In this case <code>msg.data.iden</code> must be set to a valid push id, if <code>msg</code> originates from the Pushbullet input node this value is already set.
Receives Pushbullets from all devices. Messages contain the following data:
*<code>msg.pushtype</code>: type of message
*<code>msg.topic</code>: topic information from the push
*<code>msg.payload</code>: main content of the push
*<code>msg.data</code>: original object from the pushbullet API containing e.g. sender, receiver and message ids.
Pushes of type <i>link</i> and <i>file</i> will also have <code>msg.message</code> containing the message associated with the push.
For further details of see <ahref="https://docs.pushbullet.com/stream/">Pushbullet Stream API</a> and <ahref="https://docs.pushbullet.com/v2/pushes/">Pushbullet Push API</a>.