I have a single Vercel account that is associated with multiple teams (Team A and Team B). I maintain different email addresses for each team, but all notifications are sent to my primary account email regardless of which team’s project triggered the notification.
Requested Feature
Implement a “Custom Routing” system for notifications similar to GitHub’s organization-level notification routing. This would allow:
- Setting different notification emails per team/organization
- Routing notifications based on project ownership
- Example: If Project A (owned by Team A) has a failed preview deployment, the notification would be sent to my Team A email address
This would help maintain better separation between projects, especially for consultants or developers working across multiple teams/clients.
GitHub implements this through their “Custom Routing” feature, which allows specifying different notification emails for repositories under specific organizations.