bumpy-policeman-45538
06/06/2023, 10:21 AM'after settings'
and it has body as following, is there any way to find field which is getting updated
function(ctx) {
user_id: ctx.identity.id,
identity:ctx.identity,
ctx: ctx
}
and configuration is as
- hook: web_hook
config:
url: web_hook_uri
method: POST
body: "base64_of_body"
auth:
type: api_key
config:
name: test
value: token_goes_here
in: header # alternatively cookie
I want to determine/find field that is updated. as our main goal is to trigger email on following actions
1. Password Change
2. 2fa Enabled
3. 2fa Disabledbumpy-policeman-45538
06/06/2023, 12:58 PM