Replies: 1 comment 4 replies
-
Please check if you have any webhook integrations configured and it is working correctly. if the webhook throws error, it will be marked on the message. !!! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Really liking using chatwoot here, i just have a small problem with it, being: I'm using the webhook to connect chatwoot with my whatsapp API and vice versa, the data goes through, meaning I recieve the data and chatwoot receives the data, I can have a functional chat.
for example:
On chatwoot:
On whatsapp
The data flow is as follows:
Whatsapp -> N8N -> chatwoot API -> Live Chat
Chatwoot live chat -> Webhook to N8N -> whatsapp API
In the webhook data, there is this:
},
"additional_attributes": {},
"content_attributes": {
"external_error": "404 Not Found"
}
I'm using the self hosted version of chatwoot.
Any idea what this error could be and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions