This workflow is a powerful yet simple automation to delight your customers on their birthdays. It runs every day on a schedule you define and automatically pulls data from your customer list on Google Sheets. The workflow then checks to see if any customer has a birthday on the current day. If a match is found, it generates a unique discount code and sends a personalized, celebratory email with the code directly to the customer. This ensures no birthday is ever missed, fostering customer loyalty and driving sales with zero manual effort.
Follow these steps to get the workflow running in your n8n instance and start sending automated birthday discounts.
You will need a working n8n instance and a few key accounts:
MM-dd
(e.g., 08-27
).Import the provided workflow JSON into your n8n canvas. All the necessary nodes will appear on your canvas, ready for configuration.
Connect the following credentials to their respective nodes:
Get Customer Data
node.Send Birthday Email
node.Get Customer Data
:
Spreadsheet ID
and Sheet Name
of your Google Sheet containing the customer data.Is It Their Birthday?
:
{{ $json.birthday }}
matches the exact name of your birthday column in Google Sheets.Generate Discount Code
:
Send Birthday Email
:
From Email
field.Subject
and Message
with your own text and branding to make it personal. The {{ $json.name }}
and {{ $json.discountCode }}
expressions will automatically pull the correct customer name and generated code.Once all configurations are complete, click "Save" and then "Active". The workflow is now live and will automatically run every morning to send out birthday wishes!