michael_flashy
michael_flashy

Reputation: 13

WhatsApp Business API - Edit Template

I'm trying to send a POST request to edit a template message of WhatsApp:

POST /{whatsapp_template_id}   
{
  "name": "my_template",
  "language": "en_US",
  "category": "transactional",
  "components": [
    {
      "type": "BODY",
      "text": "whatsapp buddy?"
    }
  ]
}

Receiving (#3) Application does not have the capability to make this API call.

Upvotes: 1

Views: 1194

Answers (1)

turivishal
turivishal

Reputation: 36094

Currently, there is no edit template API, as per the documentation it will Available from September 7, 2022.

Upvotes: 0

Related Questions