Hi,
According to
https://developers.intercom.com/intercom-api-reference/reference/reply-to-a-conversation
it says "Notes accept some HTML formatting."
I am using below html as
<html> <body> <h4>Share screen recordings</h4><br>
<img src="{video_icon}" alt="no image">
<a href='{record_link}' style="margin-top:30px; text-align:center; display:block;" >Record your screen</a> </body> </html>
However the style part is missing in the output. Can some one guide me what limitation exists on HTML formatting.
I wanted to post an app in the reply, but i do not see any rest api where i can embed App in the conversation reply. That's the reson i am posting html form of my app rather than canvas. Kindly let me know if this is possible