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'