I just got asked by a SalesForce team if it was possible to have new inbound Calls show as "Call" instead of "Task". According to their documentation, there is something we need to set in Genesys to set "TaskSubType" to be "Call" versus "Task", which is what Genesys sends now. I can't find ANYWHERE in Genesys Cloud where there are adjustable mappings for the SFDC integration.
Thank you! I have shared that with the SFDC group, and I'll see what they say. They were under the impression that Genesys sends the "task" item that needs to be "call", but they will look into it more.
I am trying to solve the same thing. I was able to create a custom apex class per this link and set the t.TaskSubtype='Call'. However, since I don't know what the original saveLog method does, I am sure I am breaking some functionality. Is there any chance to see what the saveLog method does out of the box so i can copy/paste it and just add my one line of t.TaskSubtype='Call' ?