I am getting this error when using an existing template.
{ "error": { "message": "(#135000) Generic user error", "type": "OAuthException", "code": 135000, "error_data": { "messaging_product": "whatsapp", "details": "Generic user error" }, "fbtrace_id": "AJHkrT_tUTQmbF_4CSH8x0s" } }
Relevant Information:
The template used is approved in the Business Manager. The recipient's number has been tested and is in E.164 format (e.g.: +5511999999999). The access token used has the correct permissions (whatsapp_business_messaging and whatsapp_business_management). The phone number is active and linked to the WhatsApp Business account. Sending individual messages continues to work The problem occurred without any changes, sending templates simply stopped working.
Attempts to resolve:
I checked the template parameters and they are correct. I confirmed that the access token is valid. I tested with other templates and other phone numbers, but the error persists.
==== Query curl -i -X POST \ "https://graph.facebook.com/v21.0/279250811937609/messages?messaging_product=whatsapp&to=5521987485346&type=template&template=%7B%0A%20%20%22name%22%3A%20%22resgate_vale_bonus%22%2C%0A%20%20%22language%22%3A%20%7B%0A%20%20%20%20%22code%22%3A%20%22pt_BR%22%0A%20%20%7D%0A%7D&access_token=" ==== Access Token Info { "perms": [ "whatsapp_business_management", "whatsapp_business_messaging", "public_profile" ], "user_id": 273615452469614, "app_id": 725050119784650 } ==== Parameters - Query Parameters
{} - POST Parameters
{ "messaging_product": "whatsapp", "to": "5521", "type": "template", "template": "{\n \"name\": \"resgate_vale_bonus\",\n \"language\": {\n \"code\": \"pt_BR\"\n }\n}" } ==== Response { "error": { "message": "(#135000) Generic user error", "type": "OAuthException", "code": 135000, "error_data": { "messaging_product": "whatsapp", "details": "Generic user error" }, "fbtrace_id": "APrdnVrE-sD4iFOPhD7pQBB" } } ==== Debug Information from Graph API Explorer - https://developers.facebook.com/tools/explorer/725050119784650/?method=POST&path=279250811937609%2Fmessages&version=v21.0&messaging_product=whatsapp&to=5521987485346&type=template&template=%7B%0A%20%20%22name%22%3A%20%22resgate_vale_bonus%22%2C%0A%20%20%22language%22%3A%20%7B%0A%20%20%20%20%22code%22%3A%20%22pt_BR%22%0A%20%20%7D%0A%7D