Gift Certificate Email Template

Gift certificate recipient email triggers when a customer purchases a gift certificate.

Object properties

PropertyTypeDescription
certificateobject
certificate.codestring
certificate.to_namestring
certificate.to_emailstring
certificate.from_namestring
certificate.from_emailstring
certificate.amountstring
certificate.redeem_linkstring
certificate.expiry_dateobject
certificate.expiry_date.formattedstring
certificate.expiry_date.valueinteger
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.expiry_infostring
translations.en.instructionstring
translations.en.attachedstring
translations.en.warningstring
translations.en.go_shoppingstring

Example

{
"certificate": {
"code": "FA-21465",
"to_name": "John",
"to_email": "john.f@example.com",
"from_name": "John Wick",
"from_email": "johnwick@example.com",
"amount": "12.34",
"redeem_link": "#redeem-link",
"expiry_date": {
"formatted": "03/01/2121",
"value": 1614615821
}
},
"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 USA",
"language": {
"code": "en",
"direction": "ltr"
}
},
"customer": {
"first_name": "John",
"full_name": "John Jr",
"email": "john.f@example.com"
},
"misc": {
"year": 2021
},
"translations": {
"en": {
"title": "You have received a Gift Certificate for {{name}}",
"hello": "Dear {{name}},",
"message": "{{from_name}} ({{from_email}}) has sent you a {{amount}} gift certificate for <a href=\\{{path}}\\>{{name]}</a>.",
"expiry_info": "You have until {{date}} to use this gift certificate before it expires.",
"instruction": "For instructions on how to redeem your gift certificate please <a href=\\{{link}}\\>click here</a>.",
"attached": "Your gift certificate is attached to this email.",
"warning": "Please download or print a copy of your gift certificate for safe keeping as gift certificates are non-transferable.",
"go_shopping": "Go shopping"
}
}
}