pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
460 stars 227 forks source link

Pinpoint webhook cannot be used with ms teams. #159

Closed alptekinynk closed 1 year ago

alptekinynk commented 1 year ago

I can't use the pinpoint webhook feature with ms-teams. The post request template sent by Pinpoint In webhook is not suitable for ms-teams and an error is returned as below.

web.client.HttpClientErrorException$BadRequest: 400 : "Summary or Text is required."

ga-ram commented 1 year ago

Then you need another server to translate pinpoint webhook into ms-teams form. Please check this repository in which receives pinpont webhook and sends slack webhook: https://github.com/doll6777/slack-receiver