Hi, I am new to using IDN event trigger feature. I have configured one trigger for Identity Attribute Change. following is the configuration:
I see that if there is any change in user lifecycle attribute change, this event subscription log is getting updated, but its not sending any notification to me. Could you please tell me how can I use email template to send notification with user info.
Subscription log
{
"subscriptionName": "IDM table Last TermDate attribute change Test",
"subscriptionId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"triggerId": "idn:identity-attributes-changed",
"startInvocationInput": {
"triggerId": "idn:identity-attributes-changed",
"contentJson": {},
"input": {
"identity": {
"name": "xxxxxxxxxxxx",
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"type": "IDENTITY"
},
"changes": [
{
"newValue": "T",
"attribute": "employeeStatus",
"oldValue": "A"
},
{
"newValue": "2024-02-26 06:26:50.796761",
"attribute": "terminationSetDate",
"oldValue": null
},
{
"newValue": "2024-02-26 06:26:50.796726",
"attribute": "lastModifiedDate",
"oldValue": "2024-02-26 06:17:15.28473"
},
{
"newValue": "inactive",
"attribute": "cloudLifecycleState",
"oldValue": "active"
}
]
}
},
"completeInvocationInput": {
"localizedError": null,
"output": null
},
"completed": "2024-02-26T12:27:06.690312Z",
"created": "2024-02-26T12:27:06.690309Z",
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"type": "REAL_TIME"
}