Neil Woodwards

Results 6 comments of 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: ![image](https://user-images.githubusercontent.com/53241552/208287982-75f8daaf-325d-4482-a181-4141800b5954.png) The settings I am using for this is: MESSAGE_FORMAT: "json"...