Infos:
- Used Zammad version: Zammad version 6.2.0-1706605597.530c7efe.jammy
- Used Zammad installation type: (source, package, docker-compose, …) Package
- Operating system: Zammad hosted on Ubuntu 22.04
- Browser + version: Chrome 121.0.6167.140
Expected behavior:
- Incoming SMS webhooks from my twilio number should create a new ticket for each SMS unless the SMS references an existing ticket
Actual behavior:
- Incoming SMS webhook articles seem to be created as part of an ongoing SMS initiated ticket if the user has recently created a ticket via SMS.
Steps to reproduce the behavior:
- So for example, a user places a ticket via SMS (my number is set up via twilio)
- Ticket is opened, filters run to categorize said ticket based on keywords. Works as expected.
- The user then texts again a day or so later to place another request. This request has nothing to do with the prior request the user has made.
- An SMS article is created in the existing ticket the user has made, instead of a new ticket being created for the SMS request.
I suppose I just want some clarity on how this is all supposed to work. If I send an email to Zammad, unless the email refers to an existing ticket a new one gets made, right? So why is this not the behavior for SMS? I could understand if I configured something wrong but I don’t have any triggers or workflows that touch SMS aside from one that sends certain tickets to a group if that group is mentioned in the text of the article.