azure-communication-sms-java
Build Azure SMS Workflows in Java
Java teams need reliable patterns for Azure SMS delivery and result handling. This skill provides focused examples for synchronous, asynchronous, and bulk messaging.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-communication-sms-java" from https://skillstore.io/skills/sickn33-azure-communication-sms-java.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-communication-sms-java/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "azure-communication-sms-java". Create a single-recipient order confirmation flow.
Expected outcome:
A Java implementation outline using DefaultAzureCredential, E.164 placeholders, delivery reporting, and redacted success or failure logging.
Using "azure-communication-sms-java". Plan a bulk appointment reminder service.
Expected outcome:
- Configure the asynchronous SMS client.
- Batch approved E.164 recipients.
- Apply a correlation tag.
- Inspect every recipient result.
- Retry rate limits with bounded backoff.
Using "azure-communication-sms-java". Explain delivery report processing.
Expected outcome:
A workflow connecting message identifiers to validated Event Grid events while recording delivery status and protecting recipient data.
Security Audit
Medium RiskAll 37 static findings are false positives caused by Markdown formatting, Azure endpoint placeholders, and ordinary Java examples. Semantic review found PII logging guidance and an incomplete webhook validation example.
Confirmed security concerns (2)
Risk Factors
โ๏ธ External commands (27)
๐ Network access (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-azure-communication-sms-java/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-azure-communication-sms-java?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-azure-communication-sms-java?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-communication-sms-java/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-azure-communication-sms-java.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). azure-communication-sms-java security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-communication-sms-java/audits/5BibTeX citation
@techreport{sickn33-sickn33-azure-communication-sms-java-2026,
author = {sickn33},
title = {azure-communication-sms-java security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-communication-sms-java/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-communication-sms-java security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-communication-sms-java/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-communication-sms-java:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Add Transactional Notifications
Create Java SMS notifications for orders, appointments, or service alerts with per-recipient result checks.
Implement OTP Delivery
Design an SMS send flow with delivery reporting, error handling, and Azure credentials.
Operate Bulk Messaging
Send approved messages to multiple recipients and correlate outcomes with campaign tags.
Try These Prompts
Show a minimal Java example that sends one Azure Communication Services SMS using DefaultAzureCredential and placeholders for the endpoint and phone numbers.
Extend my Java SMS sender to check SmsSendResult, redact recipient data in logs, and handle request-level failures.
Create an asynchronous Java flow for multiple recipients with delivery reports, tags, rate-limit handling, and bounded retries.
Review my Azure SMS architecture for credential security, consent, idempotency, observability, Event Grid validation, retries, and per-recipient failure handling.
Best Practices
- Prefer DefaultAzureCredential and keep connection strings outside source control.
- Use E.164 numbers, verify consent, and check every recipient result.
- Redact personal data, validate Event Grid requests, and use bounded retries for rate limits.
Avoid
- Do not hardcode real access keys, connection strings, or production phone numbers.
- Do not log complete recipient numbers, response headers, or unsanitized provider errors.
- Do not send bulk messages without consent, opt-out handling, and regional compliance review.
Frequently Asked Questions
Which Azure Java package does this skill use?
Which authentication methods are shown?
Can it send to multiple recipients?
Does it support asynchronous sending?
Does it fully implement delivery webhooks?
What must I provide before using the examples?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-communication-sms-javaRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
7 downloads ยท 151 views
File structure
๐ SKILL.md