Neil Woodwards
Neil Woodwards
Fantastic project well done. Is there a way to send json strings without quotations surrounding it?
> Could you please provide an example what would you want to achieve? My first intuition is that the JSON should be parseable by Python. Second guess is that `curl`...
> ``` > message=coming to you from shortcuts > ``` > > So I think this one is normal (feature, not bug), the gateway doesn't alter the payload it receives...
Receives this (which is fine): `2022-11-13 10:32:35,216 | INFO | module:root | Received raw data: "Test"` But then prints this out: `2022-11-13 10:32:35,428 | INFO | module:root | @user in...
> Do you see the `\n...\n` part of the message in Matrix as well? So does your message appear as > > ``` > Test > ... > ``` >...
Thanks @immanuelfodor What about sending JSON webhooks? When I send: `{ "message": "Hello World" }` I receive the following:  The settings I am using for this is: MESSAGE_FORMAT: "json"...