This Action will push a new note to your Pushbullet inbox.
Developer info
- API endpoint slug
- pushbullet.send-note
- Filter code method
- Pushbullet.sendNote.skip(string?: reason)
- Runtime method
- runAction("pushbullet.send-note", {})
Action fields
Title Text input
- Label
- Title
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- Pushbullet.sendNote.setTitle(string: title)
Body Text input
- Label
- Message
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Pushbullet.sendNote.setBody(string: body)