Title: Missing function of sending the plain text of a submitted ticket in Webhook (f.e. Slack)
Hi everyone!
I integrated a webhook for slack so all incoming tickets in zammad are posted in a slack channel. this is very handy as it makes it possible for our developers to see immediately if a clients message is urgent or needs immediate action.
Unfortunately it is not possible in the latest Zammad version to send the tickets message within the payload without sending also some html or formatting elements.
What arrives in Slack is a very cryptical message (the tickets content) with all
/ /n elements, which is not really readable and userfriendly.
I asked the support team and they confirmed that currently there is no function to just transmit the content of a ticket, without the disturbing elements (s. below here: Articles — Zammad Admin Documentation documentation)
I would really love to have a variable for plain text, so everyone in our team can just have an easy look into the zammad channel in slack and check the content of the newly arrived ticket immediately, without the need of reading between the html elements or cryptical signs.
our current payload uses:
Preview:\n#{article.body_as_text}
That is the plainest you can get.
Thanks a lot in advance, it would be very interesting seeing if also other users have the same issue.
Looking forward solving this together ![]()