It's posible to send an object(array) in UserData?

In the variable window._genesys.widgets.webchat.userData
userData: {
productId: [3,4],
source: 'Kaptest'
},

I have a variable productId that´s an array but when I start the interaction the request cannot be sent to the endpoint.
It´s possible to send an array somehow in userData?

Hello,

No, userData only accepts attributes with string values.

Regards,

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.