
SanjeevT.69892 (Customer) asked a question.
Hello,
So I have an event hooks activated on my tenant.
In General, our tenant has multiple user groups & applications as follows:
- Group 1
- Group 2
- Group 3
- Application 1
- 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

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"
}
}
}