ChannelTypeEnum

August 7, 2026 ยท View on GitHub

Channel type through which the message is sent

Example Usage

import co.novu.models.components.ChannelTypeEnum;

ChannelTypeEnum value = ChannelTypeEnum.IN_APP;

// Open enum: use .of() to create instances from custom string values
ChannelTypeEnum custom = ChannelTypeEnum.of("custom_value");

Values

NameValue
IN_APPin_app
EMAILemail
SMSsms
CHATchat
PUSHpush
TOOLtool