Creating a CRM task from a Desk ticket...
Hello,
I'm currently creating a custom function which is triggered by the update of the Ticket Owner. The CRM tasks is created with the correct content. However for this test, I have to fix in the code the CRM task owner id (i set to mine). That way the task is attributed to me in the CRM.
From Desk, it is possible to get the ticket owner, which is a string (I guess the name of the owner), and not an ID. Question : Supposing the Desk ticket owner and the CRM task owner ar the same Zoho user. How can I get the id of the ticket owner so I can use it to attribute the CRM task to that user ?
Thanks