Birthday Checker
Check a CSV birthday list for upcoming birthdays within a lookahead window
Birthday Checker Tool
Check a CSV birthday list for upcoming birthdays within a lookahead window
Tool ID
birthday-checker
Credential Required
No
Input Properties
| Property |
Type |
Required |
Default |
Description |
birthdayFile |
string |
Yes |
— |
Path to CSV file with columns: name,month,day (e.g. /home/user/birthdays.csv) |
daysAhead |
string |
No |
7 |
Alert for birthdays within this many days |
Execution Steps
- check-birthdays (
python) — python
Published Outputs
upcoming — {{check-birthdays.upcoming}}
count — {{check-birthdays.count}}
message — {{check-birthdays.message}}
Vendor
Blue Isle Software