-
Notifications
You must be signed in to change notification settings - Fork 0
Notifications
KindredCard has a built-in Discord Notification engine, allowing you to notify yourself when your contacts' events occur!
It also supports emailed notifications if you have an smtp server.
Generate a webhook integration in your personal Discord server
For explicit instrutions, visit the support.discord.com article
Feel free to use these icons for your integration's avatar (use 192x192):
View Branding Assets (Favicons & Icons)
|
16x16 |
32x32 |
180x180 |
![]() 192x192 |
![]() 512x512 |
Navigate to the Notifications tab of the Settings Page:
Add Webhook and configure as desired:
- Webhook Name: Free text name for identification
- Discord Webhook URL: The URL to POST to
-
Notification Timing:
- Select the number of days to "look forward" for events
- Select the time of day to execute the search and notification
-
Options:
- Enable or Disable the current webhook
- Choose to include Birthdays and/or Anniversaries
- Choose to include Other Events (and optionally, only events whose name match your given regex)
Upon saving, you can Test the webhook integration to verify it works:
You must "bring your own" SMTP server to send emails.
You cannot create an App Password unless your Google Account is secured with 2FA.
- Go to your Google Account.
- Select Security & sign-in on the left menu.
- Under "How you sign in to Google," ensure 2-Step Verification is On.
- Click Home and in the search bar in the middle of the screen, type "App Passwords".
- Give the password a name (e.g.,
KindredCard-Home-Server). - Click Create.
- A window will appear with a 16-character code (e.g.,
abcd efgh ijkl mnop). Copy this immediately; you won't be able to see it again.
Update your configuration using the code you just generated. Note: Remove any spaces from the 16-character code.
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=myname@gmail.com
SMTP_PASS=abcdefghijklmnop
SMTP_FROM="KindredCard <myname@gmail.com>"The setup is nearly identical to the Discord Workflow, except you will be specifying the recipient email address (the To: of your notification).
Similarly, you can Test the notification to ensure your SMTP configuration is correct.

