·azure-communication-sms-java
</>

azure-communication-sms-java

microsoft/agent-skills

Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports.

1Installs·0Trend·@microsoft

Installation

$npx skills add https://github.com/microsoft/agent-skills --skill azure-communication-sms-java

SKILL.md

Send SMS messages to single or multiple recipients with delivery reporting.

Delivery reports are sent via Azure Event Grid. Configure an Event Grid subscription for your ACS resource.

| getMessageId() | String | Unique message identifier | | getTo() | String | Recipient phone number | | isSuccessful() | boolean | Whether send succeeded | | getHttpStatusCode() | int | HTTP status for this recipient | | getErrorMessage() | String | Error details if failed | | getRepeatabilityResult() | RepeatabilityResult | Idempotency result |

Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports. Source: microsoft/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/microsoft/agent-skills --skill azure-communication-sms-java
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is azure-communication-sms-java?

Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports. Source: microsoft/agent-skills.

How do I install azure-communication-sms-java?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/microsoft/agent-skills --skill azure-communication-sms-java Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/microsoft/agent-skills