Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions typescript/formsApps.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,16 @@ type _NewFormsApp = WithCommonAssociations & {
/** Forms App custom welcome email properties */
welcomeEmail?: {
/**
* @deprecated Use `emailTemplateId` instead
*
* A [mustache](http://mustache.github.io/#demo) template to use when
* sending welcome emails to new app users.
*/
body?: string
/** The subject to use when sending welcome emails to new app users */
subject?: string
/** The id of the email template to use when sending welcome emails to new app users */
emailTemplateId?: number
}
/** True when using a SAML identity provider */
hasSamlIdentityProvider: boolean
Expand Down