Registry / messaging / atc0005-go-teams-notify-v2

atc0005-go-teams-notify-v2

JSON →
library2.14.0gogounverified

Go-teams-notify sends messages to Microsoft Teams channels via webhooks.

go get github.com/atc0005/go-teams-notify/v2
INSTALL
IMPORT
SIG · ATC0005-GO-TEAMS-N
A
atc0005-go-teams-notify-v2
messaginggov2.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

goteamsnotify
github.com/atc0005/go-teams-notify/v2

Sends a message card to a Microsoft Teams webhook URL.

package main import ( "fmt" goteamsnotify "github.com/atc0005/go-teams-notify/v2" ) func main() { mstClient := goteamsnotify.NewTeamsClient() msg := goteamsnotify.NewMessageCard() msg.Title = "Hello" msg.Text = "World" err := mstClient.Send("https://outlook.office.com/webhook/...", msg) if err != nil { panic(err) } fmt.Println("Message sent") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.14.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
atc0005-go-teams-notify-v2 — go get atc0005-go-teams-notify-v2 · libregistry