azure-communication-sms-java Skill
Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports. Published by microsoft in skills.
What is azure-communication-sms-java Skill?
Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-communication-sms-java Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-communication-sms-java/SKILL.md
What it does
Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports.
Skill instructions
Azure Communication SMS (Java) Send SMS messages to single or multiple recipients with delivery reporting. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-communication-sms</artifactId <version1.2.0</version </dependency Client Creation java import com.azure.communication.sms.SmsClient; import com.azure.communication.sms.SmsClientBuilder; import com.azure.core.credential.TokenCredential; import com.azure.identity.AzureIdentityEnvVars; import com.azure.identity.DefaultAzureCredentialBuilder; import com.azure.identity.ManagedIdentityCredentialBuilder; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential TokenCredential credential = new DefaultAzureCredentialBuilder() .requireEnvVars(AzureIdentityEnvVars.AZURETOKENCREDENTIALS) .build(); // Or use a specific credential directly in production: // See https://learn.microsoft.com/java/api/overview/azure/identity-readme?view=azure-java-stablecrede
Explore related resources
Frequently asked questions
What is azure-communication-sms-java?
azure-communication-sms-java is a open-source AI agent skill with Copy skill directory. Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports.
Who is azure-communication-sms-java best for?
azure-communication-sms-java is best for reusing agent instructions, scripts, and references.
How do I install azure-communication-sms-java?
Install or run azure-communication-sms-java using Copy skill directory. Check azure-communication-sms-java for the latest setup command.
Is azure-communication-sms-java actively maintained?
azure-communication-sms-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.