Hi,
We are trying to create fresh service tickets using mulesoft. We are using freshservice sandbox environment to create tickets. So far we are able to create ticket using the below attributes.
"subject"
"description"
"email"
"priority"
"status"
"custom_fields" : {
"application"
}
We found additional attributes in the api specification https://api.freshservice.com/#create_ticket and tried to pass the below attributes in the payload with the given data specifications in link.
"group_id"
"department_id"
"category"
"sub_category"
"item_category"
But we are getting the below error and would like know the supported attributes in the payload.
"Errortype": {
"identifier": "BAD_REQUEST",
"parentErrorType": {
"identifier": "ANY",
"namespace": "MULE"
}
Let me know if I need to provide any other details. Any help is appreciated.
Thanks,
John Linu