Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 760 Bytes

File metadata and controls

31 lines (23 loc) · 760 Bytes

StepTypeEnum

Type of the step

Example Usage

import co.novu.models.components.StepTypeEnum;

StepTypeEnum value = StepTypeEnum.IN_APP;

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

Values

Name Value
IN_APP in_app
EMAIL email
SMS sms
CHAT chat
PUSH push
DIGEST digest
TRIGGER trigger
DELAY delay
THROTTLE throttle
CUSTOM custom
HTTP_REQUEST http_request