Skip to main content

Multi-Channel: Sends notifications across multiple channels simultaneously using a specified template.

name
string
required

Human-readable name of the node

Example:

"Send multi-channel notification"

node_type
string
required
Allowed value: "send_multi_channel"
template
string
required

Slug of the template used for notification content across all channels.

Required string length: 1 - 120
Pattern: ^[a-z0-9-_]+$
description
string | null

Description of what this node does

channels
enum<string>[]

Specific channels to use when sending multi-channel notification. If not provided, all channels will be used.

Available options:
sms,
email,
androidpush,
iospush,
webpush,
inbox,
whatsapp,
slack,
ms_teams
channels_expr
string

jq-expression for preparing channel list dynamically at runtime.

Minimum string length: 2