Hi team, I am building a custom app for freshdesk where I need to call the updateTicket api provided by fresh desk. I am using fdk 9.3.1.
I am trying to call updateTicket API via
I have made sure that iparams are correct, the connection is correct, and all other basic details. Gives me error:
Error updating ticket: {status: 502, headers: {…}, response: ‘Error in establishing connection’, errorSource: ‘APP’, attempts: 1}
If this happens in your local could you please the .fdk file to check the logs?
If you see that the values are rendered, then try making an API call using POSTMAN by copying the URL from the logs. If you can’t reach the server then raise a support ticket.
Because 502 happens when we can’t reach the server.