Hello,
We are currently using:
{
"direction": "ex2in",
"internal": "contactInfo.phone_work.extension",
"external": "User.IpPhone"
},
in order to sync the IpPhone as the extension, but we already have the extension in a custom attribute that we are already using, is there some way to read that custom attribute? The name is: "EmployeeIDNumber", i tried using:
{
"direction": "ex2in",
"internal": "contactInfo.phone_work.extension",
"external": "User.EmployeeIDNumber"
},
But obviously does not work. Is there some way?
Thank you!
BR,
Federico Argote