Single-Product Message Templates
Last updated
Was this helpful?
Was this helpful?
{
"name": "<TEMPLATE_NAME>",
"language": "<TEMPLATE_LANGUAGE>",
"category": "marketing",
"components": [
{
"type": "header",
"format": "product"
},
{
"type": "body",
"text": "<CARD_BODY_TEXT>",
"example": {
"body_text": [
[
"<CARD_BODY_TEXT_VARIABLE_EXAMPLE>",
"<CARD_BODY_TEXT_VARIABLE_EXAMPLE>"
]
]
}
},
{
"type": "footer",
"text": "<CARD_FOOTER_TEXT>"
},
{
"type": "buttons",
"buttons": [
{
"type": "spm",
"text": "View"
}
]
}
]
}{
"name": "abandoned_cart_offer",
"language": "en_US",
"category": "marketing",
"components": [
{
"type": "header",
"format": "product"
},
{
"type": "body",
"text": "Use code {{1}} to get {{2}} off our newest succulent!",
"example": {
"body_text": [
[
"25OFF",
"25%"
]
]
}
},
{
"type": "footer",
"text": "Offer ends October 31, 2024"
},
{
"type": "buttons",
"buttons": [
{
"type": "spm",
"text": "View"
}
]
}
]
}