= Azure/TeamsNotification = * Sending notifications to teams channel 1. Teams channel has email 2. Add !WebHook == Teams - Webhook example == * Test with curl {{{ 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 }}}