Skip to content

Instantly share code, notes, and snippets.

@nckltcha
Created March 17, 2019 11:15
Show Gist options
  • Select an option

  • Save nckltcha/ba9f0bfacba4057eedc6b5831fb272cf to your computer and use it in GitHub Desktop.

Select an option

Save nckltcha/ba9f0bfacba4057eedc6b5831fb272cf to your computer and use it in GitHub Desktop.
{
"type": "MessageCard",
"context": "http://schema.org/extensions",
"themeColor": "0076D7",
"summary": "Insight Updates",
"sections": [
{
"activityTitle": "Insight Updates",
"activitySubtitle": "Updates from the Insight Data Warehouse",
"activityImage": "",
"facts": [
{
"name": "Total Sales YTD",
"value": "100,000.00"
}
],
"markdown": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment