You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
{ |
|
"@context": "https://schema.org/extensions", |
|
"@type": "MessageCard", |
|
"themeColor": "0072C6", |
|
"title": "Visit the Outlook Dev Portal", |
|
"text": "Click **Learn More** to learn more about Actionable Messages!", |
|
"potentialAction": [ |
|
{ |
|
"@type": "ActionCard", |
|
"name": "Send Feedback", |
|
"inputs": [ |
|
{ |
|
"@type": "TextInput", |
|
"id": "feedback", |
|
"isMultiline": true, |
|
"title": "Let us know what you think about Actionable Messages" |
|
} |
|
], |
|
"actions": [ |
|
{ |
|
"@type": "HttpPOST", |
|
"name": "Send Feedback", |
|
"isPrimary": true, |
|
"target": "http://..." |
|
} |
|
] |
|
}, |
|
{ |
|
"@type": "OpenUri", |
|
"name": "Learn More", |
|
"targets": [ |
|
{ |
|
"os": "default", |
|
"uri": "https://docs.microsoft.com/outlook/actionable-messages" |
|
} |
|
] |
|
} |
|
] |
|
} |