From kudosity
Send MMS (multimedia) messages via the Kudosity platform. Use when the user wants to send a message with images, GIFs, videos, or audio to a recipient.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kudosity:send-mmsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
MMS messages are sent via the Kudosity V2 API and support images, GIFs, videos, and audio attachments.
MMS messages are sent via the Kudosity V2 API and support images, GIFs, videos, and audio attachments.
x-api-key: {KUDOSITY_V2_API_KEY}/kudosity:setupPOST https://api.transmitmessage.com/v2/mmsapplication/jsonexecute-request tool with title Transmit Message APIRequired:
sender (string): The sender number (must be assigned to the account)recipient (string): Destination number (local or E.164 international format)content_urls (array of strings): URLs to the media files to attachOptional:
subject (string): Message subject — max 20 characters, ASCII onlymessage (string): Body text — max 1,000 characters. Use [opt-out-link] for opt-out if requiredmessage_ref (string, max 500 chars): Your reference ID, returned in webhookstrack_links (boolean): Enable link tracking with shortened URLs{
"method": "POST",
"url": "https://api.transmitmessage.com/v2/mms",
"headers": [
{"name": "x-api-key", "value": "{KUDOSITY_V2_API_KEY}"},
{"name": "Content-Type", "value": "application/json"}
],
"postData": {
"mimeType": "application/json",
"text": "{\"subject\": \"New Arrival\", \"message\": \"Check out our latest product!\", \"sender\": \"61481074185\", \"recipient\": \"61435795809\", \"content_urls\": [\"https://example.com/product.jpg\"]}"
}
}
| Format | Type | Limit |
|---|---|---|
| JPG | Image | Up to 400 KB |
| GIF | Image | Up to 400 KB |
| PNG | Image | Up to 400 KB |
| MP3 | Audio | Up to 400 KB |
| MP4 | Video | Up to 400 KB |
https://example.com/image.jpg), not relative pathssubject field is limited to 20 characters and ASCII characters onlynpx claudepluginhub burstsms/kudosity-claude-code-pluginSend/receive SMS/MMS via Telnyx REST API using curl. Handle delivery webhooks and opt-outs for notifications, 2FA, messaging apps.
Sends SMS or WhatsApp marketing messages via Twilio or Brevo with mandatory compliance checks, consent verification, quiet hours enforcement, and delivery tracking.
Sends and receives iMessage, SMS, and RCS via the Sendblue HTTP API. Covers text, media, group messages, reactions, typing indicators, status callbacks, and inbound webhooks.