Skip to content

Commit 1aa8ecc

Browse files
authored
Update opt-out-api-quickstart.md
1 parent 9995b41 commit 1aa8ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/sms/opt-out-api-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ This article describes how to enable opt-out management for your Azure Communica
1717

1818
## Global prerequisites
1919

20-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21-
- An active Communication Services resource and connection string. See [Create a Communication Services resource](../create-communication-resource.md).
22-
2320
## Quickstart: Send OptOut API requests with API (HMAC)
2421
Sending an Opt-out API request is similar to SMS as described in the [Azure Communication Services Postman Tutorial](https://learn.microsoft.com/azure/communication-services/tutorials/postman-tutorial) with the difference of endpoints for OptOut Actions (Add, Remove, or Check) and body. The request body has the same structure for all actions, while the response content slightly differs.
2522

@@ -122,6 +119,7 @@ In general, response contents are the same for all actions and contain the succe
122119

123120
#### Prerequisites
124121

122+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
125123
- The .NET Core SDK version must be higher than v6 for your operating system.
126124
- An active Communication Services resource and connection string. See [Create a Communication Services resource](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
127125
- An SMS-enabled telephone number. See [Get a phone number](https://learn.microsoft.com/azure/communication-services/quickstarts/telephony/get-phone-number) and `allowlisted` as described in the beginning of the article.
@@ -205,6 +203,7 @@ await SendOptOutAdd(ConnectionString, payload);
205203

206204
#### Prerequisites
207205

206+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
208207
- Browser or Node.js Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 are recommended).
209208
- An active Communication Services resource and connection string. See [Create a Communication Services resource](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
210209
- An SMS-enabled telephone number. See [Get a phone number](https://learn.microsoft.com/azure/communication-services/quickstarts/telephony/get-phone-number).
@@ -286,6 +285,7 @@ sendOptOutAdd(ConnectionString, payload);
286285

287286
#### Prerequisites
288287

288+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
289289
- Java Development Kit (JDK) version 8 or above.
290290
- An active Communication Services resource and connection string. See [Create a Communication Services resource](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
291291
- An SMS-enabled telephone number. See [Get a phone number](https://learn.microsoft.com/azure/communication-services/quickstarts/telephony/get-phone-number).

0 commit comments

Comments
 (0)