Appearance
Rule.io SDK / rcml/src / CreateSmsContentOptions
Interface: CreateSmsContentOptions
Defined in: rcml/src/sms/builders/nodes.ts:112
Options for createContent.
Properties
paragraphs
paragraphs: [
SmsParagraphNode,...SmsParagraphNode[]]
Defined in: rcml/src/sms/builders/nodes.ts:120
One or more paragraph nodes.
The non-empty tuple type matches the SMS content JSON Schema, which requires at least one paragraph (minItems: 1). Passing an empty array is a compile error rather than a runtime validation error.