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

Latest commit

 

History

History
28 lines (24 loc) · 1.4 KB

EmailStage.md

File metadata and controls

28 lines (24 loc) · 1.4 KB

EmailStage

Properties

Name Type Description Notes
pk UUID [readonly]
name String
component String Get object type so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
flowSet [FlowSet] [optional]
useGlobalSettings Bool When enabled, global Email connection settings will be used and connection settings below will be ignored. [optional]
host String [optional]
port Int [optional]
username String [optional]
useTls Bool [optional]
useSsl Bool [optional]
timeout Int [optional]
fromAddress String [optional]
tokenExpiry Int Time in minutes the token sent is valid. [optional]
subject String [optional]
template String [optional]
activateUserOnSuccess Bool Activate users upon completion of stage. [optional]

[Back to Model list] [Back to API list] [Back to README]