AuthenticationNotificationTriggerCreate
v1

Event represents the notification trigger entity.

Details

This event provides a way to funnel triggers to the notification service.

Consumer / Producer Diagram

AuthenticationNotificationTriggerCreate Schema (json)
{
    "code": "string",
    "description": "string",
    "templates": [
        {
            "channel": 0,
            "body": "string",
            "bodyType": 0,
            "properties": [
                {
                    "propertyName": "string",
                    "mappingKey": "string",
                    "mappingType": 0
                }
            ]
        }
    ],
    "context": {
        "decodedUserKey": "string",
        "decodedTenantKey": "string",
        "decodedAppKey": "string",
        "roleType": 0,
        "layer": "System",
        "allowed": {
            "item1": false
        }
    },
    "propertyBag": {
        "item1": "string"
    },
    "isTracked": false
}
Edit this pageLast updated on 2023/12/15