dmudro
(David)
May 31, 2026, 4:42pm
1
My team need settings for separate email notification destination per Vercel team : so that work team notifications are sent to work email and personal team sent to the personal email address.
This is a missing piece in the Vercel platform and as Vercel recommends using a single account for all ‘workspaces per user’.
Even if anyone wanted to ignore that recommendation by creating a separate Vercel account, it would break the GitHub integration as there is 1:1 Git-to-Vercel Mapping. And once again, that’s how GitHub recommends multi-projects setup:
We recommend using only one personal account to manage both personal and professional repositories.
The current notifications in Vercel /~/settings/notifications offer granularity per channel and feature but cannot route by team:
In early 2025, I was told by Vercel support this is being worked on, but no progress since.
Cheers.
dmudro
(David)
May 31, 2026, 4:45pm
2
Seen an earlier ticket by @garrettboatman requesting pretty much the same and no reply :/.
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 notification…
dmudro
(David)
May 31, 2026, 4:52pm
3
Thought to ask @amyegan @jacobparis directly as you recently highlighted the strict 1:1 GitHub:Vercel mapping in another post:
Hi Matthew, I’m digging into this and it looks like a lot of our systems expect a 1:1 relationship between GitHub account and Vercel account, so your setup with 2 vercel accounts is causing some undefined behavior
Thanks for sharing so much detail, I’ll continue to dig until I find out if this is something we can fix or if we need to officially document that restriction
The happy path here is one Vercel account (which can have both personal/business email addresses on it) that can be a member …