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
Hi!!! First of all, thanks for creating this amazing solution!!
I wrote a custom notification that creates tickets on Otobo. The problem is that, in order to create the ticket, i need some data that my external system would send in JSON format. Currently i am doing a 'json.encode()' an just shoving it as the last part of the url. The problem is: dates. In my country, we write dates as 'dd/mm/yyyy' and i need to pass it like this. But it bugs with the '/' probably.
Now i just tested converting it to base64 but no success (altough i did not confirm how 'unsuccessful' it was and if there is an workaround). But then i asked myself: "couldn't i just send another key, sibling to 'urls', 'title' and 'body', and retrieve it inside my custom notification plugin?
Reading the docs i couldn't find anything. So, is there any way to do this?
The text was updated successfully, but these errors were encountered:
Oh, and by the way, the problem i had with the base64 encoded url apprise | 2024-12-19 06:47:57,207 [WARNING] django: NOTIFY - 127.0.0.1 - Invalid FORM Payload provided
Hi!!! First of all, thanks for creating this amazing solution!!
I wrote a custom notification that creates tickets on Otobo. The problem is that, in order to create the ticket, i need some data that my external system would send in JSON format. Currently i am doing a 'json.encode()' an just shoving it as the last part of the url. The problem is: dates. In my country, we write dates as 'dd/mm/yyyy' and i need to pass it like this. But it bugs with the '/' probably.
Now i just tested converting it to base64 but no success (altough i did not confirm how 'unsuccessful' it was and if there is an workaround). But then i asked myself: "couldn't i just send another key, sibling to 'urls', 'title' and 'body', and retrieve it inside my custom notification plugin?
Reading the docs i couldn't find anything. So, is there any way to do this?
The text was updated successfully, but these errors were encountered: