Altinn / altinn-notifications

Altinn platform microservice for handling notifications (mail, sms, etc)
MIT License
2 stars 3 forks source link

Support send conditions for notifications #547

Closed acn-sbuad closed 4 weeks ago

acn-sbuad commented 1 month ago

Description

To support reminder functionality, i.e. sending a new notification to an end user as a result of a task not being completed after some time, we have decided to enable this through send conditions, and not to limit them to "reminders".

A send condition is to Altinn Notifications only an endpoint we reference and expect a response in a given format back indicating whether the notification should be sent or not.

In scope

No response

Out of scope

No response

Additional Information

No response

SandGrainOne commented 4 weeks ago

Duplicate of #204