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 prevent this, you need to replace these HTML placeholders with{{ticket.latest_public_comment}}
in your trigger actions. This change will ensure that the text is unformatted and won't include dotted lines. For more detailed instructions, you can refer to theZendesk Support placeholders reference.
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}}
….
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,…