Back to skills

azure-communication-sms-java

workflows

Wraps the Azure Communication Services SMS Java SDK to send text messages to one or more recipients. Supports OTP delivery, bulk messaging, delivery status tracking via Event Grid, and async operation

Setup & Installation

npx skills add https://github.com/microsoft/azure-communication-sms-java --skill azure-communication-sms-java
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-communication-sms-java
View on GitHub

What This Skill Does

Wraps the Azure Communication Services SMS Java SDK to send text messages to one or more recipients. Supports OTP delivery, bulk messaging, delivery status tracking via Event Grid, and async operations. Works with connection strings, access keys, or DefaultAzureCredential. It handles per-recipient error reporting and bulk sends in a single API call, so you don't need to loop manually or reconcile partial failures yourself.

When to use it

  • Working with azure communication sms java functionality
  • Implementing azure communication sms java features
  • Debugging azure communication sms java related issues