📩Invite a new Team member
As a project owner i want to invite new team members
Input parameters
ProjectID
EmailAddressOfNewMember
How to call from app
Logic
Add the EmailAddressOfNewMember to members array of the Project
check if the user with EmailAddressOfNewMember is already registerd in the app
If the user is registered:
Add the project id to thirdparty projects array
If the user is not registered do nothing.
Send First Email:
to_email_adress = EmailAddressOfNewMember
template_name = "project-invitation->user"
data = {project: projectData}
Last updated