Connor Keogh
07/12/2024, 1:12 AMslack-incoming-webhook
and slack-webhook
block typesMarvin
07/12/2024, 2:22 AMsend_incoming_webhook_message
.
Slack-incoming-webhook:
- Provides a simpler means of sending notifications to Slack, specifically designed for use with Prefect's automation actions like Send a Notification
.
- Pull request #14418 (https://github.com/PrefectHQ/prefect/issues/14418) mentions using this block type specifically for notification actions.
For more details, refer to the following:
- Prefect blocks guide: https://docs.prefect.io/latest/concepts/blocks/
- Additional context about the integration differences and some recent issues:
- SlackWebhook related issue: https://github.com/PrefectHQ/prefect/issues/13120
- Request for slack token for notifications: https://github.com/PrefectHQ/prefect/issues/13118
Feel free to check the provided documentation for more specifics regarding their configuration and capabilities.