getmeli / meli

Platform for deploying static sites and frontend applications easily. Automatic SSL, deploy previews, reverse proxy, and more.
Other
2.41k stars 97 forks source link

Hook for MS Teams #212

Open Berndinox opened 3 years ago

Berndinox commented 3 years ago

i'd love to see a Webhook for MS Teams.

curl -H 'Content-Type: application/json' -d '{"text": "Hello World"}' <YOUR WEBHOOK URL> MS Docs

Sorry for spamming so much... :)

gempain commented 3 years ago

Hi @Berndinox, don't be sorry ! We love people asking for features, it's a sign that what we're building can benefit others. The features you're asking for make total sense, and we're thrilled to see great ideas blooming on here.

I don't like to make promises on when features will be implemented, but looking at what I have for next week, I could fit this one for the end of the week with a release on Friday. The API looks very similar to Slack / Mattermost so it shouldn't be hard. It's about adding an interface in the backend and updating the UI to reflect the specific configuration for this type of hook.