improve my current workflow in n8n, I should be able to achieve
this workflow
[1] Webhook (Instagram Message Received)
|
v
[2] IF (Keyword Triggered? e.g., "Start")
|
Yes| \No
v v
[3] Set Conversation Status [Exit / Wait for New Message]
|
v
[4] Send Message (Bot: "Great! Let's begin.")
|
v
[5] Collect Info (Ask Questions Sequentially)
|
v
[6] Append to Google Sheet
|
v
[7] Notify You (via WhatsApp/Email/Telegram)
|
v
[8] Delay (e.g., 15 mins)
|
v
[9] IF (User responded in time?)
|
No | \Yes
v v
[10] Send Follow-Up [11] Continue Collection
|
v
[12] IF Manual Override? (Check Google Sheet or status)
|
Yes| \No
v v
[13] Stop Workflow [14] Complete Flow
|
v
[15] Send Final Message
("Thank you, I'll get back to you.")
Loading...
let's review the the workflow i made, list them and kindly teach me the missing components
Loading...
I've tried this, and there's an error with it, n8n when executed only replies the latest/last node of the workflow, so let's do my workflow and just add the missing components(keyword trigger) also for the meantime ill use chat trigger of n8n so i can focus on just making the workflow possible or work