Kudosity for GitHub: Copilot Extension and SMS Action
Kudosity is now available in two new places on GitHub: as a Copilot extension for natural-language messaging from VS Code, and as a GitHub Action for sending an SMS from any CI workflow.
GitHub Copilot Extension
Send SMS, MMS, manage contact lists, and configure webhooks from GitHub Copilot in VS Code using natural language. The extension uses the Kudosity MCP server for API documentation and your own credentials to execute requests locally — no message data or credentials leave your machine. Requires Copilot Agent Mode.
- Send SMS and MMS from Copilot Chat (Agent Mode)
- Create and manage contact lists for campaign sends
- Configure delivery, inbound, and link-tracking webhooks
- Authenticates via shell environment variables — no keychain or cloud storage
Read the Copilot Extension docs or browse the GitHub repository.
SMS GitHub Action
Drop into any GitHub Actions workflow to send an SMS as a single step. Now published on the GitHub Marketplace. Best for deploy notifications, on-call alerts when builds fail, and scheduled reminders.
- Single-purpose send-SMS via the Kudosity V2 API
- Composite YAML action — no Docker image, no JavaScript runtime
- Repository-secret-based authentication with
::add-mask::log scrubbing - Step outputs (
message-id,status) for downstream verification - Pin to the moving
@v1tag for patch updates, or to a specific tag or SHA for reproducibility
Read the SMS Action docs or browse the GitHub repository.