Sign in

Send WAP Push SMS (FormPost)

documented

Send a WAP Push SMS using the FormPost API.

POST /secure/messenger/formpost/SendWapPushSMS.aspxFormPost APIno implementation yet0 runs
No 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/SendWAPPushSMS.aspx" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: text/xml" \
  -d 'Username={{ESENDEX_USERNAME}}&Password={{ESENDEX_PASSWORD}}&Account={{ESENDEX_ACCOUNT}}&Originator={{$originator}}&Recipient={{$recipient}}&Href={{$href}}&Text={{$text}}&ValidityPeriod={{$validity}}&SuccessPage={{$success_page}}&FailurePage={{$failure_page}}&PlainText=1'