Setup & Installation
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
- Sending OTP codes during user login or account verification
- Delivering order confirmation texts to customers after checkout
- Sending bulk promotional SMS to a list of opted-in phone numbers
- Triggering alert messages when a backend service crosses an error threshold
- Tracking per-recipient delivery status for compliance or audit purposes