CampaignDelivery
OCP App SDK / CampaignDelivery
Interface: CampaignDelivery
Defined in: src/app/Channel.ts:201
Delivery details for a single recipient.
Properties
recipient
recipient:
object
Defined in: src/app/Channel.ts:205
The identifier field(s) and value(s) to deliver to.
Index Signature
[identifier
: string
]: string
[]
substitutions
substitutions:
object
Defined in: src/app/Channel.ts:212
The substitution values for personalizing this delivery. The keys of this hash match the variable names specified
in CampaignContent.variables for the content referenced by Channel.deliver.
Index Signature
[variable
: string
]: string
Updated 3 days ago