<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
0D51Y00006XeRoTSAVOkta Classic EngineOkta Integration NetworkAnswered2019-08-21T07:25:31.000Z2019-08-14T10:12:00.000Z2019-08-14T10:12:40.000Z

SanjeevT.69892 (Customer) asked a question.

Event Hooks trigger by groups or application

Hello,

 

So I have an event hooks activated on my tenant.

 

In General, our tenant has multiple user groups & applications as follows:

  1. Group 1
  2. Group 2
  3. Group 3
  4. Application 1
  5. Application 2

 

Right now I have an event hooks that is using user-profile-update trigger.

 

The event hooks is fine. What I am looking is that this hooks is only triggered if some user from group1 changes the profile or if the user assigned to application 1. Not every time when any user changes the profile.

 

Thank you


  • SanjeevT.69892 (Customer)

    Sample Payload:

    {

      "name": "User Profile Updated",

      "events": {

        "type": "EVENT_TYPE",

        "items": [

          "user.account.update_profile"

        ]

      },

      "channel": {

        "type": "HTTP",

        "version": "1.0.0",

        "config": {

          "uri": "https://example.com/eventHooks"

        }

      }

    }

    Expand Post
This question is closed.
Loading
Event Hooks trigger by groups or application