EvotecIT / PSTeams

PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It's pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.
MIT License
409 stars 41 forks source link

How to create a clickable hyperlink? #56

Closed chaoscreater closed 12 months ago

chaoscreater commented 12 months ago

How can I make this a clickable hyperlink? At the moment it's just plain text:

New-AdaptiveTextBlock -Text "Check out wiki page - https://www.google.com" -Size Small -Subtle -Spacing Small -wrap