Hi all
I need help with creating a Freshdesk ticket with Attachment via API
I am able to create the REST API Ticket but only the Attachment is not working
I am using JSON Content Type and it is not working,.
I am using this:
{
"attachments":["0","FD API.rtf"]
}
But it is not working.
I am getting this error:
{"description":"Validation failed","errors":[{"field":"{\"attachments\":","message":"Unexpected/invalid field in request","code":"invalid_field"}]} CODE: 400