Send SMS (FormPost)
documentedSend an SMS using the FormPost API.
POST /secure/messenger/formpost/SendSMS.aspxFormPost APIno 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://www.esendex.com/secure/messenger/formpost/SendSMS.aspx" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "Username={{ESENDEX_USERNAME}}&Password={{ESENDEX_SECRET}}&Account={{ESENDEX_ACCOUNT}}&Originator={{$originator}}&Recipient={{$recipient}}&Body={{$body}}&Plaintext=1"