Get Inbox Message
documentedRetrieve inbox messages via FormPost API.
GET /secure/messenger/formpost/GetInboxMessage.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/GetInboxMessage.aspx?username={{ESENDEX_USERNAME}}&password={{ESENDEX_SECRET}}&account={{ESENDEX_ACCOUNT}}&MessageID={{$message_id}}&StartDate={{$start_date}}&EndDate={{$end_date}}&PlainText=1" \
-X GET \
-H "Accept: text/plain"