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": "CivicEye Email Workflow",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "complaint-update",
"options": {}
},
"name": "Supabase Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"fromEmail": "no-reply@civiceye.ai",
"toEmail": "={{$node[\"Supabase Webhook\"].json[\"email\"]}}",
"subject": "Update on your Complaint: {{$node[\"Supabase Webhook\"].json[\"id\"]}}",
"text": "Your complaint status for CivicEye has been updated to: {{$node[\"Supabase Webhook\"].json[\"status\"]}}"
},
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
500,
300
]
}
],
"connections": {
"Supabase Webhook": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
CivicEye Email Workflow. Uses emailSend. Webhook trigger; 2 nodes.
Source: https://github.com/tarun8282/CivicEye/blob/e69e4f0d47143295a1757d6145cee9ee4ce74780/n8n/n8n_workflow.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.
Post-Job Google Review Request. Uses emailSend. Webhook trigger; 3 nodes.
Leave Request Notifications. Uses emailSend. Webhook trigger; 2 nodes.
Notificaciones Inventario. Uses emailSend. Webhook trigger; 2 nodes.