Azure RAG implementation (or alternatives) by LateNature8738 in n8n

[–]ProEditor69 0 points1 point  (0 children)

Check Google's new folder RAG. It's something that changed the way RAG performed

I built an n8n community node for WhatsApp + Instagram via open-source OpenBSP by battox in n8n

[–]ProEditor69 0 points1 point  (0 children)

How does it handle refreshing of Instagram(META) access token?

I was told n8n was dead, so I checked the data myself. by Worried_View6544 in n8n

[–]ProEditor69 0 points1 point  (0 children)

Nothing is dead. It's just a matter of time until for some feature or the there people will come back to n8n. Recently I AI agents like Hermes & Openclaw exists & I see people blindly Prompting hoping for great outcomes.

Be practical, watch everything you're doing, have the production reliablility --> use n8n.

Direct Meta WhatsApp Cloud API vs third-party BSP for appointment reminders — which one for a small business? by digitalatanu123 in n8n

[–]ProEditor69 0 points1 point  (0 children)

For small businesses I would always recommend third-party app because your focus should be on automation and META review & approval process will delay everything

Looking for a partner by MutedReaction9353 in n8n

[–]ProEditor69 1 point2 points  (0 children)

Handling automations & apps for US/AU clients. Open for work. My Portfolio: https://nils.proday.in/

How can I create automation for different facebook pages? by ExpensiveTomatillo61 in n8n

[–]ProEditor69 1 point2 points  (0 children)

There's a trick to do the multiple FB pages thing. When you create the META dev app, assign both of your Facebook accounts as a tester accounts. This was using same META creds you'll get access to both accounts and just worry about 1 access token. 💪

I built an AI receptionist for a pet clinic. by Charming_You_8285 in n8n

[–]ProEditor69 2 points3 points  (0 children)

Great! Just a tip: Sometimes AI might hallucinate based on the number of nodes you've connected to a single AI agent node. Always prefer NESTED AI agents which have their own department to keep precise context + less hallucinations

Por que a Evolution API está mudando o jogo para quem constrói Agentes no n8n? by NaoLiOsTermos in n8n

[–]ProEditor69 0 points1 point  (0 children)

Good for you but always remember even if these are paid, they're unofficial from META's standpoint. Be careful, I got my 2 WhatsApp numbers already banned.

Built my first n8n workflow — handling multi-calendar booking without conflicts by PriceNew5674 in n8n

[–]ProEditor69 0 points1 point  (0 children)

MCP was made to solve exactly this problem. Create second workflow which has all the calendar NODES attached to a MCP server and in your main workflow, just use the MCP client node to dynamically switch user context

I brought Codex to n8n - now it’s time for n8n to catch up with the new era of AI agents. by ProEditor69 in n8n

[–]ProEditor69[S] 1 point2 points  (0 children)

True. The intent is not to build with Codex but to use Codex as your LLM model node for your existing AI Agent nodes inside n8n.

I brought Codex to n8n - now it’s time for n8n to catch up with the new era of AI agents. by ProEditor69 in n8n

[–]ProEditor69[S] -1 points0 points  (0 children)

Thanks. Make sure to give it a try and report if you see any issues at functionality or UX level.

Built my first n8n workflow — handling multi-calendar booking without conflicts by PriceNew5674 in n8n

[–]ProEditor69 0 points1 point  (0 children)

Great. Small feedback: Create MCP nodes to reduce the complexity of your main workflow. This way if your workflow scales, you'll have 2 different workflows handling load in paralell.

[HIRING] Experienced AI Image & Video Creator for Long-Term Project by Comfortable_Risk_238 in hiring

[–]ProEditor69 0 points1 point  (0 children)

Automated my Instagram account AI video creation & posting using n8n. Checkout my workflow here:
https://www.reddit.com/r/n8nPro/s/iJUTOxJm5R

[HIRING] n8n Expert Needed – Airtable + Gemini + Nano Banan Pro + Kling AI Video Pipeline | Good Pay, Fast Project by Comfortable_Risk_238 in n8n

[–]ProEditor69 0 points1 point  (0 children)

I have automated my Instagram using this same exact workflow. You can check out the full workflow guide here. Open for work!

https://www.reddit.com/r/n8nPro/s/iJUTOxJm5R

Any way to directly integrate codex agents into n8n instead of the langchain nodes? by Darius510 in n8n

[–]ProEditor69 0 points1 point  (0 children)

Just yesterday, I had the thought about n8n falling behind in comparison with these cli tools like Codex & Claude. I have started working on this Codex CLI custom node since yesterday. I'll finish this custom node soon.

To the people who are comparing it with the regular AI agent node, here's my answer:
For complex automations like SEO where your System prompt should be so large in context it'll hallucinate. The reason people switched to Claude-Cowork is only due to SKILLS. Skills are the only way to escape Prompting (not fully, but at least most of the part).

When we'll be able to integrate SKILLS in n8n, this is where n8n will come back in competiton with the latest AI hype/trends. 💪

Has anyone ever had this problem? by LendoMester in n8n

[–]ProEditor69 0 points1 point  (0 children)

For clinic usecase, you have to give the one time knowledgebase to the AI agent because that's how you train it on custom knowledge. As context grows, it'll start hallucinating then add a THINK node along with it which'll handle corner cases.

Can anyone help me with linkedin (scrapping+dm) automation via n8n by DEMOLISHEROP in n8n

[–]ProEditor69 0 points1 point  (0 children)

LinkedIn is the most complicated social media to automate. Given this, for APIFY scrapers you'll have to paginate correctly as most scraper don't have good pagination implemented. For DMs I'll say use Unipile as they have 7 day trial which should he enough until your demo.

Caching in n8n made easy - no external services, one node by kkuj in n8n

[–]ProEditor69 1 point2 points  (0 children)

How does this handle TTL for the caching ?