Appearance
Rule.io SDK / rcml/src / SmsDateSource
Type Alias: SmsDateSource
SmsDateSource =
"now"|"tomorrow"|"yesterday"| {count:number;kind:"days-from-now"; } | {count:number;kind:"days-ago"; } | {group:string;kind:"custom-field";name:string; }
Defined in: rcml/src/sms/builders/placeholders.ts:211
Date source for createDatePlaceholder. The simple keywords ('now', 'tomorrow', 'yesterday') cover the common cases; the tagged-object variants cover offsets and custom-field references.