[FIXED] WhatsApp Business API – Vorlage bearbeiten

Ausgabe

Ich versuche, eine POST-Anfrage zu senden, um eine Vorlagennachricht von WhatsApp zu bearbeiten:

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

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

Lösung

Derzeit gibt es keine Bearbeitungsvorlagen-API, gemäß der Dokumentation wird sie ab dem 7. September 2022 verfügbar sein.


Beantwortet von –
turivishal


Antwort geprüft von –
Candace Johnson (FixError Volunteer)

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like