Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 884 Bytes

CustomWelcomeEmail.md

File metadata and controls

15 lines (10 loc) · 884 Bytes

CustomWelcomeEmail

Properties

Name Type Description Notes
Can map[string]bool Operations the current user is able to perform on this object [optional] [readonly]
Enabled bool If true, custom email content will replace the default body of welcome emails [optional]
Content string The HTML to use as custom content for welcome emails. Script elements and other potentially dangerous markup will be removed. [optional]
Subject string The text to appear in the email subject line. [optional]
Header string The text to appear in the header line of the email body. [optional]

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