Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 1.11 KB

PatchedEmailStageRequest.md

File metadata and controls

24 lines (19 loc) · 1.11 KB

PatchedEmailStageRequest

Properties

Name Type Description Notes
name kotlin.String [optional]
flowSet kotlin.collections.List<FlowSetRequest> [optional]
useGlobalSettings kotlin.Boolean When enabled, global Email connection settings will be used and connection settings below will be ignored. [optional]
host kotlin.String [optional]
port kotlin.Int [optional]
username kotlin.String [optional]
password kotlin.String [optional]
useTls kotlin.Boolean [optional]
useSsl kotlin.Boolean [optional]
timeout kotlin.Int [optional]
fromAddress kotlin.String [optional]
tokenExpiry kotlin.Int Time in minutes the token sent is valid. [optional]
subject kotlin.String [optional]
template kotlin.String [optional]
activateUserOnSuccess kotlin.Boolean Activate users upon completion of stage. [optional]