Josh Paulin
08/30/2022, 1:24 PMChristopher Boyd
08/30/2022, 1:32 PMJosh Paulin
08/30/2022, 1:34 PMNate
08/30/2022, 1:45 PMIf I could write my own notification type then that would do the trick.You can (if you're running your own orion instance) in a similar way to how we've written the
SlackWebhook
block here, you're free to subclass NotificationBlock and register that block type to your workspace
docs on creating new block typesJosh Paulin
08/30/2022, 1:46 PMnotify
method?alex
08/30/2022, 3:46 PMnotify
method on a notification block for the appropriate state changes. The notification block needs to be available server side for sending notifications, so custom notification blocks require you to run your own Orion server. We’re working on supporting more notification types in Prefect Cloud.Josh Paulin
08/30/2022, 3:49 PM