Skip to content

Commit 176a263

Browse files
authored
Merge pull request #239457 from henikaraa/hkbranchNLSPP
Hkbranch nlspp
2 parents 1269bd5 + e5fad4e commit 176a263

File tree

3 files changed

+93
-0
lines changed

3 files changed

+93
-0
lines changed
32.2 KB
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Number Lookup API concepts in Azure Communication Services
3+
titleSuffix: An Azure Communication Services concept document
4+
description: Learn about Communication Services Number Lookup API concepts.
5+
author: henikaraa
6+
manager: rcole
7+
services: azure-communication-services
8+
9+
ms.author: henikaraa
10+
ms.date: 05/02/2023
11+
ms.topic: conceptual
12+
ms.service: azure-communication-services
13+
---
14+
15+
# Number Lookup overview
16+
17+
[!INCLUDE [Private Preview Notice](../../includes/private-preview-include.md)]
18+
19+
Azure Communication Services enable you to retrieve insights and look up a specific phone number using the Azure Communication Services Number Lookup SDK. It is part of the Phone Numbers SDK and can be used to support customer service scenarios, appointment reminders, two-factor authentication, and other real-time communication needs. Azure Communication Services Number Lookup allows you to reliably retrieve number insights before engaging with end-users.
20+
21+
22+
## Number Lookup features
23+
24+
Key features of Azure Communication Services Number Lookup include:
25+
26+
- **Simple** Our API is easy to integrate with your application. We provide detailed documentation to guide you through the process, and our team of experts is always available to assist you.
27+
- **High Accuracy** We gather data from the most reliable suppliers to ensure that you receive accurate data. Our data is updated regularly to guarantee the highest quality possible.
28+
- **High Velocity** Our API is designed to deliver fast and accurate data, even when dealing with high volumes of data. It is optimized for speed and performance to ensure you always receive the information you need quickly and reliably.
29+
- **Number Capability Check** Our API provides the associated number type that generally can help determine if an SMS can be sent to a particular number. This helps to avoid frustrating attempts to send messages to non-SMS-capable numbers.
30+
- **Carrier Details** We provide information about the country of destination and carrier information which helps to estimate potential costs and find alternative messaging methods (e.g., sending an email).
31+
32+
## Value Proposition
33+
34+
The main benefits the solution will provide to ACS customers can be summarized on the below:
35+
- **Reduce Cost:** Optimize your communication expenses by sending messages only to phone numbers that are SMS-ready
36+
- **Increase efficiency:** Better target customers based on subscribers’ data (name, type, location, etc.). You can also decide on the best communication channel to choose based on status (e.g., SMS or email while roaming instead of calls).
37+
38+
## Key Use Cases
39+
40+
- **Validate the number can receive the SMS before you send it:** Check if a number has SMS capabilities or not and decide if needed to use different communication channels.
41+
*Contoso bank collected the phone numbers of the people who are interested in their services on their site. Contoso wants to send an invite to register for the promotional offer. Contoso checks before sending the link on the offer if SMS is possible channel for the number that customer provided on the site and don’t waste money to send SMS to non mobile numbers.*
42+
- **Estimate the total cost of an SMS campaign before you launch it:** Get the current carrier of the target number and compare that with the list of known carrier surcharges.
43+
*Contoso, a marketing company, wants to launch a large SMS campaign to promote a product. Contoso checks the current carrier details for the different numbers he is targeting with this campaign to estimate the cost based on what ACS is charging him.*
44+
45+
![Diagram showing call recording architecture using calling client sdk.](../numbers/mvp-use-case.png)
46+
47+
## Next steps
48+
49+
> [!div class="nextstepaction"]
50+
> [Get started with Number Lookup API](../../quickstarts/telephony/number-lookup.md)
51+
52+
The following documents may be interesting to you:
53+
54+
- Familiarize yourself with the [Number Lookup SDK](../numbers/number-lookup-sdk.md)
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Number Lookup SDK overview for Azure Communication Services
3+
titleSuffix: An Azure Communication Services concept document
4+
description: Provides an overview of the Number Lookup SDK and its offerings.
5+
author: henikaraa
6+
manager: rcole
7+
services: azure-communication-services
8+
9+
ms.author: henikaraa
10+
ms.date: 05/02/2023
11+
ms.topic: conceptual
12+
ms.service: azure-communication-services
13+
---
14+
15+
# Number Lookup SDK overview
16+
17+
[!INCLUDE [Private Preview Notice](../../includes/private-preview-include.md)]
18+
19+
Azure Communication Services Number Lookup is part of the Phone Numbers SDK. It can be used for your applications to add additional checks before sending and SMS or placing a call.
20+
21+
## Number Lookup SDK capabilities
22+
23+
The following list presents the set of features which are currently available in our SDKs.
24+
25+
| Group of features | Capability | .NET | JS | Java | Python |
26+
| ----------------- | ------------------------------------------------------------------------------------- | --- | ---- | ---- | ------ |
27+
| Core Capabilities | Get Number Type | ✔️ ||||
28+
| | Get Carrier registered name | ✔️ ||||
29+
| | Get associated Mobile Network Code, if available(two or three decimal digits used to identify network operator within a country) | ✔️ ||||
30+
| | Get associated Mobile Country Code, if available(three decimal digits used to identify the country of a mobile operator) | ✔️ ||||
31+
| Phone Number | All number types in E164 format | ✔️ ||||
32+
33+
34+
## Next steps
35+
36+
> [!div class="nextstepaction"]
37+
> [Get started with Number Lookup API](../../quickstarts/telephony/number-lookup.md)
38+
39+
- [Number Lookup Concept](../numbers/number-lookup-concept.md)

0 commit comments

Comments
 (0)