diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index 0736697f323..f7880b7c751 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -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. +