Can someone take a look at the yaml and see why using groups isn't working. #144
Closed
gorrilla10101
started this conversation in
General
Replies: 1 comment 3 replies
-
|
The good news is that this isn't a bug, but more of an enhancement. I didn't realize i didn't support the structure you provided and have since added support here. But in the meantime, you can still use the current version to do your bidding, just change your version: 1
groups:
# only difference is i added a `-` to turn the entry below into a list
# stay tune while i make the way you had it work (future)
- recipes: user1, user2
urls:
- mailgun:///[email protected]/{token}:
- to: [email protected]
tag: user1
- to: [email protected]
tag: user2 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using the apprise ui to configure and test. if I call the tags directly this configuration works however
POST /notify/recipesdoes not work. Instead it returns424 (Failed Dependency).I didn't see anything more meaningful in the api logs than I got from the http response.
This is my yaml file
Beta Was this translation helpful? Give feedback.
All reactions