If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.
Full request URL
GET https://stage.api.engagive.io/api/business/public/channels/whatsapp/accounts/1/templates/order_shipped/contents/lookups/languages
GET
List contents
Required permission: WhatsApp Templates — View
Lists localized contents for the template. Optional search.
{
"success": true,
"message": "Template contents retrieved",
"data": [
{
"id": 501,
"lang_code": "en",
"text": "Hi {{1}}, your order is on the way!",
"is_draft": true
}
]
}
Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.
Full request URL
GET https://stage.api.engagive.io/api/business/public/channels/whatsapp/accounts/1/templates/order_shipped/contents
{
"success": true,
"message": "Template content retrieved",
"data": {
"id": 501,
"lang_code": "en",
"text": "Hi {{1}}, your order is on the way!",
"footer": "Reply STOP to opt out",
"variables": {
"1": "Customer name"
},
"headers": [],
"buttons": [],
"is_draft": true
}
}
Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.
Full request URL
GET https://stage.api.engagive.io/api/business/public/channels/whatsapp/accounts/1/templates/order_shipped/contents/en_US
{
"success": true,
"message": "Template content retrieved",
"data": {
"id": 501,
"lang_code": "en",
"text": "Hi {{1}}, your order is on the way!",
"footer": "Reply STOP to opt out",
"variables": {
"1": "Customer name"
},
"headers": [],
"buttons": [],
"is_draft": true
}
}
Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.
Full request URL
POST https://stage.api.engagive.io/api/business/public/channels/whatsapp/accounts/1/templates/order_shipped/contents
{
"success": true,
"message": "Template content retrieved",
"data": {
"id": 501,
"lang_code": "en",
"text": "Hi {{1}}, your order is on the way!",
"footer": "Reply STOP to opt out",
"variables": {
"1": "Customer name"
},
"headers": [],
"buttons": [],
"is_draft": true
}
}
Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.
Full request URL
PUT https://stage.api.engagive.io/api/business/public/channels/whatsapp/accounts/1/templates/order_shipped/contents/en_US
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.