"(#135000) Generic user error" WhatsApp business api

218 Views Asked by At

I have created dynamic templates in whatsapp , but those are not working. Those is to work before but suddenly they have stopped working, below is the error that graph api is throwing.

{
"error": {
    "message": "(#135000) Generic user error",
    "type": "OAuthException",
    "code": 135000,
    "error_data": {
        "messaging_product": "whatsapp",
        "details": "Generic user error"
    },
    "fbtrace_id": "Ace-8VqShF4hwIg6IxODwwf"
}}
0

There are 0 best solutions below