Passing Generic Fields to Third Party Chat API
Content
Hi All,
I am trying to pass generic fields to Chat API but it is not getting sent through the API. It always comes as empty value though I have enabled the Chat in the CustomField. Below is the code in C#. Can please check through the code and let me know what I am missing?
Thanks,
Priya
Code Snippet
GenericField cfChatOS = CreateGenericField("cf_3", ItemsChoiceType.StringValue, cusInfo.cf3); GenericField cfChatBrowser = CreateGenericField("cf_2", ItemsChoiceType.StringValue, cusInfo.cf2); GenericField cfChatIPAddress = CreateGenericField("cf_1", ItemsChoiceType.StringValue, cusInfo.cf1); GenericObject customFieldsc = new GenericObject(); customFieldsc.GenericFields = new
0