Are you using POST method for adding a note? I tried for my domain, and it seems to be working fine. Documentation:
http://freshdesk.com/api#add_note_to_a_ticket
Yes, I've seen the documentation
It's working now but I don't know why... I didn't change my code.
But, thanks anyway =)
I am having the same issue. First I tried it from my VB.NET app, then I tried it from Postman. I'm able to make the API work for other commands, but for this one I'm getting "Access Denied" no matter what I do.
My link is: http://xxxxxx.freshdesk.com/helpdesk/tickets/1/conversations/note.json
The content of my post is: {"helpdesk_note": {"body":"This is a test of the note publisher","private":false}}
Seems like I'm following the instructions and examples as closely as I can. I'm not even entirely sure to make of "Access Denied"
Please ensure that the API key holder has privileges to add a note to ticket.
VB.NET sample for adding a note to the ticket shared in the below link,
https://github.com/freshdesk/fresh-samples/blob/master/vb.net_samples/AddNote.vb