Trigger business logic\api call SCIM Operations

We’re looking for ways to trigger business logic in our application for incoming SCIM operations for enterprise connections.

Actions–>triggers only allow hooking signup\login, MFA notifications and password resets.

we’d also be okay with getting notified for any *changes in an enterprise connection’s scope

Skimming through docs we have the following options:

  1. log stream and perform some lambda function to trigger business logic on that log
  2. poll logs using mgmt api on a schedule and check for SCIM ops in an interval

there must be a better way, right?

Thanks