This Action will push a new address to your Pushbullet inbox that will open in Google Maps.
- API endpoint slug
- pushbullet.send-address
- Filter code method
- Pushbullet.sendAddress.skip(string?: reason)
- Runtime method
- runAction("pushbullet.send-address", {})
Action fields
- Label
- Title
- Helper text
- Title for the address
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- Pushbullet.sendAddress.setTitle(string: title)
- Label
- Address
- Helper text
- searches in Google Maps
- Slug
- address
- Required
- true
- Can have default value
- true
- Filter code method
- Pushbullet.sendAddress.setAddress(string: address)