Skip to content
Discussion options

You must be logged in to vote

target_categories should be the name of the category, not the actual ID.

With the config I had above, the notification would be

action: notify.supernotifyer
data: 
  message: hello?
  data:
    delivery:
      mobile_push:
        enabled: false
      slack:
         enabled: true

or you could override at action call

action: notify.supernotifyer
data: 
  message: hello?
  data:
    target:
      slack_channel: A20H2AN55DX

and the slack delivery would get picked because it has a matching target.

I have the archiving switched on all the time, and that way the archived notification with all the debug info is available, including the exact call made to the service. I use the Studio Code Serve…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@MaxMyzer
Comment options

Comment options

You must be logged in to vote
1 reply
@MaxMyzer
Comment options

Answer selected by MaxMyzer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants