Send Template
Start conversations outside the 24-hour window with approved templates.
Templates must be approved by Meta before use. Provide `name`, `language`, and `components` for variables.
json{
"to": "+628123456789",
"type": "template",
"template": {
"name": "order_update",
"language": { "code": "en" },
"components": [{ "type": "body", "parameters": [{ "type": "text", "text": "ORD-123" }] }]
}
}