Appearance
Rule.io SDK / client/src / RecipientSubscriber
Interface: RecipientSubscriber
Defined in: client/src/resources/recipients/recipients.types.ts:42
A subscriber as returned by the recipient targeting endpoint.
This is intentionally distinct from the main Subscriber entity — the recipients endpoint returns a lightweight shape optimised for targeting lookups rather than full subscriber management.
Properties
accountId?
optionalaccountId?:number
Defined in: client/src/resources/recipients/recipients.types.ts:48
createdAt?
optionalcreatedAt?:string
Defined in: client/src/resources/recipients/recipients.types.ts:51
customIdentifier?
optionalcustomIdentifier?:string|null
Defined in: client/src/resources/recipients/recipients.types.ts:47
email?
optionalemail?:string|null
Defined in: client/src/resources/recipients/recipients.types.ts:44
id
id:
number
Defined in: client/src/resources/recipients/recipients.types.ts:43
language?
optionallanguage?:string
Defined in: client/src/resources/recipients/recipients.types.ts:50
phone?
optionalphone?:string|null
Defined in: client/src/resources/recipients/recipients.types.ts:46
Phone number.
status?
optionalstatus?:string
Defined in: client/src/resources/recipients/recipients.types.ts:49
updatedAt?
optionalupdatedAt?:string
Defined in: client/src/resources/recipients/recipients.types.ts:52