Sign in

View Delivery Reports

documented

Retrieve delivery status 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/deliveryreport?apiKey={{FIRETEXT_API_KEY}}&message={{$message}}&pp={{$pp}}&page={{$page}}&reference={{$reference}}&subaccount={{$subaccount}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"
View Delivery Reports · FireText · OpenIntegrations