View Sent Summary
documentedGet a summary of sent messages for a date range.
Messagesno 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/sentreport/json" \
-G \
-H "Accept: application/json" \
-d "apiKey={{FIRETEXT_API_KEY}}&from={{$from}}&to={{$to}}&subaccount={{$subaccount}}"