Anyway to create a Microsoft Teams Webhook block f...
# ask-community
s
Anyway to create a Microsoft Teams Webhook block from the UI? I see slack, but no teams. It's in the Docs, but not in the UI.
k
Are you using Prefect Orion or Prefect Cloud?
s
Cloud.
I figured out how to create them via the client but seems you can't in the UI yet.
k
So I talked to our team. It turns out that the UI doesn’t automatically update. You should see the change if you create a new workspace. We are working on making it automatically update. You can update it now with the command
Copy code
prefect blocks register -m prefect.blocks.notifications
s
Ok I'll try that out later today.