- Joined
- Nov 25, 2022
- Messages
- 13
- Reaction score
- 7
Hi,
I am working on a custom Creatio CRM template and have most things working now.
However, I am looking to achieve the following workflow and am not sure if this is possible:
Is this workflow possible? If so, can anyone give me any guidance on how to configure in the XML template please.
I will be happy to share the template once completed..
thanks
Mark
I am working on a custom Creatio CRM template and have most things working now.
However, I am looking to achieve the following workflow and am not sure if this is possible:
- Call is placed
- Before the ReportCall POST to Creatio is placed
- Perform a GET to the Creatio CRM in order to capture the GUID of the contact whos extension just made the call
- I am using the Agent variable and performing the following lookup
- Url="[CrmApiUrl]/Contact?$select=Id&$filter=Phone eq '[Agent]'"
- Use the data returned to then include in the ReportCall action which then posts the call data to Creatio, including the GUID returned in the above query, so that the Created By value in Creatio shows the contact name of the agent and not just the extension i.e. 200
Is this workflow possible? If so, can anyone give me any guidance on how to configure in the XML template please.
I will be happy to share the template once completed..
thanks
Mark