Can I decorate text messages with Bold/Italic

Can I do something like put in HTML tags in text messages?
I want to embed some youtube videos, place URL that will be opened when you click a word like “Click Here!”

Is it possible?

1 Like

You can change text to bold and italic using the following syntax:

  • Bold: Text
  • Italic: Text

You can also refer to the example below:

Did you find <strong>what</strong> you were <i>looking</i> for, {{{profile.payload.name}}}

Above text will be displayed as:
Did you find what you were looking for, {{{profile.payload.name}}}

Currently, URL embedding is not supported. You can use dynamic quick replies here to redirect users to YouTube videos.

To add onto this further,

On Web

Hey <strong>Gautham</strong>  -----> Bold
<i> Hope you are well </i>    -----> Italics

On WhatsApp

*bold*
_italics_
~strikethrough~
```monospace```

To add emojis, simply search for them online and copy paste into the text field of your node

Happy bot building!!

1 Like