Hi,
One of our clients is deploying chat application on their website, using Purecloud Web Chat API described at
https://developer.mypurecloud.ie/api/webchat/
They would like to use 5 custom fields per chat interaction, but in the documentation it states that there can be maximum of 3 custom fields per chat. Is there is a way to increase this to have more than 3 custom fields?
Excertp form the above link:
You can use the customField and customFieldLabel fields to add up to three custom fields to the data container, as follows:
{
"customField1Label":"Chat source",
"customField1":"Billing site",
"customField2Label":"Customer category",
"customField2":"Small-medium business",
"customField3Label":"Customer type",
"customField3":"Partner"
}
Would you be able to advise what is the character limit per each custom field?
Some of the custom fields will be used for client note/descriptions and could potentially be quite lenghtly. They would like to limit the characters in their website code, before sending the chat to Purecloud.
Thanks,
Patrik Resetka