Sign in

Get Responses by Time Frame

documented

Query responses within a timeframe.

GET /get-user-sms-responses.jsonTransmit SMS API (v1)no 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.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"
Get Responses by Time Frame · Kudosity · OpenIntegrations