Hello,
I’m working on a workflow for a chatbot using an API. My issue is simple, this API is returning content from our API that I need to display on Intercom Messenger.
It’s working fine but with an issue: line breaking (\n) are ignored. I tried with <br /> but it wasn’t my best idea → the “<br />” will appear in the conversation.
I checked the API response in the custom action log, the API is returning JSON as planed, with some \n or \n\n. They just disappear when the content is used in a message in Intercom Messenger.
Any idea to fix this ?