Skip to content

Commit 081be7c

Browse files
authored
Update number-lookup-concept.md
adding the details about number format
1 parent bf0e9f6 commit 081be7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/communication-services/concepts/numbers/number-lookup-concept.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Key features of Azure Communication Services Number Lookup include:
2525
- **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.
2626
- **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.
2727
- **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.
28+
- **Number Format** Developers will be able to validate national and international phone number format and increase call or message completion.
2829
- **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.
2930
- **Carrier Details** We provide information about the country or region of destination and carrier information which helps to estimate potential costs and find alternative messaging methods (e.g., sending an email).
3031

@@ -36,6 +37,7 @@ The main benefits the solution will provide to Azure Communication Services cust
3637

3738
## Key Use Cases
3839

40+
- **Validate the number format before placing a call or sending a message:** Validate national and international phone number format.
3941
- **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.
4042
*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.*
4143
- **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.
@@ -48,7 +50,8 @@ The main benefits the solution will provide to Azure Communication Services cust
4850

4951
| Request | Price per API query |
5052
| ------------------------------------------------------------| -----------------------------------------------------------------|
51-
| Get Number Type and Carrier details, query per phone number | $0.005 |
53+
| Get Number Format | Free |
54+
| Get Number Format, Type and Carrier details, query per phone number | $0.005 |
5255

5356

5457
## Next steps

0 commit comments

Comments
 (0)