Skip to content

Commit ed3c797

Browse files
committed
edits
1 parent 203ddef commit ed3c797

File tree

1 file changed

+8
-8
lines changed
  • articles/communication-services/quickstarts/chat

1 file changed

+8
-8
lines changed

articles/communication-services/quickstarts/chat/logic-app.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Quickstart - Send chat message in Power Automate with Azure Communication Services
2+
title: Send a chat message in Power Automate
33
titleSuffix: An Azure Communication Services quickstart
44
description: In this quickstart, learn how to send a chat message in Azure Logic Apps workflows by using the Azure Communication Services Chat connector.
5-
author: sanchezjuan
5+
author: jjsanchezms
66
manager: chpalm
77
services: azure-communication-services
88
ms.author: sanchezjuan
@@ -12,9 +12,9 @@ ms.service: azure-communication-services
1212
ms.custom: mode-other
1313
---
1414

15-
# Quickstart: Send chat message in Power Automate with Azure Communication Services
15+
# Quickstart: Send a chat message in Power Automate
1616

17-
You can create automated workflows that can send chat messages by using the Azure Communication Services Chat connector. This quickstart shows you how to create a chat, add a participant, send a message, and list messages in an existing workflow.
17+
You can create automated workflows that send chat messages by using the Azure Communication Services Chat connector. This quickstart shows you how to create a chat, add a participant, send a message, and list messages in an existing workflow.
1818

1919
## Prerequisites
2020

@@ -66,7 +66,7 @@ To add a new step in your workflow by using the Communication Services Identity
6666

6767
1. Select the access token that was generated in the preceding section, and then add a chat thread topic description. Add the created user and enter a name for the participant.
6868

69-
:::image type="content" source="./media/logic-app/azure-communications-services-connector-create-chat-thread-input.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Create chat thread action input fields.":::
69+
:::image type="content" source="./media/logic-app/azure-communications-services-connector-create-chat-thread-input.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Create chat thread action dialog.":::
7070

7171
## Send a message
7272

@@ -78,7 +78,7 @@ To add a new step in your workflow by using the Communication Services Identity
7878

7979
1. Enter the access token, thread ID, content, and name.
8080

81-
:::image type="content" source="./media/logic-app/azure-communications-services-connector-send-chat-message-input.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action input fields.":::
81+
:::image type="content" source="./media/logic-app/azure-communications-services-connector-send-chat-message-input.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action dialog.":::
8282

8383
## List chat thread messages
8484

@@ -92,15 +92,15 @@ To verify that you sent a message correctly:
9292

9393
1. Enter the access token and thread ID.
9494

95-
:::image type="content" source="./media/logic-app/azure-communications-services-connector-list-chat-messages-input.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action input.":::
95+
:::image type="content" source="./media/logic-app/azure-communications-services-connector-list-chat-messages-input.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action dialog.":::
9696

9797
## Test your logic app
9898

9999
To manually start your workflow, on the designer toolbar, select **Run**. The workflow creates a user, issues an access token for that user, and then removes the token and deletes the user. For more information, review [How to run your workflow](../../../logic-apps/quickstart-create-first-logic-app-workflow.md#run-workflow).
100100

101101
Now, select **List chat thread messages**. In the action outputs, check for the message that was sent.
102102

103-
:::image type="content" source="./media/logic-app/azure-communications-services-connector-list-chat-messages-output.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action output.":::
103+
:::image type="content" source="./media/logic-app/azure-communications-services-connector-list-chat-messages-output.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action results.":::
104104

105105
## Clean up resources
106106

0 commit comments

Comments
 (0)