Send MMS
documentedSend an MMS message (including image data) to a recipient.
POST /a1/mmsMMSno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.46elks.com/a1/mms" \
-u "{{46ELKS_API_KEY}}:{{46ELKS_API_SECRET}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "from={{$from}}&to={{$to}}&image={{$image}}&message={{$message}}"