Question
How come my customer messaging conversation includes ten old messages?
Answer
Bots consider a conversation expired after 72 hours of inactivity and deletes metadata for the message in the back-end, but not the message itself.
If there isn't a point of pass-off to an agent after 72 hours, since there are still messages within the messaging infrastructure, when the customer reaches back out, Zendesk will look for essential, missing metadata in the back-end, such as first_message_id
. Since there is no first_message_id
, the system grabs the last ten messages from the previous interactions of the user and appends them into the ticket to attempt to provide some context.
For more information, see these articles: