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: articles/communication-services/quickstarts/chat/logic-app.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To add a new step in your workflow by using the Communication Services Identity
72
72
73
73
1. Add a new action.
74
74
75
-
1. In the **Choose an operation** search box, enter **Communication Services Chat**. In the list of actions, select **Send a Chat message to chat thread**.
75
+
1. In the **Choose an operation** search box, enter **Communication Services Chat**. In the list of actions, select **Send message to chat thread**.
76
76
77
77
:::image type="content" source="./media/logic-app/azure-communications-services-connector-send-chat-message.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action.":::
78
78
@@ -82,7 +82,7 @@ To add a new step in your workflow by using the Communication Services Identity
82
82
83
83
## List chat thread messages
84
84
85
-
To verify you have correctly sent a message, we will add one more action to list the chat thread messages:
85
+
To verify that you sent a message correctly:
86
86
87
87
1. Add a new action.
88
88
@@ -96,22 +96,22 @@ To verify you have correctly sent a message, we will add one more action to list
96
96
97
97
## Test your logic app
98
98
99
-
To manually start your workflow, on the designer toolbar, select **Run**. The workflow should create a user, issue an access token for that user, and then remove the token and delete the user. For more information, review [how to run your workflow](../../../logic-apps/quickstart-create-first-logic-app-workflow.md#run-workflow).
99
+
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).
100
100
101
101
Now, select **List chat thread messages**. In the action outputs, check for the message that was sent.
102
102
103
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.":::
104
104
105
105
## Clean up resources
106
106
107
-
To remove a Communication Services subscription, delete the Communication Services resource or resource group. Deleting the resource group also deletes any other resources in that group. For more information, review [how to clean up Communication Services resources](../create-communication-resource.md#clean-up-resources).
107
+
To remove a Communication Services subscription, delete the Communication Services resource or resource group. Deleting the resource group also deletes any other resources in that group. For more information, review [How to clean up Communication Services resources](../create-communication-resource.md#clean-up-resources).
108
108
109
109
To clean up your logic app workflow and related resources, review [how to clean up Logic Apps resources](../../../logic-apps/quickstart-create-first-logic-app-workflow.md#clean-up-resources).
110
110
111
111
## Next steps
112
112
113
-
In this quickstart, you learned how to create a user, create a chat thread, and send a message by using the Azure Communication Services Identity and Azure Communication Services Chat connectors. To learn more, review [Azure Communication Services Chat Connector](/connectors/acschat/).
113
+
In this quickstart, you learned how to create a user, create a chat thread, and send a message by using the Communication Services Identity and Communication Services Chat connectors. To learn more, review [Communication Services Chat connector](/connectors/acschat/).
114
114
115
-
To learn more about access tokens, review [Create and manage Azure Communication Services users and access tokens](../chat/logic-app.md).
115
+
Learn how to [create and manage Communication Services users and access tokens](../chat/logic-app.md).
116
116
117
-
To learn more about how to send an email, review [Send email message in Power Automate with Azure Communication Services](../email/logic-app.md).
117
+
Learn how to [send an emailmessage in Power Automate by using Communication Services](../email/logic-app.md).
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/chat/react-native.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
@@ -14,7 +14,7 @@ ms.custom: mode-other
14
14
15
15
In this quickstart, you set up the packages in the Azure Communication Services Chat JavaScript SDK to support chat in your React Native app. The steps described in the quickstart are supported for Azure Communication Services JavaScript Chat SDK 1.1.1 and later.
16
16
17
-
## Set up the the chat packages to work with React Native
17
+
## Set up the chat packages to work with React Native
18
18
19
19
Currently, Communication Services chat packages are available as Node packages. Because not all Node modules are compatible with React Native, the modules require a React Native port to work.
0 commit comments