The general parameters for TextMsg Element are:
Name | Type | Default | Values | Description |
---|---|---|---|---|
allowMarkDownType | string | all | list,listItem,strong etc | specifies the type of markdown to be supported for a text message |
An example of TextMsg markup is:
TextMsg supports only basic markdown as seen below.
For more advanced markdown, use the Markdown Node instead.
Additional basic markdown styling is supported inside textMessage nodes as well such as:
\n
[ServisBOT](https://www.servisbot.com)'
. It is also possible to trigger phone calls off of links using the tel:
syntax. (111)-111-1111**bolded words**
*italic word*
Text messages with URLs can also be sent to the end user. When the URL is clicked on, the link will always open in a new tab.