Great breakdown, Simon! On the credential-management point a few viewers asked about: a simple practice is to keep sensitive keys in n8n’s built-in credential manager and pass them into sub-workflows via environment variables instead of hard-coding. That way the main workflow stays shareable while the secrets remain scoped to the instance. Also, for people getting duplicate WhatsApp responses, check whether the trigger is set to fire on both ‘message’ and ‘delivery’ events—disabling the second one usually removes the extra executions. Hope that helps!
This is really helpful thank you. One handy way to get some of the api call figured in the js is to save the page as html and ask Gemini to help with the settings for a n8n http node to extract the dynamic data
Golden. You deserve a medal 🎖️
this is a live saver. thnk you for this .. this helps a lot ..
Great content keep it going, since you built workflows for companies i was wondering how do you manage your clients credentials? Or do they deploy the workflow themself?
Wow 🤯 Perfect explanation. Thank you sir
can you please make a video step by step starting to learn AI Automation.
Excellent!!!
Can you do a tutorial for scrapping Twitter/X and TikTok that emulates infinite scrolling and is able to capture any new post that appears?
Solution starts from 27:30
Can you download community nodes on cloud instance of n8n? If so, is there a link explaining how?
AI avatar?
Please I have a question if anyone can help. I created a WhatsApp AI agent in n8n, anytime I send a message, I get the same reply twice, like the execution runs more than once and it produces the same output two to five times resulting to getting the same multiple messages on whatsapp. Please how do I fix this and make sure the workflow runs once and produce one output at a time?
@simonscrapes