Code-4-Community / breaktime

1 stars 0 forks source link

Notifications: Build an endpoint that takes in a list of userIds, and uses the NotificationService class to send email notifications to all users #27

Open izzyconner opened 5 months ago

izzyconner commented 5 months ago

Specs

Request:

GET Request params
userIds: string[]
emailBody: string
emailSubject: string