Request Body Parameters
Specifies the wabaid of the business account.
curl --request POST \
--url https://one.telepie.com/v3/{wabaid}/message_templates \
--header 'apikey: <api-key>'This API is used for creating multi product message(MPM) templates
curl --request POST \
--url https://one.telepie.com/v3/{wabaid}/message_templates \
--header 'apikey: <api-key>'{
"name": "mpm_temp__1a1",
"category": "MARKETING",
"components": [
{
"type": "body",
"text": "Hey User, rgthyju caribeen ackages!"
},
{
"type": "HEADER",
"format": "text",
"text": "prasadhajare"
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "MPM",
"text": "View items"
}
]
}
],
"language": "en_US"
}
Was this page helpful?