Account Settings Edited Email Template

Account settings email triggers when the store admin or a customer edits account settings.

Object properties

PropertyTypeDescription
details_changedobject
details_changed.fieldsarray
storeobject
store.namestring
store.domain_namestring
store.logoobject
store.logo.titlestring
store.logo.namestring
store.logo.urlstring
store.ssl_pathstring
store.cdn_pathstring
store.image_directorystring
store.img_pathstring
store.path_normalstringPath to the store (i.e., domain + protocol)
store.pathstring
store.addressstring
store.languageobject
store.language.codestring
store.language.directionstringLeft to right or right to left, depending on the language
customerobject
customer.first_namestring
customer.full_namestring
customer.emailstring
customer.grouparray
customer.group[].namestring
miscobject
misc.yearinteger
translationsobject
translations.enobject
translations.en.titlestring
translations.en.hellostring
translations.en.messagestring
translations.en.warningstring
translations.en.thanksstring
translations.en.securitystring
translations.en.go_shoppingstring

Example

{
"details_changed": {
"fields": [
"Email",
"Password"
]
},
"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": null,
"language": {
"code": "en",
"direction": "ltr"
}
},
"customer": {
"first_name": "John",
"full_name": "John Jr",
"email": "john.f@example.com"
},
"misc": {
"year": 2021
},
"translations": {
"en": {
"title": "Your {{name}} account details have changed",
"hello": "Hello {{name}},",
"message": "We wanted to let you know that the following details have been changed on your <a href=\\{{link}}\\ target=\\_blank\\>{{name}}</a> account:",
"warning": "If you made the changes yourself, please disregard this email. If not, please contact the store immediately through their website: <a href=\\{{link}}\\ target=\\_blank\\>{{domain}}</a>.",
"thanks": "Thanks,",
"security": "The BigCommerce Security Team",
"go_shopping": "Go shopping"
}
}
}