Samples

These samples are just a teaser of the type of cards you can create. Go ahead and tweak them to make any scenario possible!

Choose sample:

Weather large sample

JSON
{
	"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
	"type": "AdaptiveCard",
	"version": "1.0",
	"speak": "Weather forecast for Monday is high of 62 and low of 42 degrees with a 20% chance of rainWinds will be 5 mph from the northeast",
	"backgroundImage": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Background-Dark.jpg",
	"body": [
		{
			"type": "ColumnSet",
			"columns": [
				{
					"type": "Column",
					"width": "35",
					"items": [
						{
							"type": "Image",
							"url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png",
							"size": "stretch"
						}
					]
				},
				{
					"type": "Column",
					"width": "65",
					"items": [
						{
							"type": "TextBlock",
							"text": "Monday April 1",
							"weight": "bolder",
							"size": "large",
							"color": "light"
						},
						{
							"type": "TextBlock",
							"text": "63 / 42",
							"size": "medium",
							"spacing": "none"
						},
						{
							"type": "TextBlock",
							"isSubtle": true,
							"text": "20% chance of rain",
							"spacing": "none"
						},
						{
							"type": "TextBlock",
							"isSubtle": true,
							"text": "Winds 5 mph NE",
							"spacing": "none"
						}
					]
				}
			]
		},
		{
			"type": "ColumnSet",
			"columns": [
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Fri"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "62"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"isSubtle": true,
							"wrap": false,
							"text": "52",
							"spacing": "none"
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Friday",
						"url": "http://www.microsoft.com"
					}
				},
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Sat"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "http://messagecardplayground.azurewebsites.net/assets/Drizzle-Square.png"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "60"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"isSubtle": true,
							"wrap": false,
							"text": "48",
							"spacing": "none"
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Saturday",
						"url": "http://www.microsoft.com"
					}
				},
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Sun"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "59"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"isSubtle": true,
							"wrap": false,
							"text": "49",
							"spacing": "none"
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Sunday",
						"url": "http://www.microsoft.com"
					}
				},
				{
					"type": "Column",
					"width": "20",
					"items": [
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "Mon"
						},
						{
							"type": "Image",
							"size": "auto",
							"url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"wrap": false,
							"text": "64"
						},
						{
							"type": "TextBlock",
							"horizontalAlignment": "center",
							"isSubtle": true,
							"wrap": false,
							"text": "51",
							"spacing": "none"
						}
					],
					"selectAction": {
						"type": "Action.OpenUrl",
						"title": "View Monday",
						"url": "http://www.microsoft.com"
					}
				}
			]
		}
	]
}
Adaptive Card
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "speak": "Weather forecast for Monday is high of 62 and low of 42 degrees with a 20% chance of rainWinds will be 5 mph from the northeast", "backgroundImage": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Background-Dark.jpg", "body": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "35", "items": [ { "type": "Image", "url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png", "size": "stretch" } ] }, { "type": "Column", "width": "65", "items": [ { "type": "TextBlock", "text": "Monday April 1", "weight": "bolder", "size": "large", "color": "light" }, { "type": "TextBlock", "text": "63 / 42", "size": "medium", "spacing": "none" }, { "type": "TextBlock", "isSubtle": true, "text": "20% chance of rain", "spacing": "none" }, { "type": "TextBlock", "isSubtle": true, "text": "Winds 5 mph NE", "spacing": "none" } ] } ] }, { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "20", "items": [ { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "Fri" }, { "type": "Image", "size": "auto", "url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png" }, { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "62" }, { "type": "TextBlock", "horizontalAlignment": "center", "isSubtle": true, "wrap": false, "text": "52", "spacing": "none" } ], "selectAction": { "type": "Action.OpenUrl", "title": "View Friday", "url": "http://www.microsoft.com" } }, { "type": "Column", "width": "20", "items": [ { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "Sat" }, { "type": "Image", "size": "auto", "url": "http://messagecardplayground.azurewebsites.net/assets/Drizzle-Square.png" }, { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "60" }, { "type": "TextBlock", "horizontalAlignment": "center", "isSubtle": true, "wrap": false, "text": "48", "spacing": "none" } ], "selectAction": { "type": "Action.OpenUrl", "title": "View Saturday", "url": "http://www.microsoft.com" } }, { "type": "Column", "width": "20", "items": [ { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "Sun" }, { "type": "Image", "size": "auto", "url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png" }, { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "59" }, { "type": "TextBlock", "horizontalAlignment": "center", "isSubtle": true, "wrap": false, "text": "49", "spacing": "none" } ], "selectAction": { "type": "Action.OpenUrl", "title": "View Sunday", "url": "http://www.microsoft.com" } }, { "type": "Column", "width": "20", "items": [ { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "Mon" }, { "type": "Image", "size": "auto", "url": "http://messagecardplayground.azurewebsites.net/assets/Mostly%20Cloudy-Square.png" }, { "type": "TextBlock", "horizontalAlignment": "center", "wrap": false, "text": "64" }, { "type": "TextBlock", "horizontalAlignment": "center", "isSubtle": true, "wrap": false, "text": "51", "spacing": "none" } ], "selectAction": { "type": "Action.OpenUrl", "title": "View Monday", "url": "http://www.microsoft.com" } } ] } ] }