Within prefect 1.0 is it possible to have multiple...
# prefect-community
r
Within prefect 1.0 is it possible to have multiple slack webhook URLs for different slack channels? e.g. we want to delineate between data engineering and data science prefect alerts (different alerting channels for each). Looking at the docs: https://docs-v1.prefect.io/core/advanced_tutorials/slack-notifications.html#installation-instructions it seems like there is only one secret per account called
"SLACK_WEBHOOK_URL"
.
1
m
Yep, passing them in as secrets in the notifier should work completely fine, they don't have to have the SLACK_WEBHOOK_URL name for it to function 😄
1