Sign in

View Received Messages (XML)

documented

View received messages in XML format.

GET /api/receivedmessages/xmlMessagesno 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.firetext.co.uk/api/receivedmessages/xml?apiKey={{FIRETEXT_API_KEY}}&from={{$from}}&to={{$to}}&pp={{$pp}}&page={{$page}}&subaccount={{$subaccount}}" \
  -X GET \
  -H "Accept: application/xml"
View Received Messages (XML) · FireText · OpenIntegrations