You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ThirdPartyNotices
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
##Legal Notices
1
+
##Legal Notices
2
2
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
3
3
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
4
4
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
@@ -7,7 +7,7 @@ see the [LICENSE](LICENSE) file, and grant you a license to any code in the repo
7
7
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
8
8
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
9
9
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
10
-
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
10
+
Microsoft's general trademark guidelines can be found at https://go.microsoft.com/fwlink/?LinkID=254653.
11
11
12
12
Privacy information can be found at https://privacy.microsoft.com/en-us/
Copy file name to clipboardExpand all lines: docs/actionable-messages/actionable-email-dev-dashboard.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Actionable messages via email developer dashboard guide | Microsoft Docs
3
-
description: Learn about the actionable message developer dashboard.
3
+
description: The developer dashboard helps you submit and track status of your submission via the web portal.
4
4
author: jasonjoh
5
-
6
5
ms.topic: article
7
6
ms.technology: o365-connectors
8
7
ms.date: 05/07/2018
9
8
ms.author: jasonjoh
10
9
---
10
+
11
11
# Register your service with the actionable email developer dashboard
12
12
13
13
To test and publish actionable messages from your service, you need to provide certain information to Microsoft to enable this functionality for emails from your service. The [developer dashboard](https://aka.ms/publishoam) helps you submit and track status of your submission via the web portal.
@@ -111,8 +111,8 @@ There are some things you need to keep in mind when you submit your solution for
111
111
- The top-level domain (TLD) of the SPF check or DKIM signature must match the TLD of your `From:` email address. For example, if you use `From: [email protected]` the DKIM or SPF must be for `contoso.com` or `-.contoso.com`.
112
112
- Emails must come from a static email address, e.g. `[email protected]`.
113
113
- Emails must follow the email sender guidelines.
114
-
- See [Sending mail to Office 365](https://technet.microsoft.com/en-us/library/mt706217(v=exchg.150).aspx) for Office 365.
115
-
- See [Policies, Practices, and Guidelines](https://mail.live.com/mail/policies.aspx) for Outlook.com.
114
+
- See [Sending mail to Office 365](https://docs.microsoft.com/office365/SecurityCompliance/sending-mail-to-office-365) for Office 365.
115
+
- See [Policies, Practices, and Guidelines](https://sendersupport.olc.protection.outlook.com/pm/policies.aspx) for Outlook.com.
116
116
- See [M3AAWG Sender Best Practices](https://www.m3aawg.org/sites/default/files/document/M3AAWG_Senders_BCP_Ver3-2015-02.pdf) and [ReturnPath Sending Best Practices](https://help.returnpath.com/hc/en-us/articles/221634867-Sending-Best-Practices-PDF-) for industry guidelines.
117
117
- Consistent history of sending a high volume of mail from your domain (order of hundred emails a day minimum to Office 365) for a few weeks at least.
Use [Postman](https://www.getpostman.com/) to post an actionable message payload to the webhook URL. Open Postman. Create a new tab if needed and configure the tab as follows:
91
91
92
-
- Click the **GET** and change to **POST**.
93
-
- In the text box labeled `Enter request URL` paste the webhook URL.
94
-
- Click **Body** underneath the URL, then select the **raw** option.
95
-
- Click **Text** and change to **JSON (application/json)**.
96
-
- Enter the message card JSON in the text area below.
92
+
1. Click the **GET** and change to **POST**.
93
+
94
+
2. In the text box labeled `Enter request URL` paste the webhook URL.
95
+
96
+
3. Click **Body** underneath the URL, then select the **raw** option.
97
+
98
+
4. Click **Text** and change to **JSON (application/json)**.
99
+
100
+
5. Enter the message card JSON in the text area below.
97
101
98
-
The Postman window should look like this when you are done:
102
+
The Postman window should look like this when you are done:
99
103
100
-

104
+

Copy file name to clipboardExpand all lines: docs/actionable-messages/actionable-messages-via-email.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Get started with actionable messages via email | Microsoft Docs
3
-
description: Learn how to create an actionable message card and send it via email.
3
+
description: Learn how to create an actionable message card and send it via Outlook or Office 365 email.
4
4
author: jasonjoh
5
-
6
5
ms.topic: get-started-article
7
6
ms.technology: o365-connectors
8
7
ms.date: 07/09/2018
9
8
ms.author: jasonjoh
10
9
---
10
+
11
11
# Send an actionable message via email in Office 365
12
12
13
13
## Supported scenarios
@@ -215,7 +215,7 @@ To embed an actionable message card in an email message, we need to wrap the car
215
215
216
216
For examples of sending messages, see the following.
217
217
218
-
- [Send Actionable Message via Microsoft Graph](https://github.com/jasonjoh/send-actionable-message): A sample console app written in C# that sends an actionable message using [Microsoft Graph](https://graph.microsoft.io/en-us/docs/api-reference/v1.0/api/message_send).
218
+
- [Send Actionable Message via Microsoft Graph](https://github.com/jasonjoh/send-actionable-message): A sample console app written in C# that sends an actionable message using [Microsoft Graph](https://developer.microsoft.com/en-us/graph).
219
219
- [Send Actionable Message via SMTP](https://github.com/tony-zhu/SendActionableMessage): A sample Python script that sends an actionable message using the Office 365 SMTP server. It also includes a sample HTML payload for the actionable message email body.
Copy file name to clipboardExpand all lines: docs/actionable-messages/adaptive-card.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Designing Outlook actionable message cards with the Adaptive Card format | Microsoft Docs
3
3
description: Learn about the available fields for Outlook actionable message cards using the Adaptive Card format and design guidelines for creating an effective card.
4
4
author: jasonjoh
5
-
6
5
ms.topic: article
7
6
ms.technology: o365-connectors
8
7
ms.date: 05/07/2018
9
8
ms.author: jasonjoh
10
9
---
10
+
11
11
# Designing Outlook Actionable Message cards with the Adaptive Card format
12
12
13
13
Outlook Actionable Messages cards are designed using the Adaptive Card format. The Adaptive Card format is a simple yet powerful declarative layout format that provides a lot of flexibility, allowing for visually rich cards. In this topic we'll cover the Outlook-specific features of the Adaptive Card format.
@@ -19,7 +19,7 @@ Outlook Actionable Messages cards are designed using the Adaptive Card format. T
19
19
20
20
## Card Playground
21
21
22
-
Our [Card Playground tool](http://messagecardplayground.azurewebsites.net) has been updated to support the Adaptive Card format. There you will find Adaptive Card samples (including the one below) that can help you get started crafting your own cards and also allows you to send those cards to your own Office 365 email account to see how they look in Outlook.
22
+
Our [Card Playground tool](https://messagecardplayground.azurewebsites.net) has been updated to support the Adaptive Card format. There you will find Adaptive Card samples (including the one below) that can help you get started crafting your own cards and also allows you to send those cards to your own Office 365 email account to see how they look in Outlook.
23
23
24
24
## Adaptive Cards Designer (preview)
25
25
@@ -40,7 +40,7 @@ Here is how this card is crafted:
@@ -299,7 +299,7 @@ Use `ColumnSet` only when you need to align several elements on a single horizon
299
299
Outlook introduces a set of additional Adaptive Card properties and features for use in the context of Actionable Messages.
300
300
301
301
> [!IMPORTANT]
302
-
> Outlook-specific Adaptive Card properties and features **only work in the context of Actionable Messages**. They will NOT work in other Adaptive Card enabled applications and are therefore not documented on the [official Adaptive Cards site](http://adaptivecards.io/).
302
+
> Outlook-specific Adaptive Card properties and features **only work in the context of Actionable Messages**. They will NOT work in other Adaptive Card enabled applications and are therefore not documented on the [official Adaptive Cards site](https://adaptivecards.io/).
303
303
304
304
### Adaptive Card features not supported with Outlook Actionable Messages
305
305
@@ -663,7 +663,7 @@ Please refer to the previous example for an illustration of how to use `isVisibl
663
663
664
664
### Additional properties on the AdaptiveCard type
665
665
666
-
The following additional properties can be specified on an [AdaptiveCard object](http://adaptivecards.io/explorer/AdaptiveCard.html) in the context of Outlook Actionable Messages:
666
+
The following additional properties can be specified on an [AdaptiveCard object](https://adaptivecards.io/explorer/AdaptiveCard.html) in the context of Outlook Actionable Messages:
667
667
668
668
| Property name | Type | Required | Description |
669
669
|---------------|------|----------|-------------|
@@ -674,7 +674,7 @@ The following additional properties can be specified on an [AdaptiveCard object]
674
674
675
675
### Additional properties on the Column type
676
676
677
-
The following additional properties can be specified on a [Column object](http://adaptivecards.io/explorer/Column.html) in the context of Outlook Actionable Messages:
677
+
The following additional properties can be specified on a [Column object](https://adaptivecards.io/explorer/Column.html) in the context of Outlook Actionable Messages:
678
678
679
679
| Property name | Type | Required | Description |
680
680
|---------------|------|----------|-------------|
@@ -697,7 +697,7 @@ If `width` is expressed as a string, it can have the following values:
@@ -754,7 +754,7 @@ If `width` is expressed as a string, it can have the following values:
754
754
755
755
### Additional properties on the Container type
756
756
757
-
The following additional properties can be specified on a [Container object](http://adaptivecards.io/explorer/Container.html) in the context of Outlook Actionable Messages:
757
+
The following additional properties can be specified on a [Container object](https://adaptivecards.io/explorer/Container.html) in the context of Outlook Actionable Messages:
758
758
759
759
| Property name | Type | Required | Description |
760
760
|---------------|------|----------|-------------|
@@ -765,7 +765,7 @@ These properties behave exactly like their counterpart on the `Column` type. Ple
765
765
766
766
### Additional properties on the Image type
767
767
768
-
The following additional properties can be specified on an [Image object](http://adaptivecards.io/explorer/Image.html) in the context of Outlook Actionable Messages:
768
+
The following additional properties can be specified on an [Image object](https://adaptivecards.io/explorer/Image.html) in the context of Outlook Actionable Messages:
769
769
770
770
| Property name | Type | Required | Description |
771
771
|---------------|------|----------|-------------|
@@ -777,7 +777,7 @@ The following additional properties can be specified on an [Image object](http:/
Copy file name to clipboardExpand all lines: docs/actionable-messages/connectors-dev-dashboard.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
title: Connectors developer dashboard | Microsoft Docs
3
-
description: Learn about the connectors developer dashboard.
3
+
description: Register your connector in our developer portal, add an integrated configuration experience to your application, and implement your connector.
4
4
author: jasonjoh
5
-
6
5
ms.topic: article
7
6
ms.technology: o365-connectors
8
7
ms.date: 08/02/2018
@@ -28,14 +27,14 @@ Choose **New Connector** and fill out the form. Once you choose **Save**, new op
28
27
29
28
An integrated configuration experience allows the user to configure your connector without leaving Outlook. Your application exposes the configuration as a web page that utilizes the Microsoft Teams JavaScript library to communicate configuration status back to Outlook.
30
29
31
-
For details, see [Integrating the configuration experience](/microsoftteams/platform/concepts/connectors/connectors-creating#integrating-the-configuration-experience).
30
+
For details, see [Integrating the configuration experience](https://docs.microsoft.com/microsoftteams/platform/concepts/connectors/connectors-creating#integrating-the-configuration-experience).
32
31
33
32
> [!NOTE]
34
-
> The [Integrating the configuration experience](/microsoftteams/platform/concepts/connectors/connectors-creating#integrating-the-configuration-experience) document is Microsoft Teams-specific, but the documented methods work the same way in Outlook.
33
+
> The **Integrating the configuration experience** document is Microsoft Teams-specific, but the documented methods work the same way in Outlook.
35
34
36
35
#### Outlook-specific configuration requirements
37
36
38
-
If your configuration experience requires authentication, there are additional requirements to enable the [authentication flow](/microsoftteams/platform/concepts/authentication/auth-flow-tab) in Outlook on Windows.
37
+
If your configuration experience requires authentication, there are additional requirements to enable the [authentication flow](https://docs.microsoft.com/microsoftteams/platform/concepts/authentication/auth-flow-tab) in Outlook on Windows.
39
38
40
39
Outlook on Windows passes an additional query parameter to your connectors authentication start page.
Copy file name to clipboardExpand all lines: docs/actionable-messages/get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Get started with actionable messages | Microsoft Docs
3
3
description: Get started with actionable messages. Learn about the available delivery mechanisms and applicable scenarios.
4
4
author: jasonjoh
5
-
6
5
ms.topic: get-started-article
7
6
ms.technology: o365-connectors
8
7
ms.date: 05/09/2017
9
8
ms.author: jasonjoh
10
9
---
10
+
11
11
# Get started with actionable messages in Office 365
12
12
13
13
Actionable messages can be posted via a group or inbox connector, or can be sent directly over email. Choosing the right delivery mechanism depends on your scenario.
Copy file name to clipboardExpand all lines: docs/actionable-messages/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
2
title: What are actionable messages in Office 365? | Microsoft Docs
3
-
description: Learn about actionable messages in Outlook email and Office 365 Groups.
3
+
description: Actionable Messages enable you to take quick actions right from within Outlook.
4
4
author: jasonjoh
5
-
6
5
ms.topic: article
7
6
ms.technology: o365-connectors
8
7
ms.date: 08/02/2018
9
8
ms.author: jasonjoh
10
9
nodes_to_expand: get-started
11
10
---
11
+
12
12
# Actionable messages in Outlook and Office 365 Groups
13
13
14
14
Whether you are filling out a survey, approving an expense report, or updating a CRM sales opportunity, Actionable Messages enable you to take quick actions right from within Outlook. Developers can now embed actions in their emails or notifications, elevating user engagement with their services and increasing organizational productivity.
15
15
16
16
Office 365 provides two solutions to enhance productivity with Outlook Actionable Messages: actionable messages via email, and actionable messages via Office 365 Connectors.
17
17
18
18
> [!NOTE]
19
-
> Actionable messages are also available in Microsoft Teams. See [Office 365 Connectors for Teams](/microsoftteams/platform/concepts/connectors/connectors) for more information.
19
+
> Actionable messages are also available in Microsoft Teams. See [Office 365 Connectors for Teams](https://docs.microsoft.com/microsoftteams/platform/concepts/connectors/connectors) for more information.
0 commit comments