Matthew Scanlon
01/11/2023, 3:33 PMMark NS
01/11/2023, 3:54 PMSlackWebhook
block to do this...
from prefect.blocks.notifications import SlackWebhook
slack_webhook_block = SlackWebhook.load("BLOCK_NAME")
slack_webhook_block.notify("Hello from Prefect!")
There is a note in the `notifications.py` code about moving this to prefect-slack
though.Matthew Scanlon
01/11/2023, 7:20 PMsend_chat_message
I do not see a reason as to why .fn() should fail silently