Quick overview This workflow runs on demand to match security questionnaire questions against an approved-answer library in Notion, then creates a Google Docs draft and notifies reviewers in Slack, optionally updating a Notion tracker page. How it works Starts manually to run a test questionnaire and load configuration values like the Notion database ID, Google Drive folder ID, and confidence threshold. Loads a list of questionnaire questions and queries the Notion database for answers whose Status equals the configured approved value. Compares each questionnaire question to the approved Notion questions, selects the closest match, and marks low-confidence matches as “Needs review” instead of auto-answering. Branches based on whether any answers need review and posts a corresponding Slack notification to the configured review channel. Builds a formatted draft body containing each question, match confidence, owner, and either the approved answer or a “Needs review” placeholder. Creates a new Google Docs document for the draft and optionally updates a Notion questionnaire tracker page with “Draft ready for review” and the needs-review count.
Tags
Related workflows
See all General Automation→Generate AI videos using Havis AI Grok Imagine
Havis AI - Grok Imagine n8n Workflow Summary This n8n workflow submits a video generation job to Havis AI Grok Imagine, waits for processing, polls task status, and returns result data when the job completes. Who is this for? Creators who want a reusable no-code generation form. Agencies building client-facing AI automation. Developers who want an importable API test workflow. n8n users connecting Havis AI output to storage, Slack, Sheets, Airtable, webhooks, or a CMS. What this workflow does Opens an n8n Form Trigger for Grok Imagine inputs. Builds a clean JSON payload and removes empty optional fields. Sends a POST request to https://havis.ai/api/grok-imagine. Waits 8 seconds, then polls https://havis.ai/api/task/{task_id}. Loops while the task is processing. Returns task ID, status, result URLs, credits used, and submitted payload. Returns a clean error object if the task fails. Setup Import the JSON workflow into n8n. Open the Form Trigger URL. Enter your Havis API key in api_key. Use only the key value; the workflow adds Bearer automatically. Fill in the model inputs and submit. For production, store the API key in n8n credentials or environment variables instead of typing it
Search Xiaohongshu users by keyword and get profile details with JustOneAPI
Use this n8n workflow to search Xiaohongshu users from a keyword and get profile details with JustOneAPI. Who’s it for This template is for creator research teams, marketing teams, creator operations teams, and automation builders who want to turn a Xiaohongshu keyword into structured user profile data inside n8n. What this workflow does The workflow starts from one keyword and searches Xiaohongshu users with the V2 user search endpoint. It extracts unique user IDs from the returned results, keeps the first unique user ID by default, fetches user profile details with the user profile endpoint, and returns a structured output for downstream use. This makes it useful for creator discovery, account research, brand research, and competitor monitoring workflows. How to set up Import the workflow into n8n. Open the Prepare API and Research Inputs node. Add your JustOneAPI token. Update keyword. Optionally adjust page and maxUsers. Leave maxUsers at 1 if you want to fetch only the first unique user result by default. Run the workflow and review the final output node. Requirements A JustOneAPI token An n8n environment with HTTP Request support How to customize the workflow You can increase
Generate and edit images using Havis AI GPT Image 2
Havis AI - GPT Image 2 n8n Workflow Summary This n8n workflow submits an image generation job to Havis AI GPT Image 2, waits for processing, polls task status, and returns result data when the job completes. Who is this for? Creators who want a reusable no-code generation form. Agencies building client-facing AI automation. Developers who want an importable API test workflow. n8n users connecting Havis AI output to storage, Slack, Sheets, Airtable, webhooks, or a CMS. What this workflow does Opens an n8n Form Trigger for GPT Image 2 inputs. Builds a clean JSON payload and removes empty optional fields. Sends a POST request to https://havis.ai/api/gpt-image-2. Waits 8 seconds, then polls https://havis.ai/api/task/{task_id}. Loops while the task is processing. Returns task ID, status, result URLs, credits used, and submitted payload. Returns a clean error object if the task fails. Setup Import the JSON workflow into n8n. Open the Form Trigger URL. Enter your Havis API key in api_key. Use only the key value; the workflow adds Bearer automatically. Fill in the model inputs and submit. For production, store the API key in n8n credentials or environment variables instead of typing it int