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¶
- Dropbox Trigger
- Monitor folder: "/Contracts/New"
-
Trigger on: New files
-
DeepTagger Node
- Project ID: (your contract project)
- Input Type: File
-
Binary Property: data
-
Airtable Node
-
Create record with:
- Contract Name
- Parties
- Effective Date
- Termination Date
- Key Terms
- Obligations
-
Slack Node
- Channel: #legal
- 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
Related Examples¶
- Invoice Processing - Financial document extraction
- Batch Processing - Process multiple contracts