Frontend Javascript API
You can interact with the chat window from within your own javascript functionality. We offer you some easy functions to controll it.
Visibility of chat window
gram.open()
gram.close()
gram.toggle()
gram.hide()
gram.show()
Messages
gram.push("your message to show")
Last updated
Was this helpful?