Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 410 Bytes

File metadata and controls

19 lines (12 loc) · 410 Bytes

Mode

OAuth flow mode. Use "connect" (default) to create a workspace channel connection, or "link_user" to identify the subscriber's Slack user ID without creating a connection.

Example Usage

import co.novu.models.components.Mode;

Mode value = Mode.CONNECT;

Values

Name Value
CONNECT connect
LINK_USER link_user