livehelperchat
livehelperchat copied to clipboard
newline characters in "rest api calls" params
Currently there doesn't seem to be a way to include newline chars like \n in the parameters for rest API calls.
Can you please add the ability to do this?
Atleast you should give a sample about what rest api call you are talking and give call sample.

I need to get linebreaks in here. I'm trying to use webhooks to pass new chat alerts to Zulip. Basically trying to do exactly what the XMPP alerts do...but without linebreaks the messages to Zulip are just a garbled mess.
Can't you use just json payload which allows to have any structure you want.
But I understand your problem, but because lack of time not sure when I could get to that.
Zulip doesn't seem to accept json payloads. I tried :(