Sign in

Export audience activity CSV

documented

Export events (sent/delivered/clicked) for a message.

POST /notifications/{message_id}/export_eventsAnalyticsno 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.onesignal.com/notifications/{{$message_id}}/export_events?app_id={{$app_id}}" \
  -X POST \
  -H "Authorization: Key {{ONESIGNAL_API_KEY}}" \
  -H "Accept: application/json"
Export audience activity CSV · OneSignal · OpenIntegrations