Created
March 17, 2019 11:15
-
-
Save nckltcha/ba9f0bfacba4057eedc6b5831fb272cf to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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