Skip to content

Rule.io SDK


Rule.io SDK / client/src / CustomFieldGroupData

Interface: CustomFieldGroupData

Defined in: client/src/resources/subscribers/subscribers.types.ts:433

One custom field group: a map of field names to their values.

Keys are bare field names (e.g., 'OrderRef', 'FirstName'). Field names must not be empty or contain dots.

Example

typescript
{ OrderRef: 'ORD-9921', Total: '149.00' }

Indexable

[field: string]: string | number | undefined