Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsLinkNode

Type Alias: SmsLinkNode

SmsLinkNode = object

Defined in: rcml/src/sms/content/json-validator/types.ts:25

A hyperlink node. text holds the URL, which is also used as the display text when rendered in the message body.

Properties

attrs

attrs: object

Defined in: rcml/src/sms/content/json-validator/types.ts:29

shorten

shorten: boolean

Whether URL shortening is enabled for this link.

track

track: boolean

Whether click tracking is enabled for this link.


text

text: string

Defined in: rcml/src/sms/content/json-validator/types.ts:28

The URL. Also used as the display text in the rendered message.


type

type: "link"

Defined in: rcml/src/sms/content/json-validator/types.ts:26