For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notify

Sends a notification to targeted users.

Type key

notify

Config keys

Key
Type
Required
Description

title

string

yes

Notification title (supports system variables).

body

string

yes

Notification body (supports system variables).

url

string | null

no

Optional target URL. If omitted, a URL is derived from the dispatching entity.

computed_targetables_workflow_node_index

integer | null

no

Workflow node index used by workflow-node targetable computation.

computed_targetables_system_variable

string | null

no

System variable key used for computed targetables.

computed_targetables_entity_select_field_ids

integer[] | null

no

Entity-select field IDs used for computed targetables.

exclude_executing_targetable

boolean

yes

Excludes the currently executing user from notification targets.

send_mail

boolean

yes

Sends notification additionally via email.

plain_email

boolean

yes

Sends email as plain text format.

Available computed targetable types

All of computed targetable types are available for notify Action type.

Example config

Last updated