Azure/TeamsNotification

Teams - Webhook example

curl -X POST -H "Content-Type: application/json" -d '{
  "@type": "MessageCard",
  "@context": "http://schema.org/extensions",
  "title": "Test Alert from Curl",
  "text": "This is a test message sent via curl to the Teams channel."
}' https://twgroup.webhook.office.com/webhookb2/cf...91@07...51/IncomingWebhook/4f...e6/cad...c3/V2...E1

Azure/TeamsNotification (last edited 2025-05-03 05:56:28 by PieterSmit)