I am working on a project to integrate a contact center platform (Genesys pure connect) with Fresh service CRM where is the objective from this integration to pop up the customer profile and the ability to open a new ticket within Genesys interface where , I have checked API documents and didn’t find any information about below points, please, I need your support to have the related API details :
Welcome to the community! Just to be clear, which product do you specifically mean in this context? Is it Freshservice (ITSM solution) or Freshsales (CRM)?
I would recommend making use of REST APIs to pull information into Genesys directly. As you can see, the API supports filters as well. However, if you happen to make use of appending parameters in your Freshsales instance URL, it might probably look something like this:
The recommendation, however, is to stick to REST APIs. I am afraid we won’t be able to auto-populate via URL. On the bright side, Product REST APIs let you create tickets as well
Have you succeeded in the what you are trying to accomplish? Is there anything else we can help with? For the current topic, would you be able to clarify some of doubts that @Hem as requested for?