Python

pymsteams 용 팀즈 웹훅 셋팅

앗사비 2024. 10. 30. 11:39
728x90

https://github.com/DependencyTrack/dependency-track/issues/3953

 

MS Teams is retiring webhooks - Power Automate workflows is the new black · Issue #3953 · DependencyTrack/dependency-track

Current Behavior M$ is retiring the classic webhooks and you'll have to use Power Automate workflows instead. The linked page doesn't have too many details about the transition so I thought it'd be...

github.com

위 이슈 대응 방안

 

1

Power Automate > 템플릿 > webhook 검색 > Post to a channel when a webhook request is received

아래와 같이 변경

 

 

 

2

두번째 개체 속성에서 팀과 채널 선택 후 메시지 내용에 함수 추가

triggerBody()['text']

 

 

728x90