When a user replies to a closed ticket in Zendesk, the system will attempt to provide context by appending previous messages. This is because the metadata for the conversation is deleted after 72 hours of inactivity.
Without essential metadata likefirst_message_id
, Zendesk retrieves the last ten messages from previous interactions to give context to the new reply. This helps ensure that the conversation continues smoothly, even if the ticket was previously closed.
Zendesk messaging conversations include old messages to provide context. When a conversation is inactive for 72 hours, the bot considers it expired and deletes metadata but not the messages themselves. If a customer reaches out after this period…
Unfortunately, conversation history does not reset in Zendesk's Android and iOS SDKs, similar to the desktop version. This means that old messages will still appear in the conversation history. For those looking to clear conversation history, it's…
To restart a conversation for a bot after solving a ticket in Zendesk, you need to initiate a new interaction. Since the system retains the last ten messages for context, starting a new conversation will append these messages unless the metadata is…