Yes, using endpoint after user creation will help.
Basically you need to use the afterCreate hook under arc/api/apiName/lifecycle.js file.
Create your send-email function and call it inside afterCreate hook.
@Thang_Le @nebrekab @alexandrephiev
Yes, using endpoint after user creation will help.
Basically you need to use the afterCreate hook under arc/api/apiName/lifecycle.js file.
Create your send-email function and call it inside afterCreate hook.
@Thang_Le @nebrekab @alexandrephiev