Apr 14, 2023 01:00 AM - edited Apr 16, 2023 04:17 PM
I would like to receive a multi-line text received from a webhook, but it does not work.
For example, when I receive {text : "Hello\\nworld"} from a webhook,it becomes "Hello\nworld" and no line breaks.
Is there any way to do this?