Created
August 16, 2021 13:24
-
-
Save stuartellis/4e2f6e5328b3d6ffb8bed444fedc4887 to your computer and use it in GitHub Desktop.
Teams Interactive Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@type": "MessageCard", | |
"@context": "http://schema.org/extensions", | |
"themeColor": "0076D7", | |
"summary": "integration-fictional-api Failed Smoke Tests on UAT", | |
"sections": [{ | |
"activityTitle": "integration-fictional-api Failed Smoke Tests on UAT", | |
"activitySubtitle": "Commit: fd17b15", | |
"activityImage": "https://img.icons8.com/flat-round/64/000000/error--v1.png", | |
"facts": [{ | |
"name": "Description", | |
"value": "Bug fix for misaligned text" | |
},{ | |
"name": "Test time", | |
"value": "Mon Aug 16 2021 13:01:18 UTC-0500 (Eastern Standard Time)" | |
}], | |
"markdown": true | |
}],"potentialAction": [{ | |
"@type": "OpenUri", | |
"name": "View test report", | |
"targets": [{ | |
"os": "default", | |
"uri": "https://docs.microsoft.com/outlook/actionable-messages" | |
}] | |
}, | |
{ | |
"@type": "ActionCard", | |
"name": "Trigger new run", | |
"inputs": [{ | |
"@type": "TextInput", | |
"id": "comment", | |
"isMultiline": false, | |
"title": "Add a comment here" | |
}], | |
"actions": [{ | |
"@type": "HttpPOST", | |
"name": "Trigger new run", | |
"target": "https://docs.microsoft.com/outlook/actionable-messages" | |
}] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment