AutomationFlowsGeneral › Supabase Webhook to Email

Supabase Webhook to Email

Original n8n title: Civiceye Email Workflow

CivicEye Email Workflow. Uses emailSend. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesEmail Send
General Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Post-Job Google Review Request. Uses emailSend. Webhook trigger; 3 nodes.

Email Send
General

Leave Request Notifications. Uses emailSend. Webhook trigger; 2 nodes.

Email Send
General

MamVibe — Item Sold. Uses emailSend. Webhook trigger; 2 nodes.

Email Send
General

Notificaciones Inventario. Uses emailSend. Webhook trigger; 2 nodes.

Email Send
General

Attendance Alerts. Uses emailSend. Webhook trigger; 2 nodes.

Email Send