Update template
Update a message template's components. Only certain fields can be updated depending on the template's current approval state. Approved templates can only have components updated.
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
Template name
WhatsApp social account ID
Updated template components
Response Body
application/json
application/json
application/json
curl -X PATCH "https://getlate.dev/api/v1/whatsapp/templates/string" \ -H "Content-Type: application/json" \ -d '{ "accountId": "507f1f77bcf86cd799439011", "components": [ { "type": "body", "text": "Updated: Your order {{1}} is confirmed. Delivery by {{2}}" } ] }'{
"success": true,
"template": {
"id": "string",
"name": "string",
"status": "string"
}
}{
"error": "Unauthorized"
}{
"error": "Not found"
}Request display name change POST
Submit a display name change request for the WhatsApp Business account. The new name must follow WhatsApp naming guidelines (3-512 characters, must represent your business). Changes require Meta review and approval, which typically takes 1-3 business days.
Delete broadcast DELETE
Delete a broadcast. Only draft or cancelled broadcasts can be deleted.