Last updated 4 months ago
Simple text나 Card JSON, 2가지 방식으로 팀즈 메시지를 입력할 수 있습니다.
메시지 내용을 입력합니다. 이전 태스크의 데이터를 사용할 수도 있습니다.
{{
{{a.first_name}}
Card 타입: https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference
Incoming Webhook에서 adaptive cards 사용하는 방법: https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using?tabs=cURL#send-adaptive-c[…]ncoming-webhook
{ "type": "message", "attachments": [ { "contentType": "application/vnd.microsoft.card.hero", "content": { "title": "This is a title", "subtitle": "This is a subtitle", "text": "This is a line of text. Use this format to use task results." } } ] }
Type
String
Message
Attachments
Object Array
Any type of card in JSON