🆕NEW Authentication Trigger
Checks every time a user signs up if there are any tasks assigned to his email.
Input parameters
Only whne user is new!!!!
How to call from app
Logic (Assign tasks that belong to his email adress)
SEND first EMAIL:
to_email_adress = auth.user.email
template_name = "welcome-new-user->user"
data = none
SEND first EMAIL:
to_email_adress = "info@tasksource.io
template_name = "welcome-new-user->us"
data = none
query assigned where assignToEmail == auth.user.email
If one found call Assign task function with parameters:
Email-Adress of Assigned member
TaskID
Last updated