Quick overview
This workflow starts from a webhook, creates a Google Tasks item for a human to review a website, pauses for feedback via an n8n form, and then routes the result to an optional follow-up action (for example, adding to shortlist). Use task manager to manage human task backlog.
How it works
- Receives a webhook request to start the review process.
- Sets (or maps) the website URL to be reviewed.
- Creates a task in Google Tasks with a link to the n8n resume form so a reviewer can complete the check.
- Pauses the execution and shows an n8n form that asks whether to add the website to the shortlist.
- Checks the form response and, if the reviewer chose to shortlist, runs a follow-up step such as adding the item to a shortlist destination.
Setup
- Connect a Google Tasks OAuth2 credential and select the target task list ID for where tasks should be created.
- Configure the inbound webhook path and copy the production webhook URL into the system that should trigger the workflow.
- Replace the dummy website URL mapping with your real input data and define the condition and destination for the shortlist follow-up action (for example, Google Sheets).