Submit to Meta
Required permission: WhatsApp Templates — Edit
Submits draft content to WhatsApp / Meta for review when applicable.
/api/business/public/channels/whatsapp/accounts/:accountId/templates/:templateCode/contents/:langCode/submit-meta{
"success": true,
"message": "Content synced with Meta",
"data": {
"id": 501,
"lang_code": "en",
"meta_status": "submitted"
}
}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.