You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using json
"jsons://user:[email protected]:443/local/path/to/infoticker.cgi?service_id=16&-text="
It passes and works but I get the full json output as plain text
{"version": "1.0", "title": "Message Title", "message": "Message Body", "attachments": [], "type": "info"}
How can I get only the body (message) text as an output on the webhook?
If someone can point or direct me into the right direction that would be highly appreciated!
Cheers,
Jeroen
The text was updated successfully, but these errors were encountered:
Hi all, I've been playing around to get some apprise notifications pushed to a webhook but can't get it to work as plain text what it needs.
Originally it is a http/https receiving webhook:
"https://user:[email protected]:443/local/path/to/infoticker.cgi?service_id=16&text="
Using this in the BirdNET-Pi apprise config as http or https I get:
2024-05-13 12:13:01,384 - ERROR - Unparseable URL https://{URL}
Using json
"jsons://user:[email protected]:443/local/path/to/infoticker.cgi?service_id=16&-text="
It passes and works but I get the full json output as plain text
{"version": "1.0", "title": "Message Title", "message": "Message Body", "attachments": [], "type": "info"}
How can I get only the body (message) text as an output on the webhook?
If someone can point or direct me into the right direction that would be highly appreciated!
Cheers,
Jeroen
The text was updated successfully, but these errors were encountered: