Hi there,
I have a question about a scenario that I’m not sure how to solve.
I want to create, or update a contact within DialPad every-time a contact is created or edited within Salesforce.
I’ve got the webhook working within SF but I’ve a question about the phone numbers.
From SF the phone numbers are broken apart with a set variable so that we can pass them through a phone formatter.
Then passed through and Array Aggregator again - I did notice that this seemed to create an array with two collections, I’m not sure why?
Lastly, I use this array within the Dialpad to create as many numbers as needed.
The ideal outcome is that if we save two phone numbers to a contact within SF, there will be two phone numbers in Dial Pad.
What am I doing wrong?