Automate Team Birthday Cards in monday.com — So Nobody Gets Forgotten
How to set up a near-automated birthday card pipeline in monday.com: a People board with birthdays, an automation that triggers two weeks ahead, and Group Card to handle the actual card.
Team birthdays get forgotten because nothing’s reminding the right person at the right time. The fix isn’t “try harder to remember birthdays” — it’s a tiny pipeline that runs itself.
Most monday.com workspaces have everything they need to build this pipeline already. You just have to wire it together. Here’s the setup.
The pieces
You need three things:
- A People board with birthday dates. Either an existing board (HR / team directory) or a new one —
Team Membersworks. - A monday automation that fires two weeks before each birthday and creates a task on a
Birthday Cardsboard. - A Group Card workflow for whoever picks up that task to actually create the card.
That’s it — no third-party scheduler, no separate calendar, no Slack bot.
Step 1 — Set up the People board
If you don’t have one already, create a board called Team Members (or use your existing one). Make sure it has:
- Name column (item name).
- Birthday column (date column).
- Manager column (people column, optional but useful for #3 below).
- Status column (Active / On Leave / Departed) — so the automation only fires for active staff.
Privacy note. Some people don’t want their birthday public. Make the Birthday column visible only to HR / People Ops by setting board-level column permissions, or use a separate private board for sensitive data.
For each team member, fill in their birthday. Day and month is what matters — the year is irrelevant for this pipeline.
Step 2 — Set up the Birthday Cards board
Create a second board called Birthday Cards. This is the queue where automations land tasks.
Columns:
- Name (item name) — auto-filled with “Birthday card for [person]”.
- Birthday date — date column for the upcoming birthday.
- Owner — people column (who’s running this card).
- Status — Not Started / In Progress / Sent.
- Card link — text column for the Group Card URL after creation.
Step 3 — Create the automation
On the Team Members board, open monday’s Automations panel and create a new custom automation.
The recipe in plain English:
When Birthday is in 2 weeks and Status is Active, create an item on Birthday Cards named “Birthday card for [Name]” and notify [the card owner].
monday.com’s automation builder supports each piece of this — the “date is in X days/weeks” trigger, the “create item on another board” action, and the “notify person” action. Wire them together, set the owner to whoever runs the birthday program (HR lead, team manager, an “ops” alias), and save.
Now, two weeks before any active employee’s birthday, a card task lands on the Birthday Cards board.
Step 4 — Create the actual card
When the automation fires, the assignee opens Group Card and creates the card:
- Click + New Card.
- Pick Birthday as the occasion.
- Pick a template — for birthdays, the celebratory templates (balloons, confetti) usually fit.
- Set the recipient (the birthday person).
- Delivery date — their birthday, 09:00 in their timezone.
- Invite contributors — the team they work most closely with.
- Paste the card URL into the Card link column on the Birthday Cards board task.
- Update Status to In Progress.
Step 5 — Nudge as the day approaches
Three days out, the owner checks the organiser dashboard for unsigned contributors and sends a Group Card Nudge (a polite monday bell notification) to anyone who hasn’t yet.
On the day, delivery happens automatically.
Two refinements worth considering
Skip private birthdays
Some people genuinely don’t want a card. Add a Birthday card opt-out checkbox column to the Team Members board and edit the automation to skip people who’ve opted out.
Per-team variants
If your org is large enough that “the team” varies by person, use the Manager column on the Team Members board: the automation can assign the card task to the manager directly, who then runs it for their team.
What this pipeline buys you
You’re not buying time — running a Group Card from a queued task is the same work as running one from a manual reminder. What you’re buying is reliability: zero forgotten birthdays, regardless of how busy the team is or how many people the company has.
For a 30-person team, that’s enough. For a 300-person team, it’s the difference between a recognition program that actually runs and one that exists in a slide deck.
Try it
Install Group Card and set up the automation. The whole pipeline takes about an hour to build the first time and pays back forever.
Related reading
Try Group Card for monday.com
Get started in minutes — install directly from the monday.com marketplace.
Learn More