Power Automate에서 Teams로 Adaptive Card를 Chat bot으로 게시

Power Automate에서 HTML을 사용할 수 없습니까?



같다.
참고 : htps : // 이 m / 유키츠 / ms / 286 09 4b80cfd20478

대신 Adoptive Card 사용



익숙해지면 쉽게 사용할 수 있으므로 HTML과 JSON을 모두 사용할 수있게하는 것이 좋습니다.

Power Automate에서 Chat bot 설정





Post your own adaptive card as the Flow bot to a user 를 사용하는 것이 키모

실수로 Message post as flow bot 을 사용하고 있어서 빠졌다.

Adaptive card JSON 만들기




AdoptiveCardScheme 예제
{
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "AdaptiveCard",
    "version": "1.2",
    "body": [
        {
            "type": "TextBlock",
            "text": "Sample file was uploaded"
        }
    ],
    "actions": [
        {
            "type": "Action.OpenUrl",
            "title": "Link to Forms",
            "url": "お好きなように"
        }
    ]
}

Adaptive card 참고



Adaptive card의 내용을 Power Automate 액션에 기입



좋은 웹페이지 즐겨찾기