Follow up users who have not activated account

Hi,

Is there a way to make the user status and user created date available when customizing or using okta expression in email templates ?

Looks like the only available variables are Expression Language for Activation templates

We have a requirement to send follow up email, for eg. after 2 days of the account creation, to the users who have not activated their account. The email this time should have a different content.

I could look up the user with “PROVISIONED” status and use the user created date to check if the user was created 2 days before, and trigger the reactive endpoint to resend the activation email, but that would mean same email (content) will be sent. We want to customize the content based on user status and user created date.