Block 1 - When Executed by Another Workflow
- Type / Role
- n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
AI Powered Chart Generation from Web Data This n8n workflow automates the process of: 1. Scraping real time data from the web using GPT 4o with browsing capability 2. Converting markdown tables int...
n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.openai, @n8n/n8n-nodes-langchain.toolthink
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jay Emp0.
Original n8n.io sourceThis n8n workflow automates the process of:
Ideal for content creators, analysts, or automation engineers who need to:
Trigger the workflow manually or via another workflow with a prompt string, e.g.:
Generate a graph of apple's market share in the mobile phone market in Q1 2025
The Message a model node uses GPT-4o with search to:
The Generate Chart AI Agent:
The Create QuickChart node:
The Upload image node:
Manual Trigger or Execute Workflow TriggerOpenAI Chat Model (GPT-4o)LangChain Agent (Chart Generator)LangChain OutputParserStructuredHTTP Request (QuickChart API + WordPress Upload)Code (Final result formatting)The final Code node returns:
{
"research": { ...raw markdown table + citations... },
"graph_data": { ...Chart.js JSON... },
"graph_image": { ...WordPress upload metadata... },
"result_image_url": "https://your-wordpress.com/wp-content/uploads/...png"
}
OpenAI credentials (GPT-4o or GPT-4o-mini)
WordPress REST API credentials with media write access
QuickChart.io (free tier works)
n8n v1.25+ recommended
Chart style and format are determined dynamically based on your table structure and AI interpretation.
Make sure your OpenAI and WordPress credentials are connected properly.
Outputs are schema-validated to ensure reliable rendering.
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 | Ai-powered chart generation from web data with GPT-4o and WordPress upload |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Content Creation, Multimodal AI |
| Author | Jay Emp0 |
| Published | 24 Jul 2025 |
Use the JSON export at /data/workflows/6361/6361.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.
AI Powered Chart Generation from Web Data This n8n workflow automates the process of: 1. Scraping real time data from the web using GPT 4o with browsing capability 2. Converting markdown tables int...
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 Content Creation, Multimodal AI use case.