Sign in

View Click Reports

documented

View click-tracking reports for sent messages.

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/clickreport?apiKey={{FIRETEXT_API_KEY}}&message={{$message_id}}&pp={{$pp}}&page={{$page}}&subaccount={{$subaccount}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  \
|| npx -y keychains@latest curl "https://www.firetext.co.uk/api/clickreport" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "apiKey={{FIRETEXT_API_KEY}}&message={{$message_id}}&pp={{$pp}}&page={{$page}}&subaccount={{$subaccount}}"
View Click Reports · FireText · OpenIntegrations