Hi,
Currently having an issue with raising an issue on Zammad that allows user to respond via sms to the created ticket, the current flow is.
Api call to create ticket -> Ticket created on Zammad -> Sms reply on ticket sends to customer -> Customer can’t respond to that ticket
Tickets can raise and have 2 way communication on the ticket when customer messages in via sms using the existing webhook. When a ticket is raised via the api it only allows messages out on that ticket but messages sent in don’t get added to the same ticket. The issue is when the messaged customer tries to message back, it either creates a new ticket using an existing webhook or adds the comment to a previously raised ticket by sms.
We are using Twilio and two messaging services, one for Zammad and one for the Web app. Is there a field that the api call to zammad needs to tie the ticket to a message/service?
Kind Regards,
Chris