Query Status (FormPost)
documentedQuery the status of a submitted message via FormPost API.
GET /secure/messenger/formpost/QueryStatus.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/QueryStatus.aspx?username={{ESENDEX_USERNAME}}&password={{ESENDEX_PASSWORD}}&account={{ESENDEX_ACCOUNT}}&MessageID={{$message_id}}&PlainText={{$plaintext}}" \
-X GET \
-H "Accept: text/plain" \
-H "User-Agent: keychains" \