@radzor/sms-send
SMS sending via Twilio or Vonage APIs. Supports single and batch messages, delivery status tracking, and webhook-based delivery receipts.
Messagingv0.1.0typescriptpythonServersmstwiliovonagemessagingnotificationtext-messageby Radzor
Install
View source on GitHub →$npx radzor@latest add sms-send
⚠ Constraints: Requires Twilio or Vonage account. Phone numbers must be in E.164 format. Content/rate limits apply per provider.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| provider* | 'twilio' | 'vonage' | — | SMS provider. |
| accountSid* | string | — | Twilio Account SID or Vonage API Key. |
| authToken* | string | — | Twilio Auth Token or Vonage API Secret.TWILIO_AUTH_TOKEN |
| fromNumber* | string | — | Sender phone number in E.164 format (+1234567890). |
provider*'twilio' | 'vonage'
SMS provider.
accountSid