ChatOrPushProviderEnum
August 7, 2026 ยท View on GitHub
The provider identifier for the credentials
Example Usage
import co.novu.models.components.ChatOrPushProviderEnum;
ChatOrPushProviderEnum value = ChatOrPushProviderEnum.SLACK;
// Open enum: use .of() to create instances from custom string values
ChatOrPushProviderEnum custom = ChatOrPushProviderEnum.of("custom_value");
Values
| Name | Value |
|---|---|
SLACK | slack |
DISCORD | discord |
MSTEAMS | msteams |
WEBEX_MESSAGING | webex-messaging |
MATTERMOST | mattermost |
RYVER | ryver |
ZULIP | zulip |
GRAFANA_ON_CALL | grafana-on-call |
GETSTREAM | getstream |
ROCKET_CHAT | rocket-chat |
WHATSAPP_BUSINESS | whatsapp-business |
LINE | line |
CHAT_WEBHOOK | chat-webhook |
NOVU_SLACK | novu-slack |
TELEGRAM | telegram |
SENDBLUE | sendblue |
NOVU_WEB_CHAT | novu-web-chat |
FCM | fcm |
APNS | apns |
EXPO | expo |
ONE_SIGNAL | one-signal |
PUSHPAD | pushpad |
PUSH_WEBHOOK | push-webhook |
PUSHER_BEAMS | pusher-beams |
APPIO | appio |