Sign in Link Request Email Template

Sign-in request email triggers when an existing customer requests passwordless login while checking out.

Object properties

passwordless_login
object
link
string
store
object
name
string
domain_name
string
logo
object
title
string
name
string
url
string
ssl_path
string
cdn_path
string
image_directory
string
img_path
string
path_normal
string
Path to the store (i.e., domain + protocol)
path
string
address
string
language
object
code
string
direction
string
Left to right or right to left, depending on the language
customer
object
first_name
string
full_name
string
email
string
group
array[object]
name
string
misc
object
year
integer
translations
object
en
object
title
string
message
string
alternatively
string
login_request
string
secure
string
go_shopping
string

Example

{
"passwordless_login": "\"link\": \"#sign-in-link\"",
"store": {
"name": "My Dev Store 97434969",
"domain_name": "my-dev-store-97434969.store.bcdev",
"logo": {
"title": [
"= My Dev Store 97434969 ="
],
"name": "avatar-2020_1612860757__16350.jpeg",
"url": "https://valeryderived-cloud-dev-vm.store.bcdev/store/f1kr2akw96/product_images/avatar-2020_1612860757__16350.jpeg"
},
"ssl_path": "https://my-dev-store-97434969.store.bcdev",
"cdn_path": "https://valeryderived-cloud-dev-vm.store.bcdev/store/f1kr2akw96",
"image_directory": "product_images",
"img_path": "https://valeryderived-cloud-dev-vm.store.bcdev/r08d84bb67d250c7624502ed76d8e0bafb1a5cacf/g-themes/ClassicNext/images",
"path_normal": "https://my-dev-store-97434969.store.bcdev",
"path": "https://my-dev-store-97434969.store.bcdev",
"address": "123 Fake St, Dallas, TX 75225",
"language": {
"code": "en",
"direction": "ltr"
}
},
"customer": {
"first_name": "John",
"full_name": "John Jr",
"email": "john.f@example.com"
},
"misc": {
"year": 2021
},
"translations": {
"en": {
"title": "Please click the link below to sign in to your account with {{name}}",
"message": "You have requested a sign-in link. Please <a href=\\ {link}\\ >click here to sign in</a> and continue.",
"alternatively": "Alternatively, paste the following link in your browser:",
"login_request": "This login is for {{name}} if you did not request this link, please ignore this email.",
"secure": "Your account is still secure.",
"go_shopping": "Go shopping"
}
}
}