Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Target Type

Description

CoreIdentity

Directed directly at a user

Email Address

Directed at a user with this email address without knowing the user. This might be used when we are not sure if the user already has an account yet for example.

Mobile Number

Directed at a user with this mobile number without knowing the user. This might be used when we are not sure if the user already has an account yet for example.

Users with confirm changes rights

Directed at all users who have the confirm changes rights on the targeted entity.

SessionLink

Allows to access the interaction for any user that knows the SessionLink. SessionLink is generated in the activity and can be accessed by GeneratedSessionLink output property.

To send the session linke to someone, you have to build the full url:

{urlToPortal}/sessionLink/{sessionLink}

Target identifier

The identifier of the target based on the target type. So either an id or text value.

...