
BarryS.04877 (Customer) asked a question.
Is there a workflow event trigger for when a group's application profile is changed?
I can see that I can trigger a workflow when a group profile is updated but is the event available for when a group's application profile is updated?

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.
Hi @User17157611498146715886 (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.