-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
I'm having a problem with new contacts who call on WhatsApp. In some cases, the webhook for the first message doesn't arrive, which breaks my ChatBot logic, which should be triggered automatically. Since we didn't receive the webhook, this contact isn't answered.
I also noticed that after this first message, which didn't receive the webhook, if the contact sends another message, the webhook does arrive, but ONLY for the new message, not the first.
My backend is working, receiving only the message.any.
I've already entered logs and saved all webhooks to see if the problem was really the webhook not arriving or the payload being different and breaking my logic, but no, the webhook really isn't arriving in message.any. This problem has ONLY occurred with the first message from a new contact. It doesn't happen with all new contacts, only with some. Unfortunately, I haven't been able to find a pattern yet.