<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
0D5KZ00000cHRDZ0A4Okta Identity EngineWorkflowsAnswered2025-04-15T21:13:57.000Z2025-04-15T16:51:42.000Z2025-04-15T21:13:57.000Z
  • DianaL.19788 (Customer Support Online Community and Social Care)

    Hello @BarryS.04877 (Customer)​ , thank you for contacting Okta Community.

     

    You can try to make the change and check if an Event Log is registered. Once you have the event log (from the System Logs), you can reference the Event Types article below to see if you could create an event hook to listen for this and then call a flow via the API endpoint.

    Getting Started with Okta System Logs - includes advance search and tips

    System Log filters and search - includes sample queries

    Event Types - a guide from our Developer colleagues, under Catalog you can check if an event is event-hook-eligible

    Event hooks - a good starting point for understanding event hooks

    Event hook implementation - a guide including examples and sample code

     

    If you are interested in finding out more about event hooks, I advise reaching out via devforum.okta.com  as they will have more insight into this topic.

     

    Regards. 

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Collect them all. Learn a new skill and earn a new Okta Learning badge.

    Expand Post
    • BarryS.04877 (Customer)

      Hi @DianaL.19788 (Customer Support Online Community and Social Care)​ thank you for the suggestion to trigger from an event hook instead of an event directly on a workflow. I was able to use the system logs to get what I needed to configure the hook and then through trial and error parse the event in the workflow and perform the steps that I needed.

      Expand Post
This question is closed.
Loading
Is there a workflow event trigger for when a group's application profile is changed?