Lifecycle State Change use of identity id

Hello,

we are working on customizing Lifecycle State Change email template and we want to include the identity (long) id in it.
In other posts I saw that several identity attributes can be used, but I was wondering how can we include identity id as well?
we tried some scenarios such as: $!identity.Id , $!identityId, ${identityId} but they do not work.

I will be grateful for any ideas.

Hello,

I’m not sure it’s possible to fetch the technical ID of an Identity in that email, according to the documentation I can find here:

This email contains version 1 variables:

However, perhaps try with:

${user.id}

Yes agree with @Swegmann . It may not be possible to include the technical ID in this template as the version1 variables do not include this attribute.

Also ${user.id} will be the email recipient’s technical ID.

To achieve this requirement, you can explore workflows to send out the email to include the technical ID. The trigger can be Identity attribute change on cloudLifecyclestate attribute.