Ops · n8n

Collect Vendor Onboarding Documents Automatically and Chase Missing Ones

An n8n workflow that sends each new vendor a request for their W-9, insurance and banking details, tracks what comes back, and automatically chases whatever is missing after a few days — so procurement onboards suppliers without a spreadsheet of half-finished paperwork.

difficulty Intermediatesetup 50 minresult New vendors are sent a document checklist and auto-chased until every required file is received
  1. 1

    Kick off on new vendor

    A Webhook or new-row trigger starts onboarding. A Gmail node sends the vendor an upload link and the checklist of required documents.

  2. 2

    Record what arrives

    As documents are submitted, a Google Sheets update checks off each received file against the vendor's row.

  3. 3

    Chase what's missing

    A daily Schedule Trigger scans for vendors with unchecked required documents older than a few days and a Gmail node sends a polite reminder listing exactly what's outstanding.

  4. 4

    Mark complete

    When every required box is checked, the workflow flags the vendor onboarded and notifies procurement they're cleared to transact.

Frequently asked questions

How does it track which documents arrived?

Each vendor has a row with a column per required document. As files come in (via a form upload or email parse) the matching column is checked. The chase step only pings vendors whose row still has unchecked required documents.

Can requirements differ by vendor type?

Yes — a services vendor might need insurance while a goods supplier needs a resale certificate. A field on the vendor record drives which checklist is sent and which documents are considered required for that vendor.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.