We have developed our application by integrating amazon connect and freshdesk in FDK 8. Therefore, we are updating our application to FDK 9, as we are facing some issues while updating the application.
For example, after creating the request.js file in the query field we have to pass two query parameters, but we are getting a error.
Hello Gopi, it seems like the issue is related to the format of the query parameter. You need to pass two query parameters, but the current code has only one query parameter with a combined string. To rectify this issue, you should separate the two query parameters and their corresponding values in the request.js file.
Here’s an updated version of the “checkContactInfoByPhoneNumber” object with separate query parameters:
Please note that this example assumes the API endpoint accepts the query parameters ‘phone’ and ‘mobile’ directly. If the endpoint requires a different format, please adjust the query parameters accordingly.
@bala, are you encoding the URI before passing the context or directly using it in the Request Schema? The latter will not work.
Could you share the request scheme and where it’s invoked with the latest syntax?