Skip to content

Commit 94a027d

Browse files
Merge pull request #292343 from GitHubber17/347131-dd
Bulk - Global effort to fix validation issues
2 parents 2538d7c + 4d01018 commit 94a027d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/communication-services/concepts/sms/opt-out-api-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.subservice: sms
1515
The Opt-Out Management API enables you to manage opt-out requests for SMS messages. It provides a self-service platform for businesses to handle opt-out requests, ensuring compliance with regulations and protecting customer privacy.
1616
Currently, opt-out handling includes configuring responses to mandatory opt-out keywords, such as STOP/START/HELP and others. The responses to these keywords are stored as part of program/campaign brief. The list of opted-out numbers is maintained in the Azure Communication Services Opt-Out database. This database management is automatic.
1717
The Opt-Out database contains entries added when a recipient sends an opt-out keyword. An entry includes the fields: Sender, Recipient, and Country. If a recipient opts back in, the corresponding entry is deleted.
18-
To learn more about how opt-out is handled at Azure Communication Services, read our [FAQ](https://learn.microsoft.com/azure/communication-services/concepts/sms/sms-faq#how-does-azure-communication-services-handle-opt-outs-for-short-codes.md) page.
18+
To learn more about how opt-out is handled at Azure Communication Services, read our [FAQ](./sms-faq.md#how-does-azure-communication-services-handle-opt-outs-for-short-codes) page.
1919

2020
## Opt-Out management API
2121
We're extending opt-out management by enabling you to manage the Opt-Out database via an API. This API allows adding, removing, or checking opt-out entries, overriding the automatic management.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Get started with Azure Communication Services SMS Opt-out API by applying the fo
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- The .NET Core SDK version must be higher than v6 for your operating system.
21-
- 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).
22-
- An SMS-enabled telephone number. See [Get a phone number](https://learn.microsoft.com/azure/communication-services/quickstarts/telephony/get-phone-number).
21+
- An active Communication Services resource and connection string. See [Create a Communication Services resource](../../create-communication-resource.md).
22+
- An SMS-enabled telephone number. See [Get a phone number](../../telephony/get-phone-number.md).
2323

2424
## Sample code to use Opt-Out API
2525

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Get started with Azure Communication Services SMS Opt-out API by applying the fo
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- Java Development Kit (JDK) version 8 or above.
21-
- 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).
22-
- An SMS-enabled telephone number. See [Get a phone number](https://learn.microsoft.com/azure/communication-services/quickstarts/telephony/get-phone-number).
21+
- An active Communication Services resource and connection string. See [Create a Communication Services resource](../../create-communication-resource.md).
22+
- An SMS-enabled telephone number. See [Get a phone number](../../telephony/get-phone-number.md).
2323

2424
## Sample code to use Opt-Out API
2525

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Get started with Azure Communication Services SMS Opt-out API by using the follo
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- Browser or Node.js Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 are recommended).
21-
- 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).
22-
- An SMS-enabled telephone number. See [Get a phone number](https://learn.microsoft.com/azure/communication-services/quickstarts/telephony/get-phone-number).
21+
- An active Communication Services resource and connection string. See [Create a Communication Services resource](../../create-communication-resource.md).
22+
- An SMS-enabled telephone number. See [Get a phone number](../../telephony/get-phone-number.md).
2323
- [CryptoJS](https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/crypto-js/CryptoJS%20v3.1.2.zip) is JavaScript implementations of standard and secure cryptographic algorithms.
2424

2525
## Sample code to use Opt-Out API

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ zone_pivot_groups: acs-js-csharp-java
1717
This article describes how to enable opt-out management for your Azure Communication Services resource using hash message authentication code (HMAC) based authentication.
1818

1919
## Quickstart: Send OptOut API requests with API (HMAC)
20-
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.
20+
Sending an Opt-out API request is similar to SMS as described in the [Azure Communication Services Postman Tutorial](../../tutorials/postman-tutorial.md) 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.
2121

2222
### Endpoints
2323

0 commit comments

Comments
 (0)