Skip to content

Rule.io SDK


Rule.io SDK / client/src / ExportSubscriberRecord

Interface: ExportSubscriberRecord

Defined in: client/src/resources/exports/exports.types.ts:143

A single subscriber record from the export API.

Properties

accountId

accountId: number

Defined in: client/src/resources/exports/exports.types.ts:146


accountName

accountName: string

Defined in: client/src/resources/exports/exports.types.ts:147


createdAt

createdAt: string

Defined in: client/src/resources/exports/exports.types.ts:144


email

email: string

Defined in: client/src/resources/exports/exports.types.ts:149


optInDate

optInDate: string

Defined in: client/src/resources/exports/exports.types.ts:151


phoneNumber

phoneNumber: string

Defined in: client/src/resources/exports/exports.types.ts:150


subscriberId

subscriberId: number

Defined in: client/src/resources/exports/exports.types.ts:148


updatedAt

updatedAt: string

Defined in: client/src/resources/exports/exports.types.ts:145