christophwille / myhaflinger.com

Homepage for the vintage car club Haflingerfreunde Salzkammergut
MIT License
1 stars 0 forks source link

Registrierung - Teams Channel Msg statt Email an Orga #14

Open christophwille opened 4 years ago

christophwille commented 4 years ago

Statt via https://github.com/christophwille/myhaflinger.com/blob/master/src/MyHaflinger.Web/Pages/Anmeldung/Formular.cshtml.cs#L158 eine Email an die Orga zu schicken wäre ua eine Möglichkeit das ganze an einen Teams Channel zu posten:

https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook

Vorteil: Zugriff durch definierten Personenkreis leichter umsetzbar.

christophwille commented 4 years ago

Getestet, funktioniert, Achtung rate limiting

https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using#rate-limiting-for-connectors

curl -H "Content-Type: application/json" -d "{\"text\": \"Hello World\"}" urltoyourwebhookhereinbash

webhooksamplemessageinteams