Power Automate에서 Teams로 Adaptive Card를 Chat bot으로 게시
3308 단어 chatbotadoptive팀PowerAutomate카드
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 액션에 기입
Reference
이 문제에 관하여(Power Automate에서 Teams로 Adaptive Card를 Chat bot으로 게시), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ks4050kt/items/a551ea38c10e363d9d46
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
익숙해지면 쉽게 사용할 수 있으므로 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 액션에 기입
Reference
이 문제에 관하여(Power Automate에서 Teams로 Adaptive Card를 Chat bot으로 게시), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ks4050kt/items/a551ea38c10e363d9d46텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)