Skip to content

Instantly share code, notes, and snippets.

@stuartellis
Created August 16, 2021 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartellis/4e2f6e5328b3d6ffb8bed444fedc4887 to your computer and use it in GitHub Desktop.
Save stuartellis/4e2f6e5328b3d6ffb8bed444fedc4887 to your computer and use it in GitHub Desktop.
Teams Interactive Error
{
"@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