Skip to main content

Customer Activated

Definition

When a customer is activated, 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,
Email: string,
Mobile: string,
Username: string,
Gender: string,
FirstName: string,
LastName: string,
NationalCode: string,
DateOfBirthDay?: number,
DateOfBirthMonth?: number,
DateOfBirthYear?: number,
Company: string,
StreetAddress: string,
StreetAddress2: string,
ZipPostalCode: string,
City: string,
CountryId: number,
Phone: string,
Fax: string,
CreatedOnUtc: Date,
UpdatedOnUtc: Date,
LastLoginDateUtc?: Date,
LastActivityDateUtc: Date
}