Last updated
POST https://api.1msg.io/{{channel}}/addTemplate
Content-Type: application/json
Body: {
"token": "{{token}}",
"name": "catalog_create_test",
"allow_category_change": true,
"category": "MARKETING",
"language": "en",
"components": [
{
"text": "Check out all of {{1}}. Go!",
"type": "BODY",
"example": {
"body_text": [
[
"our services" //The variable BODY {{1}}
]
]
}
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "CATALOG",
"text": "View catalog"
}
]
},
{
"type": "FOOTER",
"text": "Catalog 1MSG"
}
]
}