Skip to content

Rule.io SDK


Rule.io SDK / client/src / CustomFieldGroupDataRecord

Interface: CustomFieldGroupDataRecord

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

Custom field data to sync to Rule.io, organised by group name.

Top-level keys are group names (e.g., 'Order', 'Profile'). Group names must not be empty or contain dots.

Example

typescript
{
  Profile: { FirstName: 'Jane', Language: 'sv' },
  Order:   { OrderRef: 'ORD-9921', Total: '149.00' },
}

Indexable

[group: string]: CustomFieldGroupData