Notes are not the problem.
I want to reply to this apicall : /api/v2/tickets/[id]/reply. It has a private conversation field and public. Public is not a problem, but there’s no private parameter.
as @Christian_Brink said, you cannot create “private” replies, as far as I know.
Replies are always public and sent to the requester.
What do you mean with:
Are you referring to Freshdesk from an agent side? If so, then how do you create “private” conversation?
As far as I know you only can do a reply (which is public) or notes (where you can choose if public or private) - So same as via API.
Correct that is object model for all of the conversation objects. The reply object doesn’t have ‘private’ attribute.
As noted here in the reply object model.
If you want a private note you will need to use notes
If you want an ‘internal conversation’ that is semi-private you’ll need to use ‘Thread’
This sounds a little X-Y.
Can you explain what the use case is? that would make it easier for us to help.