Hello guys
By any chance anyone knows what is the HTML code for the Reply / Note box?
As far as I am looking they have the exact code in the Inspect section, maybe I am looking at the wrong thing.
Thank you

Hello guys
By any chance anyone knows what is the HTML code for the Reply / Note box?
As far as I am looking they have the exact code in the Inspect section, maybe I am looking at the wrong thing.
Thank you
Hey there
We don’t provide the code for replying/using notes, however to programmatically add a note to a conversation using the Intercom API, you can do the following:
https://api.intercom.io/conversations/{conversation_id}/reply
"message_type": "note"
"type": "admin"
"admin_id": "YOUR_ADMIN_ID"
"body": "Your note here"
(this can include HTML formatting such as bold, italics, and lists)You can use ”message_type”: “comment”
to reply to a conversation as normal.
Hope this helps! 💪🏼
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.