
savithav.57242 (Customer) asked a question.
Hi,
I am working on development with Okta, I need to trigger few EventTypes from UI but even after referring to many blogs I did not get help. Please anyone can help me to resolve this?
Below is the list of EventTypes which I nee to trigger from Okta UI:
- application.provision.user.sync
- application.user_membership.change_password
- system.import.complete
- system.import.start
- system.sms.send_phone_verification_message
- system.voice.send_phone_verification_call
- user.account.report_suspicious_activity_by_enduser
- user.authentication.authenticate
- user.credential.enroll
- user.lifecycle.reactivate

Have you tried setting up Okta Event Hook https://developer.okta.com/docs/guides/set-up-event-hook/overview/ ? you can subscribe to these events from Okta https://developer.okta.com/docs/reference/api/event-types/?q=event-hook-eligible
Every time an event of a type that the Event Hook is subscribed to occurs in your Okta org, the Event Hook fires and calls out to your external service, delivering information about the event in the JSON payload of the call. See Ongoing Event Delivery for full details.