Send SMS via GET (POST endpoint via GET)
documentedSend an SMS by using the GET form (append /POST to the resource).
GET /a1/sms/POSTSMSno 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/sms" \
-u "{{46ELKS_API_USERNAME}}:{{46ELKS_API_PASSWORD}}" \
-d "from={{$from}}" \
-d "to={{$to}}" \
-d "message={{$message}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded"