Sign in

View Sent Messages

documented

View a list of messages that have been sent from your account.

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/sentmessages/json?apiKey={{FIRETEXT_API_KEY}}&from={{$from_date}}&to={{$to_date}}&pp={{$pp}}&page={{$page}}&subaccount={{$subaccount}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{FIRETEXT_API_KEY}}" \
  "; \
npx -y keychains@latest curl "https://www.firetext.co.uk/api/sentmessages/json" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{FIRETEXT_API_KEY}}" \
  -d '{"apiKey":"{{FIRETEXT_API_KEY}}","from":"{{$from_date}}","to":"{{$to_date}}","pp":{{$pp}},"page":{{$page}},"subaccount":"{{$subaccount}}"}'