Struggling to figure out why the custom attributes passed in startChat() are not populating the customerProfileId on the Genesys Cloud side. I am initializing the widget in ServiceNow and sending the SNOW ID explicitly.
webMessaging.startChat({
customerProfileId: 'INC0012345',
customAttributes: { 'snow_id': 'INC0012345' }
});
- SDK Version: 1.2.4
- Environment: Production
- Issue:
customerProfileIdis null in the conversation start event webhook
Am I missing a configuration flag to allow custom profile IDs?