Skip to content

Commit 3999a1b

Browse files
authored
Merge pull request #211511 from bashan-git/main
Updating SDK links for Email
2 parents cdfbb26 + ed4f988 commit 3999a1b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

articles/communication-services/concepts/sdk-options.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Development of Calling and Chat applications can be accelerated by the [Azure C
2828
| Identity | [REST](/rest/api/communication/communication-identity) | Service| Manage users, access tokens|
2929
| Phone numbers| [REST](/rest/api/communication/phonenumbers) | Service| Acquire and manage phone numbers |
3030
| SMS | [REST](/rest/api/communication/sms) | Service| Send and receive SMS messages|
31+
| Email | [REST](/rest/api/communication/Email) | Service|Send and get status on Email messages|
3132
| Chat | [REST](/rest/api/communication/) with proprietary signaling | Client & Service | Add real-time text chat to your applications |
3233
| Calling | Proprietary transport | Client | Voice, video, screen-sharing, and other real-time communication |
3334
| Calling Server | [REST](/rest/api/communication/callautomation/server-calls) | Service| Make and manage calls, play audio, and configure recording |
@@ -46,6 +47,7 @@ Publishing locations for individual SDK packages are detailed below.
4647
| Phone Numbers | [npm](https://www.npmjs.com/package/@azure/communication-phone-numbers) | [NuGet](https://www.NuGet.org/packages/Azure.Communication.PhoneNumbers)| [PyPi](https://pypi.org/project/azure-communication-phonenumbers/)| [Maven](https://search.maven.org/search?q=a:azure-communication-phonenumbers) | -| -| -|
4748
| Chat | [npm](https://www.npmjs.com/package/@azure/communication-chat)| [NuGet](https://www.NuGet.org/packages/Azure.Communication.Chat) | [PyPi](https://pypi.org/project/azure-communication-chat/) | [Maven](https://search.maven.org/search?q=a:azure-communication-chat) | [GitHub](https://github.com/Azure/azure-sdk-for-ios/releases)| [Maven](https://search.maven.org/search?q=a:azure-communication-chat) | -|
4849
| SMS| [npm](https://www.npmjs.com/package/@azure/communication-sms) | [NuGet](https://www.NuGet.org/packages/Azure.Communication.Sms)| [PyPi](https://pypi.org/project/azure-communication-sms/) | [Maven](https://search.maven.org/artifact/com.azure/azure-communication-sms) | -| -| -|
50+
| Email| [npm](https://www.npmjs.com/package/@azure/communication-email) | [NuGet](https://www.NuGet.org/packages/Azure.Communication.Email)| [PyPi](https://pypi.org/project/azure-communication-email/) | [Maven](https://search.maven.org/artifact/com.azure/azure-communication-email) | -| -| -|
4951
| Calling| [npm](https://www.npmjs.com/package/@azure/communication-calling) | [NuGet](https://www.NuGet.org/packages/Azure.Communication.Calling) | -| - | [GitHub](https://github.com/Azure/Communication/releases) | [Maven](https://search.maven.org/artifact/com.azure.android/azure-communication-calling/)| -|
5052
|Call Automation||[NuGet](https://www.NuGet.org/packages/Azure.Communication.CallingServer/)||[Maven](https://search.maven.org/artifact/com.azure/azure-communication-callingserver)
5153
|Network Traversal| [npm](https://www.npmjs.com/package/@azure/communication-network-traversal)|[NuGet](https://www.NuGet.org/packages/Azure.Communication.NetworkTraversal/) | [PyPi](https://pypi.org/project/azure-communication-networktraversal/) | [Maven](https://search.maven.org/search?q=a:azure-communication-networktraversal) | -|- | - |
@@ -116,6 +118,7 @@ For more information, see the following SDK overviews:
116118
- [Calling SDK Overview](../concepts/voice-video-calling/calling-sdk-features.md)
117119
- [Chat SDK Overview](../concepts/chat/sdk-features.md)
118120
- [SMS SDK Overview](../concepts/sms/sdk-features.md)
121+
- [Email SDK Overview](../concepts/email/sdk-features.md)
119122

120123
To get started with Azure Communication Services:
121124

articles/communication-services/toc.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,16 @@ items:
416416
href: https://azure.github.io/azure-sdk-for-java/communication.html#azure-communication-sms
417417
- name: SMS (Python)
418418
href: https://azure.github.io/azure-sdk-for-python/communication.html#azure-communication-sms
419+
- name: Email libraries
420+
items:
421+
- name: Email (JavaScript)
422+
href: https://azure.github.io/azure-sdk-for-js/communication.html#azure-communication-email
423+
- name: Email (.NET)
424+
href: https://azure.github.io/azure-sdk-for-net/communication.html#azure-communication-email
425+
- name: Email (Java)
426+
href: https://azure.github.io/azure-sdk-for-java/communication.html#azure-communication-email
427+
- name: Email (Python)
428+
href: https://azure.github.io/azure-sdk-for-python/communication.html#azure-communication-email
419429
- name: Identity libraries
420430
items:
421431
- name: Identity (JavaScript)
@@ -443,8 +453,7 @@ items:
443453
- name: UI Library (iOS)
444454
href: https://azure.github.io/azure-sdk-for-ios/AzureCommunicationUICalling/index.html
445455
- name: UI Library (Android)
446-
href: https://azure.github.io/azure-sdk-for-android/azure-communication-mobileui/com/azure/android/communication/ui/calling/package-summary.html
447-
456+
href: https://azure.github.io/azure-sdk-for-android/azure-communication-mobileui/com/azure/android/communication/ui/calling/package-summary.html
448457
- name: Resources
449458
items:
450459
- name: Release notes

0 commit comments

Comments
 (0)