Sign in

Send SMS (FormPost)

documented

Send an SMS using the FormPost API.

POST /secure/messenger/formpost/SendSMS.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/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"
Send SMS (FormPost) · Esendex · OpenIntegrations