Skip to content

Interface: ActionSideEffect

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Actions / ActionSideEffect

Interface: ActionSideEffect

Defined in: src/types/actions.ts:86

A declarative side-effect fired after the action applies.

Remarks

Wire shape (ActionSideEffectDto) uses the same field names.

Properties

body

body: string

Defined in: src/types/actions.ts:90

Notification body.


channel

channel: string

Defined in: src/types/actions.ts:92

Delivery channel: webhook, email, in_app, or browser_push.


target

target: string

Defined in: src/types/actions.ts:94

Recipient/target (webhook URL or recipient address).


title

title: string

Defined in: src/types/actions.ts:88

Notification title.