How do I reference these phone numbers? CRM Integration Wizard

Status
Not open for further replies.

Guidm

Platinum Partner
Advanced Certified
Joined
Jul 7, 2020
Messages
14
Reaction score
1
1676398951354.png
I have tried Result.ListFone.[0] and Result.ListFone[0]
 
I would have to see the actual JSON to confirm this, but if you're trying to match any of those fields to the caller's number, then you could use the following to get the value in a variable:
XML:
<Variable Name="PhoneBusiness" Path="Result.ListFone">
    <Filter>
        <Rule Type="Equals" Ethalon="[Number]">Result.ListFone</Rule>
    </Filter>
</Variable>

However, this might not be needed at all, as you already have the caller's number in the [Number] variable. So, why do you need to get this? Can't you assume that the CRM will return records that match the caller's number you use in your query?
 
  • Like
Reactions: Evolute IT
Status
Not open for further replies.

Latest Posts

Forum statistics

Threads
111,973
Messages
590,075
Members
164,895
Latest member
jasonkkrause