To stop dotted lines from appearing in your SMS messages, you need to adjust the HTML placeholders in your triggers. The dotted lines are caused by using placeholders like{{ticket.latest_comment_html}}
or{{ticket.latest_public_comment_html}}
.
To fix this, open the ticket from which the text was sent, go to the ticket events, and find the trigger that sent the message. Replace the HTML placeholder with{{ticket.latest_public_comment}}
in the trigger action. This will ensure the text is sent without formatting, eliminating the dotted lines.
Dotted lines in SMS messages are caused by HTML placeholders. When you send outbound text messages using HTML placeholders like{{ticket.latest_comment_html}}
or{{ticket.latest_public_comment_html}}
, dotted lines may appear in the message. To…
HTML placeholders like{{ticket.latest_comment_html}}
and{{ticket.latest_public_comment_html}}
cause dotted lines in SMS messages. These placeholders include HTML formatting, which results in the appearance of dotted lines. To avoid this, you…
To change the trigger action and remove dotted lines in SMS, you need to replace the HTML placeholders in your trigger. The dotted lines appear due to placeholders like{{ticket.latest_comment_html}}
. Open the ticket from which the SMS was sent,…