# capt-hook helper notify


Send a test notification through the helper, launching it if needed.


``` bash
capt-hook helper notify [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: capt-hook helper notify [OPTIONS]

      Send a test notification through the helper, launching it if needed.

    Options:
      --kind TEXT      Notification kind (pr_open/pr_merged/review_failure)
      --title TEXT     Banner title
      --subtitle TEXT  Banner subtitle
      --body TEXT      Banner body
      --url TEXT       Click-through URL
      --repo TEXT      Repo key threading related notifications
      --help           Show this message and exit.


# Options


`--kind: TEXT = pr_open`  
Notification kind (pr_open/pr_merged/review_failure)

`--title: TEXT = Captain Hook test`  
Banner title

`--subtitle: TEXT`  
Banner subtitle

`--body: TEXT = This is a test notification`  
Banner body

`--url: TEXT`  
Click-through URL

`--repo: TEXT`  
Repo key threading related notifications
