wuuko

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Yes, you’re on the right track — the concept you're describing is escalating notifications, where different delivery methods (e.g., Slack, then email) are attempted over time unless the notification is acknowledged (read) through a previous method.

The key part here is using a condition like config.unless or config.if to check notification state (such as whether it has been read) before attempting the next delivery.