Generic User error Issue for 4 days and counting
2
  1. When sending this: ......------------------------------------------------------ curl -v -H "Content-Type: application/json" -i -X POST \ "https://graph.facebook.com/v14.0/$waba_id/messages" -H "Authorization: Bearer $token" \ --data @/dev/stdin<<EOF { "messaging_product": "whatsapp", "to": "$fono", "type": "template", "template": { "name": "saludo", "language": { "code": "es" }, "components": [ { "type": "header", "parameters": [ { "type": "image", "image": { "link": "https://alectrico.cl/assets/images/wp-20160621-7-1456x2592-800x1424.jpg" } } ] }, { "type": "body" , "parameters": [ { "type": "text", "text": "$nombre" }, { "type": "text", "text": "$sintoma" } ] }, { "type": "button", "sub_type": "url", "index":"1", "parameters": [ { "type": "text", "text": "$url_de_pago" } ] } ] }

    } EOF


2. We receive this

{"error":{"message":"(#135000) Generic user error","type":"OAuthException","code":135000,"error_data":{"messaging_product":"whatsapp","details":"Generic user error"},"error_subcode":2494010,"fbtrace_id":"ASq4-0m7KOIn5-MOMh4Ugnx"}}


waba_id is ok phone_id is ok payment is appended

account is apruved

Already delete phone number, and got again inserted on waba. Can only send hello_world messages as stated in webhook configuration api for the applicaciont.

We are 4 days in this situation.

Alectrico
質問日時: 約3ヶ月前
StCharbel

I am having the exact same issue Were you able to resolve it? And how if yes? Thanks

9月7日 13:02
Alectrico

I discovered that only the hellp message example was the only thats works. And showed it to the help desk. They should saw that changing only the name of template is the difference bettween success and faillure. I assume that someone on Meta is dirty on tests.

9月7日 17:17
選択された回答
1

I didn't change anything on my part. After a few days returned to normal.

9月7日 14:24
Alectrico