Admin Approval with email notification

I am working on a single page application with admin approval. The client will eventually manage the users. As perviously mention, I used a rule and the flow to prevent login before the user is approved setting a flag under the user metadata.

Beside point that the user managment dashboard is rather developer orientated and not very user friendly, I require one feature, when the approval parameter is set to true, I like to send an automatic mail to user to notify him that the account is being approved. Is this possible to setup an automation?

Hi @jan.letocha,

I don’t believe there is any extensibility point for when a user’s metadata is updated unfortunately. You’d likely need to build out a way to update the user’s metadata using the Management API and then also send an email.

It’d be great to get your use case in a feature request in our feedback category:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.