ActivityNotificationJobResponseDtoType

August 7, 2026 ยท View on GitHub

Type of the job

Example Usage

import co.novu.models.components.ActivityNotificationJobResponseDtoType;

ActivityNotificationJobResponseDtoType value = ActivityNotificationJobResponseDtoType.IN_APP;

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

Values

NameValue
IN_APPin_app
EMAILemail
SMSsms
CHATchat
PUSHpush
TOOLtool
DIGESTdigest
TRIGGERtrigger
DELAYdelay
THROTTLEthrottle
CUSTOMcustom
HTTP_REQUESThttp_request