Add documentation for pushbuller url push (#1182)
This commit is contained in:
parent
e799a68149
commit
1a9b9ebc0d
1 changed files with 19 additions and 0 deletions
|
@ -53,3 +53,22 @@ If using targets, your own account's email address functions as 'send to all dev
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||
|
||||
### {% linkable_title URL support %}
|
||||
|
||||
```yaml
|
||||
...
|
||||
|
||||
action:
|
||||
service: notify.NOTIFIER_NAME
|
||||
data:
|
||||
title: Send URL
|
||||
message: This is an url
|
||||
data:
|
||||
url: google.com
|
||||
```
|
||||
|
||||
- **url** (*Required*): Page URL to send with pushbullet.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue