<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Count All Outbound E-mails, Voice Calls, and SMS Messages
Administration
Okta Identity Engine
Overview
The goal of this document is to clarify how to use event types to count all outbound e-mails, outbound voice calls, and outbound SMS messages for auditing purposes.
Applies To
  • Event Types
  • System Log
  • Okta Administration
Solution
  1. Log in to the Okta Admin Console.
  2. Navigate to Reports > System Log > adjust the date and time if necessary.
  3. Use the following filters when searching the System Log:
  • To count all outbound e-mails:
eventType eq "system.email.account_unlock.sent_message" or eventType eq "system.email.challenge_factor_redeemed" or eventType eq "system.email.mfa_enroll_notification.sent_message" or eventType eq "system.email.mfa_reset_notification.sent_message" or eventType eq "system.email.new_device_notification.sent_message" or eventType eq "system.email.password_reset.sent_message" or eventType eq "system.email.send_factor_verify_message"
 
  • To count all outbound voice calls:
​​​​​​​​​​​​​​eventType eq "system.voice.send_call" or eventType eq "system.voice.send_account_unlock_call" or eventType eq "system.voice.send_mfa_challenge_call" or eventType eq "system.voice.send_password_reset_call" or eventType eq "system.voice.send_phone_verification_call"
 
  • To count all outbound SMS messages:
eventType eq "system.sms.send_account_unlock_message" or eventType eq "system.sms.send_factor_verify_message" or eventType eq "system.sms.send_okta_push_verify_message" or eventType eq "system.sms.send_password_reset_message" or eventType eq "system.sms.send_phone_verification_message"​​​​​​​

 

Related References

Loading
How to Count All Outbound E-mails, Voice Calls, and SMS Messages