Sign in

Get Email to SMS History

documented

Retrieve history of messages sent via the Email-to-SMS gateway.

Message Reportingno 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://api.textlocal.in/get_history_email/' \
  -X POST \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'Accept: application/json' \
  -d 'apikey={{TEXTLOCAL_API_KEY}}&min_time={{$min_time}}&max_time={{$max_time}}&sort_order={{$sort_order}}&start={{$start}}&limit={{$limit}}'
Get Email to SMS History · Textlocal · OpenIntegrations