Get Responses by Time Frame
documentedRetrieve SMS responses within a specified timeframe.
GET /get-user-sms-responses.jsonSMSno implementation yet0 runsNo 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.transmitsms.com/get-user-sms-responses.json?mobile={{$mobile}}&page={{$page}}&max={{$max}}&start={{$start}}&end={{$end}}" \
-u "{{KUDOSITY_API_KEY}}:{{KUDOSITY_SECRET}}" \
-X GET \
-H "Accept: application/json"