Adding note to a ticket returns status 500

  • 2 September 2015
  • 4 replies
  • 33 views

I'm receiving status 500 with the message <h2>We're sorry, but something went wrong.</h2>

 <p>We've been notified about this issue and we'll take a look at it shortly.</p> when adding a note to a ticket using the api. 



This topic has been closed for comments

4 replies

Hi Aldrich,


Could you please us with the command you are using?.


curl -u <user>:<password> -H "Content-Type: application/json" -X POST -d '{ “helpdesk_note": { “body”:"Test commenting on a ticket", “private":false }}' "http://cooaas.freshdesk.com/helpdesk/tickets/96/conversations/note.json"


Hi, can I get any updates on this? were you able to recreate the error?


Hey Aldrich,


Please try to use the API below:-


curl -v -u user@yourcompany.com:password -H "Content-Type: application/json" -X POST -d '{ "helpdesk_note": { "body":"Test commenting", "private":false }}'https://cooaas.freshdesk.com/helpdesk/tickets/96/conversations/note.json