Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow demonstrates how to transform natural language date and time expressions into structured data with 96%+ accuracy. Parse complex expressions like "early next July", "2 weeks after ...
@n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequesttool, n8n-nodes-base.set, n8n-nodes-base.manualtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by JaredCo.
Original n8n.io sourceThis n8n workflow demonstrates how to transform natural language date and time expressions into structured data with 96%+ accuracy. Parse complex expressions like "early next July", "2 weeks after project launch", or "end of Q3" into precise datetime objects with confidence scoring, timezone intelligence, and business rules validation for any automation workflow.
"early next July" "2 weeks after Thanksgiving" "next Wednesday evening" "Q3 2025" "mañana por la mañana" (Spanish) "first thing Monday"
{
"parsed": [{
"start": "2025-07-01T00:00:00Z",
"end": "2025-07-10T23:59:59Z",
"timezone": "America/New_York"
}],
"confidence": 0.95,
"method": "custom_rules",
"business_insights": [{
"type": "business_warning",
"message": "Selected date range includes July 4th holiday"
}],
"predictions": [{
"type": "time_preference",
"suggestion": "You usually schedule meetings at 10 AM"
}],
"ambiguities": [],
"alternatives": [{
"interpretation": "Early July 2026",
"confidence": 0.15
}],
"performance": {
"cache_hit": true,
"response_time": "0.8ms"
}
}
Transform your scheduling workflows from rigid form inputs to natural, conversational date requests that your users will love!
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 | Parse natural language dates with OpenAI GPT-4o for smart scheduling |
|---|---|
| Complexity | intermediate |
| Nodes | 5 |
| Categories | Personal Productivity, AI Summarization |
| Author | JaredCo |
| Published | 29 Jun 2025 |
Use the JSON export at /data/workflows/5460/5460.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.
This n8n workflow demonstrates how to transform natural language date and time expressions into structured data with 96%+ accuracy. Parse complex expressions like "early next July", "2 weeks after ...
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 Personal Productivity, AI Summarization use case.