Telnyx Messaging Java
Send and receive SMS messages programmatically using Telnyx's Java SDK within your backend applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-messaging-java npx -- -y @trustedskills/telnyx-messaging-java
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-messaging-java": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-messaging-java"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides Java integration for sending and receiving SMS messages using the Telnyx API. It allows AI agents to programmatically interact with the Telnyx messaging platform, enabling features like automated SMS campaigns, two-factor authentication, and real-time notifications. The skill handles message formatting, delivery status tracking, and error handling related to SMS communication.
When to use it
- Automated Customer Support: Send order updates or appointment reminders via SMS.
- Two-Factor Authentication (2FA): Generate and send verification codes for user logins.
- Emergency Notifications: Quickly broadcast critical alerts to a large group of recipients.
- SMS Marketing Campaigns: Design and execute targeted promotional messaging campaigns.
Key capabilities
- Sending SMS messages
- Receiving inbound SMS messages
- Tracking message delivery status
- Error handling for failed deliveries
Example prompts
- "Send an SMS to +15551234567 saying 'Your order has shipped!'"
- "What is the status of message ID 12345?"
- "Create a new SMS campaign targeting customers in California."
Tips & gotchas
- Requires a Telnyx API key to function. Ensure this key is securely stored and accessible to the AI agent environment.
- Message costs are associated with sending SMS messages through Telnyx; monitor usage to avoid unexpected charges.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.