CreateIntegrationRequestDtoChannel
August 7, 2026 ยท View on GitHub
The channel type for the integration. Not required for agent-kind integrations.
Example Usage
import co.novu.models.components.CreateIntegrationRequestDtoChannel;
CreateIntegrationRequestDtoChannel value = CreateIntegrationRequestDtoChannel.IN_APP;
Values
| Name | Value |
|---|---|
IN_APP | in_app |
EMAIL | |
SMS | sms |
CHAT | chat |
PUSH | push |
TOOL | tool |