You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING - Failed to send WhatsApp notification to [REMOVED]: Unsupported post request. Object with ID '[REMOVED]' does not exist, cannot be loaded due to missing permissions, or does not support this operation.
#2536
I'm trying to setup WhatsApp notifications. I can call the graph.facebook.com API from postman successfully. I am getting the above error when I try to test the notification in changedetection.io.
I have configured Notification URL = "whatsapp://{token}@{from_phone_id}/{targets}" (with the values I've tested in postman substituted, double quotes and curly braces removed)
Logs show the following
2024/07/31 20:51:38,000 - SENDING - null
b'{"error":{"message":"Unsupported post request. Object with ID '[REMOVED]' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https:\/\/developers.facebook.com\/docs\/graph-api","type":"GraphMethodException","code":100,"error_subcode":33,"fbtrace_id":"[REMOVED]"}}'
2024-07-31 20:51:38,529 - DEBUG - Response Details:
2024-07-31 20:51:38,529 - WARNING - Failed to send WhatsApp notification to [REMOVED]: Unsupported post request. Object with ID '[REMOVED]' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api, error=100.
2024-07-31 20:51:38,320 - DEBUG - WhatsApp Payload: {'messaging_product': 'whatsapp', 'to': '[REMOVED]', 'recipient_type': 'individual', 'type': 'text', 'text': {'body': 'test\r\ntest'}}
2024-07-31 20:51:38,320 - DEBUG - WhatsApp POST URL: https://graph.facebook.com/v17.0/[REMOVED]/messages (cert_verify=True)
2024-07-31 20:51:38,320 - DEBUG - Loaded WhatsApp URL: whatsapp://[email protected]/%2B[REMOVED]/?format=text&overflow=upstream&rto=4.0&cto=4.0&verify=yes
I assume configured something incorrectly, but I can't see what.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to setup WhatsApp notifications. I can call the graph.facebook.com API from postman successfully. I am getting the above error when I try to test the notification in changedetection.io.
I have configured Notification URL = "whatsapp://{token}@{from_phone_id}/{targets}" (with the values I've tested in postman substituted, double quotes and curly braces removed)
Logs show the following
2024/07/31 20:51:38,000 - SENDING - null
b'{"error":{"message":"Unsupported post request. Object with ID '[REMOVED]' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https:\/\/developers.facebook.com\/docs\/graph-api","type":"GraphMethodException","code":100,"error_subcode":33,"fbtrace_id":"[REMOVED]"}}'
2024-07-31 20:51:38,529 - DEBUG - Response Details:
2024-07-31 20:51:38,529 - WARNING - Failed to send WhatsApp notification to [REMOVED]: Unsupported post request. Object with ID '[REMOVED]' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api, error=100.
2024-07-31 20:51:38,320 - DEBUG - WhatsApp Payload: {'messaging_product': 'whatsapp', 'to': '[REMOVED]', 'recipient_type': 'individual', 'type': 'text', 'text': {'body': 'test\r\ntest'}}
2024-07-31 20:51:38,320 - DEBUG - WhatsApp POST URL: https://graph.facebook.com/v17.0/[REMOVED]/messages (cert_verify=True)
2024-07-31 20:51:38,320 - DEBUG - Loaded WhatsApp URL: whatsapp://[email protected]/%2B[REMOVED]/?format=text&overflow=upstream&rto=4.0&cto=4.0&verify=yes
I assume configured something incorrectly, but I can't see what.
Beta Was this translation helpful? Give feedback.
All reactions