Skip to content

Instantly share code, notes, and snippets.

@passionsjin
Created May 7, 2020 01:23
Show Gist options
  • Save passionsjin/1792e3a5891cd5d9e5765677bd117dc3 to your computer and use it in GitHub Desktop.
Save passionsjin/1792e3a5891cd5d9e5765677bd117dc3 to your computer and use it in GitHub Desktop.
teams graph api mention
"body": {
"content": "<p>https://www.cloudmt.co.kr 페이지가 @{outputs('HTTP')['statusCode']} 입니다.</p>\n<p>페이지 확인이 필요합니다! 도와줘요! <at id=\"0\">Youngjin Park</at> <at id=\"1\">Sangyeop Park</at> Help me!</p>\n",
"contentType": "html"
},
"mentions": [
{
"id": 0,
"mentionText": "Youngjin Park",
"mentioned": {
"user": {
"displayName": "Youngjin Park",
"id": "0ae****-****-****-****-****f5****bf",
"userIdentityType": "aadUser"
}
}
},
{
"id": 1,
"mentionText": "Sangyeop Park",
"mentioned": {
"user": {
"displayName": "Sangyeop Park",
"id": "**e****-****-****-****-****f5****bf",
"userIdentityType": "aadUser"
}
}
}
],
"subject": "페이지가 Code 200이 아닙니다!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment