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.
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.