Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add notifications field to Schedule (#545)
Related to https://github.com/apify/apify-core/issues/15493 Adds a `notifications` field to the schedule, so that users can set whether they get notified when their scheduled run fails to start. The `notifications` object only has an `email` field for now, but we might want UI notifications at some point in the future, so I've done it this way. From what I could find, this is all that needs doing, right? [This PR](https://github.com/apify/apify-core/pull/15693/files#diff-e443dce6de418714e39866eb1a4ca59f7d4ce49dcbc5cdc692ea07e1be36bacfR436) will add the bit that sends the notification --------- Co-authored-by: Martin Adámek <banan23@gmail.com>
- Loading branch information