{
  "name": "Review Request Automator — Turn Customers into 5-Star Reviews",
  "description": "Two days after a job completes the customer gets a friendly review request. Low scores are routed to you before they go public.",
  "type": "GROWAIFY_SAMPLE",
  "notice": "Public preview — 2 of 8 nodes, connections removed. The full, working workflow is delivered after purchase at https://growaify.com/templates/",
  "nodes_total_in_full_version": 8,
  "category": "Reputation",
  "price_usd": 29,
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 10 * * *"
            }
          ]
        }
      },
      "name": "Daily 10AM",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        -420,
        0
      ],
      "id": "g000001-0000-4000-8000-000000000001"
    },
    {
      "parameters": {
        "operation": "executeQuery",
        "query": "SELECT job_id, customer_name, customer_phone, service FROM jobs WHERE status = 'completed' AND completed_at::date = CURRENT_DATE - 2 AND review_requested = FALSE;"
      },
      "name": "Completed 2 Days Ago",
      "type": "n8n-nodes-base.postgres",
      "typeVersion": 2.4,
      "position": [
        -200,
        0
      ],
      "id": "g000002-0000-4000-8000-000000000002",
      "credentials": {
        "postgres": {
          "id": "REPLACE_WITH_YOUR_POSTGRES_CRED",
          "name": "Database"
        }
      }
    }
  ],
  "connections": {},
  "meta": {
    "growaify_template": "review-request",
    "sample": true,
    "buy": "https://growaify.com/templates/"
  }
}