Appearance
Rule.io SDK / client/src / CampaignRecipientTag
Interface: CampaignRecipientTag
Defined in: client/src/resources/campaigns/campaigns.types.ts:64
A tag used as a campaign recipient filter.
Set negative: true to exclude subscribers with this tag from the send.
Properties
id
id:
number
Defined in: client/src/resources/campaigns/campaigns.types.ts:66
Tag ID.
name?
optionalname?:string
Defined in: client/src/resources/campaigns/campaigns.types.ts:68
Tag name (informational — not sent to the API on create/update).
negative
negative:
boolean
Defined in: client/src/resources/campaigns/campaigns.types.ts:73
Whether to exclude (true) or include (false) subscribers with this tag.