Channel type through which the message is sent
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");| Name | Value |
|---|---|
IN_APP |
in_app |
EMAIL |
|
SMS |
sms |
CHAT |
chat |
PUSH |
push |