Hello, I've set up an Automation in Prefect Cloud...
# ask-community
l
Hello, I've set up an Automation in Prefect Cloud to send a slack notification when a work queue becomes unhealthy. I've used the same block (Slack Incoming Webhook, from the prefect_slack pip package) I have stored to send other slack notifications within the flows, which works fine. However, when the automation is triggered it fails with the following error:
Copy code
The notification block was invalid: KeyError(\"No class found for dispatch key 'slack-incoming-webhook' in registry for type 'Block'.\")
Is this a bug?