My webhook from Evoultion Api doesn't respond

hello guys i need your help

i got the bug from evolution api i don’t know why my webhook doesn’t respond, even tho i already paste my path,scan barcode,adding my webhook url into evolution api, and also enable my event ‘message_upsert’ still doesn’t respond.

please, is there anything i miss? from the step

1 Like

Hi @anastasyah ,
Could you please check whether your workflow has been published? Thank you.

Yes, my evolution api webhook call doesn’t working out of sudden since yesterday.

yes i already published, i think it’s error because from the evolution api itself

Hi @anastasyah I recommend flagging this issue on:

As this is not a n8n side issue.

1 Like

thank you ansul
i appreciate your suggestion, soon will be join the community.

hey, yeah Evolution API webhooks can be tricky to debug. One thing worth checking is whether your n8n instance is actually reachable from wherever Evolution API is hosted, if you’re running n8n locally or behind a firewall the webhook URL might not be accessible from outside. Also make sure the webhook node is set to POST method since that’s what Evolution sends. You can test if the webhook URL is working by hitting it manually with curl or Postman first before troubleshooting the Evolution side.

thank you for your respond

now my evolution working now, yes i agree with your suggestion because the problem is with my instance.

1 Like