Hello,
We have started exporting our conversation data using the Data Export to S3 but we are finding several conversation parts that missed the author id and type, both are just empty like this:
"author": {
"type": "",
"id": ""
},
This only applies to some conversation parts created by our support agents so it makes impossible for us to track our agents performance. Also in the same conversation several agents may send messages so it is not enough to have the admin list in the “teammates” object.
Is there any configuration that we may be missing?