-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I get this error when trying to use a generic webhook config
Please correct the errors in the form and try again.
edit "Argus" failed (invalid json)
failed to unmarshal service.Service:
cannot unmarshal array into Go struct field .Alias.notify.Base.url_fields of type string
To Reproduce
Steps to reproduce the behavior:
use this as a base,
notify:
Apprise:
type: generic
url_fields:
host: apprise
path: notify/apprise
port: "8000"
query_vars: |
{ "$tag": "argus" }
params:
disabletls: "true"
messagekey: body
template: jsonCreate a webhook notify with this base, update query vars and try to save
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
To save correctly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working