Add private note in freshchat

Hi!

I am building an app that retrieves information from an external API and I would like to make it visible to the agent by adding it as a private note in the freshchat console.

I have achieved to set a public reply in the chat, but I would like to take it private.
I am using the following:
client.interface.trigger("setValue", {id: "editor", value: data_tracking}) is there any flag I can use? isPublic, private, etc?

Kind regards,

Aitor

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.