πNEW Authentication Trigger
Checks every time a user signs up if there are any tasks assigned to his email.
Last updated
Checks every time a user signs up if there are any tasks assigned to his email.
Only whne user is new!!!!
automaticallySEND 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