Notification Catalog
Notifications can be described across a few different axes:
- Channels: email, in-app, push
- Recipient user types: student, employer, career service
- Recipient user regions: NA, EU
- Platforms: web, iOS, Android
- Product area, for example: feed, profile
- Notification preference
- Can a user choose whether or not they receive this notification?
- Opt-in vs opt-out: If the user doesn't manually change the configuration, is the notification sent by default (opt-out)?
- Sending mechanism
- Is this notification sent through Iterable, Mailgun, Firebase, or something else?
- Does this notification go through the notification relevance service?
- Trigger, for example:
- Is the notification sent on a schedule (i.e. every Tuesday at 9AM)?
- Is the notification sent when X event occurs?
To see documentation that falls across any of these axes, check out the docs based on tags.