Appearance
Rule.io SDK / rcml/src / SmsLinkMark
Type Alias: SmsLinkMark
SmsLinkMark =
object
Defined in: rcml/src/sms/content/json-validator/types.ts:6
A link mark that wraps text in a hyperlink with SMS-specific tracking options.
Properties
attrs
attrs:
object
Defined in: rcml/src/sms/content/json-validator/types.ts:8
href
href:
string
The link destination URL. May contain [Type:Name] placeholders.
shorten
shorten:
boolean
Whether URL shortening is enabled for this link.
track
track:
boolean
Whether click tracking is enabled for this link.
type
type:
"link"
Defined in: rcml/src/sms/content/json-validator/types.ts:7