PasswordResetLinkEmailInput
No description
input PasswordResetLinkEmailInput {
type: EmailEventType!
siteId: Int
orderId: Int
userId: Int
letterId: String
subject: String
content: String
from: EmailSendContactInput
attachments: [Base64FileInput!]
variables: JSONObject
language: String
email: String!
redirectUrl: String
linkText: String
}
Fields
PasswordResetLinkEmailInput.type ● EmailEventType! non-null enum
The type of email event to trigger
PasswordResetLinkEmailInput.siteId ● Int scalar
The id of the site to use when sending the email, required when the site can not be derived from other inputs
PasswordResetLinkEmailInput.orderId ● Int scalar
The id of the order to use when triggering an event of type orderconfirm
PasswordResetLinkEmailInput.userId ● Int scalar
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
PasswordResetLinkEmailInput.letterId ● String scalar
The id of the Propeller letter to use when type is 'campaign'
PasswordResetLinkEmailInput.subject ● String scalar
The subject of the email, use when the subject can not be derived from other inputs
PasswordResetLinkEmailInput.content ● String scalar
The content of the email, use when the content can not be derived from other inputs
PasswordResetLinkEmailInput.from ● EmailSendContactInput input
The sender of the email, use when the sender can not be derived from other inputs
PasswordResetLinkEmailInput.attachments ● [Base64FileInput!] list input
Attachments to add to the email
PasswordResetLinkEmailInput.variables ● JSONObject scalar
Variables that can be used in the email template
PasswordResetLinkEmailInput.language ● String scalar
PasswordResetLinkEmailInput.email ● String! non-null scalar
The email address of the user to generate the recovery link for
PasswordResetLinkEmailInput.redirectUrl ● String scalar
The page the user will be redirected to after the user changed their password.
PasswordResetLinkEmailInput.linkText ● String scalar
Text to display that will lead to link when clicked
Member Of
publishPasswordResetEmailEvent mutation