Agents cant pass media from Lovable to N8N

Help!

I’ve been through 2 contractors and we cant get some simple tasks handled.

  1. website is hosted with Lovable
  2. I want agents to past text, media and live web search
  3. Connected through the MCP connection to Lovable.

I cannot get any webhook setup to work and pass on info. I was able to connect text but nothing else. Can I get a meeting to have some one live walk me through what I’m missing?

You can trigger an n8n workflow from an external app like Lovable using a webhook trigger. In n8n, the webhook is set to the GET method by default, and I think that’s the issue. You need to change it to POST because the other app is sending data to us. Therefore, the webhook must be set to the POST method. This should solve your problem.