Get Group Message History
documentedRetrieve history for messages sent to a group.
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_api/" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "apikey={{TEXTLOCAL_API_KEY}}&start={{$start}}&limit={{$limit}}&min_time={{$min_time}}&max_time={{$max_time}}"