The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Generate Seller Report",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "generate-seller-report",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "get",
"baseId": "appYOURBASEID",
"table": "Listings",
"id": "={{$json.body.listingId}}"
},
"name": "Get Listing Stats",
"type": "n8n-nodes-base.airtable",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"airtableApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"modelId": {
"__rl": true,
"value": "gemini-1.5-flash",
"mode": "list"
},
"prompt": "=Write a polite weekly real estate update email for the seller of {{$json.fields.Address}}. \nStats: \n- Views: {{$json.fields.Views}}\n- Showings: {{$json.fields.Showings}}\n- Feedback: {{$json.fields.Feedback_Summary}}\n\nTone: Professional, encouraging, data-driven.",
"options": {}
},
"name": "Gemini Writer",
"type": "n8n-nodes-base.googleGeminiChat",
"typeVersion": 1,
"position": [
650,
300
],
"credentials": {
"googlePalmApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"fromEmail": "updates@nexus-os.com",
"toEmail": "={{$node[\"Webhook\"].json.body.email}}",
"subject": "Your Weekly Home Performance Report",
"text": "={{$json.output}}"
},
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [
850,
300
],
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Get Listing Stats",
"type": "main",
"index": 0
}
]
]
},
"Get Listing Stats": {
"main": [
[
{
"node": "Gemini Writer",
"type": "main",
"index": 0
}
]
]
},
"Gemini Writer": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
airtableApigooglePalmApismtp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Generate Seller Report. Uses airtable, googleGeminiChat, emailSend. Webhook trigger; 4 nodes.
Source: https://github.com/YHSG-Kling/v0-Vip-Re-OS-V1/blob/81d66998f83b841c62598b92718154aaf1c9e2f0/workflows/seller-report.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Recruitment Pipeline Automation. Uses airtable, openAi, emailSend, googleCalendar. Webhook trigger; 7 nodes.
This powerful n8n automation workflow is designed to execute advanced B2B lead enrichment and hyper-personalization for cold email outreach. By orchestrating a complex chain of data scraping, AI analy
This template is perfect for e-commerce entrepreneurs, marketers, agencies, and creative teams who want to turn simple product photos and short descriptions into professional flyers or product videos—
Watch on Youtube▶️
This workflow automates the process of generating stylized product photos for e-commerce by combining real product shots with creative templates. It enables the creation of a complete set of images fo