Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / CreateSmsCustomFieldPlaceholderOptions

Interface: CreateSmsCustomFieldPlaceholderOptions

Defined in: rcml/src/sms/builders/placeholders.ts:162

Options for createCustomFieldPlaceholder.

Properties

group

group: string

Defined in: rcml/src/sms/builders/placeholders.ts:164

Custom field group name, e.g. 'Order'.


maxLength?

optional maxLength?: number

Defined in: rcml/src/sms/builders/placeholders.ts:172

Truncation limit in characters. When set, the original token gets a ::<maxLength> suffix and the max-length attr is populated with the same value as a string.


name

name: string

Defined in: rcml/src/sms/builders/placeholders.ts:166

Custom field name within the group, e.g. 'Total'.