Hello guys,
I developed an app where reassignment occurs on certain conditions when the conversation gets reopened. In this process, I used on conversation update event and trying to get user properties based on Conv ID, and from the UI I’m able to see the properties as shown below, this is happening for the Guest users only like from bot
But in the backend payload, I’m receiving the properties as null as shown in the below
user: {
first_name: 'Guest',
avatar: [
Object
],
created_time: '2020-12-02T04:09:13.314Z',
email: null,
reference_id: '[spoiler]c7edb435a2149f6423d43bc37073714a53a77287[/spoiler]',
id: [spoiler]'fd409067-52ae-46ac-a31d-b921008152ce[/spoiler]',
**properties**: null,
last_name: null,
status: null,
updated_time: '2020-12-02T06:19:06.876Z',
social_profiles: null,
phone: null
}
Can you let us know why properties are getting null?
-Soujanya.