Skip to content

Contract Analysis Workflow

Extract key terms and metadata from legal contracts for review and tracking.

Workflow Overview

graph LR
    A[Dropbox Upload] --> B[Dropbox Trigger]
    B --> C[DeepTagger]
    C --> D[Airtable]
    D --> E[Slack Alert]

Use Case

Scenario: New contracts uploaded to shared Dropbox folder

Automation: Extract parties, dates, terms, obligations → Alert legal team

Quick Setup

  1. Dropbox Trigger
  2. Monitor folder: "/Contracts/New"
  3. Trigger on: New files

  4. DeepTagger Node

  5. Project ID: (your contract project)
  6. Input Type: File
  7. Binary Property: data

  8. Airtable Node

  9. Create record with:

    • Contract Name
    • Parties
    • Effective Date
    • Termination Date
    • Key Terms
    • Obligations
  10. Slack Node

  11. Channel: #legal
  12. Message: New contract needs review

Example Output

{
  "contract_type": "Service Agreement",
  "parties": ["Acme Corp", "Client Inc"],
  "effective_date": "2025-01-01",
  "termination_date": "2026-01-01",
  "value": "$100,000",
  "payment_terms": "Net 30",
  "jurisdiction": "New York",
  "key_obligations": [
    "Monthly reporting",
    "Data confidentiality",
    "Insurance requirements"
  ]
}

Benefits

  • Legal team sees all contracts in Airtable dashboard
  • Automatic reminders for renewal dates
  • Searchable contract database
  • Audit trail for compliance