Description
Currently, whenever a company invites a new user to their team, an automated email (subject: “Requesting more users”) is sent to the company’s own email address.
This behavior is redundant the company should not receive an email every time they invite someone.
Expected Behavior
- No email should be sent to the company when they invite new users.
- Only the invited users (if applicable) should receive an email.
Current Behavior
- Every time a new user is invited, the system sends a confirmation email to the company (e.g., “We are so glad you want to share Weam with everyone on your team...”).
- This clutters the company inbox with unnecessary messages.
Steps to Reproduce
- Log in as a company admin.
- Invite a new user to the organization.
- Observe that the company receives a “Requesting more users” email.
Suggested Fix / Direction
- Check the backend email trigger for the user invite function.
- Ensure the email notification is only sent to the invited user, not the company email.
- Optionally, add a flag or condition in the invite flow to suppress internal notifications.
Additional Context / Screenshot
The following is the email currently being sent unnecessarily:

Description
Currently, whenever a company invites a new user to their team, an automated email (subject: “Requesting more users”) is sent to the company’s own email address.
This behavior is redundant the company should not receive an email every time they invite someone.
Expected Behavior
Current Behavior
Steps to Reproduce
Suggested Fix / Direction
Additional Context / Screenshot
The following is the email currently being sent unnecessarily: