Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
How can we setup an HTTP request to be sent from the Finesse desktop and not the server? Example - a customer has a local application running on each PC listening on port 36729 for HTTP requests. We'd like to setup the Finesse workflow to run an HTT...
Hi Denise,I have modified the gadget code but still no luck. In client log only gadget rendering details are available.Can you please have a look at the Javascript file.CrmUrlCall - Google Drive
Hi Denise,I have referred "ExternalRestApiSampleGadget" to create 'CrmUrlCall' gadget. Since "ExternalRestApiSampleGadget" supports Finesse version starting 11.0(1) I am not sure functions I used in "CrmUrlCall" are supported for Finesse 10.6 version...
Hi Denise,Using below JavaScript code I am able to successfully send data to C4C CRM page. How to embed this in Gadget Javascript file(e.g. ExternalRestApiSampleGadget.js) so that it will get invoked on every call arrival. var httpRequest = ne...
Hi Denise,Yes, URL method type is 'GET' not 'POST'!! I have also tried calling this 'GET' method type URL using External REST API Sample Gadget but received a timeout error.Log snippet from catalina.outINFO: Failed to update undefined. Using cached ...