Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Memberships

Le Club IA VIP

141 members • $89/month

UpTrainer - ESPACE MEMBRE

208 members • Free

ExplorIA | Communauté

7.8k members • Free

Max Business School™

264.1k members • Free

Skool Incubator (Gratuit)

23.3k members • Free

Agents IA et Automatisations

4.7k members • Free

LE LABO IA (BASIC)

4k members • Free

Le Club IA

10.7k members • Free

AI Automation Society

295.7k members • Free

13 contributions to AI Automation Society
📸 How I Fired My Social Media Manager (Literally) with n8n & AI 🤖
Hey builders! 👋 We all know the struggle: having ideas is easy. But creating the visual, writing the caption, finding hashtags, and posting at the right time... it's a time-suck. I got tired of spending 1 hour a day on Instagram. So I built a machine to do it for me. ⚙️ The Beast (n8n Workflow): This isn't a simple repost bot. It's a full-stack creative agency running on autopilot: 1. The Briefing 📝: I drop a raw idea into a Google Sheet (Topic, Audience, Tone). 2. The Art Director (Gemini) 🧠: It analyzes the idea and invents a unique visual concept (no stock photos!). 3. The Designer (Replicate Flux) 🎨: It generates a high-quality AI image based on that concept. 4. The Copywriter (Gemini) ✍️: It writes an engaging caption + perfect hashtags. 5. The Publisher (Instagram API) 🚀: It posts directly to my account. The Result?I fill my Sheet on Sunday night in 15 minutes, and my Instagram is fed all week with unique content. Zero manual work. 🎁 The Gift:I'm sharing the complete JSON workflow attached below. You just need to plug in your API keys (Google, Replicate, Facebook) and you're good to go. Let me know in the comments:What's your biggest pain with social media right now? Creating the visuals or staying consistent? 👇
0 likes • Jan 25
@Waled Ahmdi With pleasure! 🤝
2 likes • Jan 25
@M. talha Faraz 🤝🤝
Best way to build RAG
Hey everyone, I am building a RAG for a lawyer company (working with ton of documents). What do you think is the best way to build RAG (Lang Chain, Lang Graph, Supabase, etc.)
3 likes • Jan 21
For legal specifically, the bar is much higher. You can't afford hallucinations or missed citations. My recommended stack for this: 1. Database: Supabase (pgvector). This is crucial because it supports Hybrid Search (Keyword + Semantic). Lawyers often search for specific terms (e.g., 'Section 4.2'), which pure vector search sometimes misses. 2. Orchestration: LangGraph. Standard LangChain is linear. For legal, you need an agentic loop (e.g., Retrieve -> Grade Relevance -> If bad, Rewrite Query -> Retrieve again). LangGraph handles this logic perfectly. 3. The 'Secret' Sauce: Parsing. Do not use standard PDF loaders. Legal docs have columns and tables that break standard chunking. Look into LlamaParse or Unstructured to clean the data before embedding it. Garbage in, garbage out is 10x truer in Legal Tech.
0 likes • Jan 21
@Julian Blazhev 🤝
Need help
If I have a customer who needs an AI agent for customer support, which option should I use: n8n plans or a VPS? I see that the n8n plans have limits on the number of executions you can have. Which one should I go for?
0 likes • Jan 21
use vps
n8n Security
Hey guys! I have built 3 interlinked n8n workflows for one of my clients. All of them are triggered by webhooks. In order to deploy them, I purchased a separate n8n instance for the client. What can I do in the workflows to ensure data security for the client? Please comment if you need more information to give me a better response. Thanks!
0 likes • Jan 21
Great move isolating the instance! That’s 90% of the battle. For the workflows themselves, since they are webhook-based, your main goal is Authentication and Validation. 1. Lock the Webhooks: In the Webhook node settings, don't leave it open. Enable 'Authentication' (I prefer 'Header Auth'). Create a custom secret/API key (e.g., x-api-key) that the sender must include. If they don't, n8n rejects the call immediately. 2. Restrict HTTP Methods: Set them to POST only. Never pass sensitive data via query parameters in a GET request (as those often show up in server logs). 3. Validate Data: Use the built-in Schema Validation in the webhook node (or a logic node right after) to ensure the incoming JSON is exactly what you expect. This prevents bad actors from injecting malicious code. Simple but effective!
For those running AI receptionists / voice agents:
Which automation flow has been the most reliable in production for you? I’m optimizing for low failure rate, clean automations, and scalability — curious what’s actually working in the real world, not theory.
For those running AI receptionists / voice agents:
0 likes • Jan 21
vapi is much better.
1-10 of 13
Nafiou Tino
4
46points to level up
@nafioutino
Fullstack Dev turned AI Automation Expert ⚡️ Building advanced n8n workflows & Custom AI Agents.

Active 3m ago
Joined Jun 21, 2025
Cotonou
Powered by