Block 1 - easybits: Classify & Extract Contract
- Type / Role
- @easybits/n8n-nodes-extractor.easybitsExtractor - easybitsExtractor
- Config choices
- Version 1
What this workflow does Drop a contract (PDF, JPG, PNG) into a watched Google Drive folder. easybits Extractor classifies it (SaaS / Lease / Service / Insurance / Other) and pulls every renewal rel...
@easybits/n8n-nodes-extractor.easybitsextractor, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, n8n-nodes-base.set, n8n-nodes-base.noop, n8n-nodes-base.switch
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Felix.
Original n8n.io sourceDrop a contract (PDF, JPG, PNG) into a watched Google Drive folder. easybits Extractor classifies it (SaaS / Lease / Service / Insurance / Other) and pulls every renewal-relevant field in a single call. A Set node calculates the contract's end date and the cancellation deadline. The classified contract is appended to the matching tab in a single Google Sheet – your source of truth for every renewal in the company.
1. Install the easybits Extractor node
@easybits/n8n-nodes-extractor.2. Create your easybits pipeline Go to extractor.easybits.tech and create a pipeline with these fields:
contract_class (string) – enum: saas_subscription, lease_agreement, service_contract, insurance_policy, other. Returns null if not a contract.client_name (string)provider_name (string)start_date (string, ISO format YYYY-MM-DD)initial_term_months (number)renewal_term_months (number)auto_renew (string – "true"/"false")notice_period_days (number)contract_value (number)client_signatory_name (string)provider_signatory_name (string)Paste your Pipeline ID and connect your credentials in the easybits: Classify & Extract Contract node.
3. Create your Google Drive folder Create a folder (e.g. "Incoming Contracts") and paste its ID into the Watch Contract Folder node.
4. Create your Google Sheet
Create one Google Sheet with five tabs: SaaS, Leases, Services, Insurance, Other.
Header row on every tab:
Start Date | Client Name | Provider Name | Contract Value | Initial Term Months | Renewal Term Months | Auto Renew | Notice Period Days | End Date | Cancellation Deadline | Contract Class | Client Signatory Name | Provider Signatory Name
Paste the Sheet ID into all 5 Google Sheets nodes.
5. Connect credentials
6. Activate and test Turn the workflow on, drop a contract PDF into the watched folder, and watch the correct tab fill up.
auto_renew stays as a string ("true"/"false") because the easybits Extractor doesn't yet expose a boolean type. Part 2 handles the conversion.notice_period_days is critical – without it, the cancellation deadline defaults to the end date, which is usually too late for contracts with 60–90 day notice clauses.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Classify contracts and track renewals with easybits, Google Drive and Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Document Extraction, AI Summarization |
| Author | Felix |
| Published | 22 Apr 2026 |
Use the JSON export at /data/workflows/15230/15230.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
What this workflow does Drop a contract (PDF, JPG, PNG) into a watched Google Drive folder. easybits Extractor classifies it (SaaS / Lease / Service / Insurance / Other) and pulls every renewal rel...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.