Need to attached the token in Alert — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Need to attached the token in Alert

edited May 8, 2025 2:17PM in Journeys 1 comment

Summary:

Hi Expert,

Need to attached the below details in existing alert.

Can we include the details

  1.  .Name
  2.  .Job Title
  3.  .Department
  4.  .Person number

Alert Code ORA_CHK_TASK_ASSIGNED_PERFORMER

Hello, ${AlertUtils.userName(RecipientUserName).DisplayName}

You have a new task to do.

${(PerformerIsJourneyAssigneeFlag == 'Y') ? 'A task ' + TaskName + ' has been assigned to you for ' + JourneyAssigneeDisplayName + '\'s ' + JourneyDisplayName + ' journey.' : 'A task ' + TaskName + ' has been assigned to you.'}

${(RequiredFlag == 'Y') ? 'This task is mandatory': 'This task is optional'}.

${(TargetEndDate != null && DaysToDue > 0) ? 'You have ' + DaysToDue + ' days to complete it.' : ''}

You can contact ${OwnerName} for any questions.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!