When a new hire account is created successfully (Email and roles created) manager should be notified.
please suggest
You can leverage below OOTB configuration and see if it helps to meet your requirement.
You can either use workflow and trigger workflow on " Identity Created" trigger.
And send email accordingly fetching identity manager and custom email .
Or leverage OOTB email template mentioned in above answer.
Thanks.
Use a condition to check if email and roles are assigned
Then add a “Send Email” action" to notify the manager using identity.manager.email
as the recipient.
Customize the email content with dynamic fields like the new hire’s name, role, and start date.
Test the workflow with sample identities to ensure it only triggers when all conditions are met.
How can we get loop identity details