I have setup an n8n webhook to receive data from whatsapp green-api but it takes long to receive data in webhook to process further, takes around 40-50 seconds to receive data once i send message to my whatsapp number, please help.
Hi @Suhani_Bhatt,
what exactly are you looking help with? A webhook is waiting for an external source to call it, it is takes this many seconds to trigger a webhook, this mean that green-api takes this many seconds to detect there was a change and reach out to n8n.
Yes but Green-api guys says that the webhook is not sending code 200 its returning 404
Have you tried your webhook, have you experienced 404 errors yourself?
How can i try that? its a post webhook
You can use Postman or one of the online services like https://reqbin.com/
Yes I tried and it works without error.