Skip to main content

Newsletter Unsubscribed

Definition

When a customer unsubscribes from a newsletter, this activity will be triggered.
It can be set as a starting point for your workflow.

Properties

This activity has no additional properties other than the shared set of activity properties.

Outcomes

OutcomeDescription
DoneReturns the output model.

Output Model

{
Id: number,
NewsLetterSubscriptionGuid: string,
Email: string,
Active: boolean,
StoreId: number,
CreatedOnUtc: Date
}