Control Your Own AI Agent with Siri! Easy iPhone Setup with n8n

  Рет қаралды 4,389

n8n

n8n

Күн бұрын

Пікірлер: 24
@SiraEkabutPlus
@SiraEkabutPlus 2 ай бұрын
wow, really great starting point of every great possibilities!!
@securicom007
@securicom007 10 күн бұрын
how do you edit the shortcut with url on iphone
@mccannm2008
@mccannm2008 3 ай бұрын
thanks for sharing, it works like a dream, it opens up some may possibility
@Millionaire_Craft
@Millionaire_Craft 15 күн бұрын
Mine failed "The requested webhook \"Respond\" is not registered.","hint": "Click the 'Test workflow' button on the canvas, then try again. (In test mode, the webhook only works for one call after you click this button)","code":404}
@JulienDucerf
@JulienDucerf 14 күн бұрын
Thank you for this video. I wanted to integrate my agent into my iphone via a shortcut like you show. But I don't use it with voice. I just ask for a text modification, which it sends back corrected. BUT, as it's French, UTF-8 doesn't seem to be taken into account. On my N8N agent, the output is correct and handles special characters. But the text arriving on iPhone is not correct.
@pushingpandas6479
@pushingpandas6479 3 ай бұрын
Max you rocked again!
@Millionaire_Craft
@Millionaire_Craft 15 күн бұрын
Mine failed "The requested webhook \"Respond\" is not registered.","hint": "Click the 'Test workflow' button on the canvas, then try again. (In test mode, the webhook only works for one call after you click this button)","code":404}
@tonyblack2141
@tonyblack2141 3 ай бұрын
Thanks for all these challenge videos and end solutions, really helpful getting to grasp n8n. Please could you show how to integrate with a 3rd party payment processor like Paystack for the African region that are not supported by Stripe? Thanks again. Cheers
@djselcius
@djselcius 3 ай бұрын
Cheers Tony, appreciate that! Ok you’ve piqued my interest - on their docs they say they have free test accounts (sometimes payment APIs are a bunch of hoops to access). It’s 11pm on a Saturday and I just got back from the AI hackathon. So no promises, but I’ll add it to my ideas list 🤘 Curious, what’s like a “my first pay stack” AI usecase you’d want to see flowgrammed? Also excuse my handle, this is my personal yt acct that I think I made when I was 11 😂
@tonyblack2141
@tonyblack2141 3 ай бұрын
@@djselcius Thanks for the response and glad it picked your interest:) Here's a potential use case for integrating Paystack with n8n: Use case: Charging users for access to an AI-powered automation workflow built on n8n. Step 1: A user selects a plan and is redirected to Paystack for payment. Step 2: After a successful payment, Paystack returns a success message along with customer details (such as email and plan purchased). Step 3: These details are sent back to n8n, which stores them in a Google Sheet or any other backend db. Step 4: A separate no-code software (which serves as frontend) then checks the Google Sheet to verify the customer's payment status and plan. Based on that, it grants access to the correct n8n workflow. In this scenario, the n8n automation workflow could be something like an AI resume writer, where users can generate a specified number of resumes based on the plan they purchased. Would love to see how you flowgram something like this! Cheers!
@tonyblack2141
@tonyblack2141 3 ай бұрын
​@@djselcius Thanks for the response! Here's a potential use case for integrating Paystack with n8n: Use case: Charging users for access to an AI-powered automation workflow built on n8n. Step 1: A user selects a plan and is redirected to Paystack for payment. Step 2: After a successful payment, Paystack returns a success message along with customer details (such as email and plan purchased). Step 3: These details are sent back to n8n, which stores them in a Google Sheet or any other backend DB. Step 4: A separate no-code software (which serves as frontend) then checks the Google Sheet to verify the customer's payment status and plan. Based on that, it grants access to the correct n8n workflow. In this scenario, the n8n automation workflow could be something like an AI Resume writer, where users can generate a specified number of resumes based on the plan they purchased. Would love to see how you flowgram something like this! Cheers mate!
@tonyblack2141
@tonyblack2141 3 ай бұрын
Thanks for the response! Here's a potential use case for integrating Paystack with n8n: Use case: Charging users for access to an AI-powered automation workflow built on n8n. Step 1: A user selects a plan and is redirected to Paystack for payment. Step 2: After a successful payment, Paystack returns a success message along with customer details (such as email and plan purchased). Step 3: These details are sent back to n8n, which stores them in a Google Sheet or any other backend DB. Step 4: A separate no-code software (which serves as frontend) then checks the Google Sheet to verify the customer's payment status and plan. Based on that, it grants access to the correct n8n workflow. In this scenario, the n8n automation workflow could be something like an AI Resume writer, where users can generate a specified number of resumes based on the plan they purchased. Would love to see how you flowgram something like this! Cheers mate!
@build.aiagents
@build.aiagents 3 ай бұрын
Phenomenal
@AlokSaboo
@AlokSaboo 2 ай бұрын
How do you modify this to add some sort of authentication?
@djselcius
@djselcius Ай бұрын
In webhook trigger you can specify authentication; then just need to specify that in the Shortcuts api request.
@bannu4832
@bannu4832 3 ай бұрын
hey max, can you guys build a REPLICATE versionless chat node for AI agent node? It would be phenomenal
@djselcius
@djselcius 3 ай бұрын
Can you elaborate? Sounds interesting 🤔
@GrecoFPV
@GrecoFPV Ай бұрын
How we can continue one chat session and have a conversation ?
@djselcius
@djselcius Ай бұрын
AI agents in n8n can have a “memory” attached (use window buffer memory to start, it has no dependencies). I’m the memory subnode, you can specify a session ID. You then just need to use the same ID across each execution to maintain convo state. I think shortcuts can generate a UUID so that’s the “how” at a high level. Not a total solution, but hope that points you in the right direction!
@leonbotzen
@leonbotzen 2 ай бұрын
When I try using tools with this, it still resorts to using Siri's and Apple's native functions. For instance, if I connect a "Send email" tool to the workflow in n8n and I ask "Hey Siri, Ask Agent, send an email to X asking X if she wants to reschedule the meeting for tomorrow", it will still try to use Apple's mail and contacts......
@n8n-io
@n8n-io 2 ай бұрын
Hey Leon, Max here :) From my tests, you need to pause after saying the Shortcut name. So "Hey Siri, Ask Agent", wait until Siri responds and is ready to accept your dictated text. Hope that helps! If you have any further questions, community.n8n.io is best place to get help.
@1gkeb
@1gkeb 3 ай бұрын
As you can see, you can with Siri. And can you with Google Assistant? ‘Ok Google ask agent’?
@djselcius
@djselcius 3 ай бұрын
From a very quick Google, it looks like you can do it with Tasker app in Android ecosystem (probably many others).
This RAG AI Agent with n8n + Supabase is the Real Deal
16:27
Cole Medin
Рет қаралды 96 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
How to Set Up a Notion Knowledge Base AI Assistant
5:00
Эти функции chatGPT навсегда изменят твою жизнь!
18:09
I Tested No Code AI App Makers and Found the BEST
16:02
Creator Magic
Рет қаралды 63 М.
Apple Explains How They Make Money
5:39
SAMTIME
Рет қаралды 1 МЛН
9 incredible AI apps that changed my life forever
16:29
Silicon Valley Girl
Рет қаралды 420 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН