
MattR.43794 (Customer) asked a question.
I'm looking into how to have an email notification sent out to the members of a group if that group membership is edited. That would be that either a user gets added or removed from a specific group. I need only the specific group in question to be monitored and the users of that group to be notified.

@MattR.43794 (Customer) @BrandonB.06003 (Customer)
An alternate way to go about this would be to enable "Event Hook Filtering" EA feature. Then create your Workflow > Event Hooks from the Okta Admin UI. This allows you to set both triggers "(User added/removed from group) in a single Hook, set a filter for the specific target.id (the groups ID) so it only fires when that specific group has either event occur.
The destination target would Okta Workflows API Endpoint card.
Since you are not taking any "actions" per user added/removed other than notification you could easily determine if it was an "add" or "remove" event and Pluck a list of users from the events object. Then construct a list of recipients from your group target & send an email containing that information.