Interface: PasswordResetLinkEmailInput
Defined in: type/PasswordResetLinkEmailInput.ts:7
Input object for PasswordResetLinkEmailInput
Properties
attachments?
optionalattachments?:Base64FileInput[]
Defined in: type/PasswordResetLinkEmailInput.ts:25
Attachments to add to the email
content?
optionalcontent?:string
Defined in: type/PasswordResetLinkEmailInput.ts:21
The content of the email, use when the content can not be derived from other inputs
email
email:
string
Defined in: type/PasswordResetLinkEmailInput.ts:31
The email address of the user to generate the recovery link for
from?
optionalfrom?:EmailSendContactInput
Defined in: type/PasswordResetLinkEmailInput.ts:23
The sender of the email, use when the sender can not be derived from other inputs
language?
optionallanguage?:string
Defined in: type/PasswordResetLinkEmailInput.ts:29
language input field
letterId?
optionalletterId?:string
Defined in: type/PasswordResetLinkEmailInput.ts:17
The id of the Propeller letter to use when type is 'campaign'
linkText?
optionallinkText?:string
Defined in: type/PasswordResetLinkEmailInput.ts:35
Text to display that will lead to link when clicked
orderId?
optionalorderId?:number
Defined in: type/PasswordResetLinkEmailInput.ts:13
The id of the order to use when triggering an event of type orderconfirm
redirectUrl?
optionalredirectUrl?:string
Defined in: type/PasswordResetLinkEmailInput.ts:33
The page the user will be redirected to after the user changed their password.
siteId?
optionalsiteId?:number
Defined in: type/PasswordResetLinkEmailInput.ts:11
The id of the site to use when sending the email, required when the site can not be derived from other inputs
subject?
optionalsubject?:string
Defined in: type/PasswordResetLinkEmailInput.ts:19
The subject of the email, use when the subject can not be derived from other inputs
type
type:
EmailEventType
Defined in: type/PasswordResetLinkEmailInput.ts:9
The type of email event to trigger
userId?
optionaluserId?:number
Defined in: type/PasswordResetLinkEmailInput.ts:15
The id of the user to send to email to. Can be used to replace to, when the user can't be derived from other inputs
variables?
optionalvariables?:any
Defined in: type/PasswordResetLinkEmailInput.ts:27
Variables that can be used in the email template