Create a Message Template
1
2
3
4
5
6
Quick Examples
{
"name": "seasonal_promotion",
"category": "MARKETING",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Our Summer Sale is on!"
},
{
"type": "BODY",
"text": "Shop now through August 31 and use code SUMMER25 to get 25% off all merchandise."
},
{
"type": "FOOTER",
"text": "Reply STOP to unsubscribe from promotions"
}
]
}{
"name": "order_status",
"category": "UTILITY",
"components": [
{
"type": "BODY",
"text": "Your order #{{1}} has been shipped! It should arrive by {{2}}. Track your delivery here: {{3}}",
"example": {
"body_text": [
["ABC123", "Aug 25", "https://example.com/track/ABC123"]
]
}
}
]
}Last updated
Was this helpful?