{
  "name": "BuilderStack — Missing info request",
  "flow": [
    {
      "id": 1,
      "module": "gateway:CustomWebHook",
      "version": 1,
      "parameters": {
        "maxResults": 1
      },
      "mapper": {},
      "metadata": {
        "designer": {
          "x": 0,
          "y": 0
        }
      }
    },
    {
      "id": 2,
      "module": "google-sheets:addRow",
      "version": 2,
      "parameters": {},
      "mapper": {
        "mode": "select",
        "insertDataOption": "INSERT_ROWS",
        "valueInputOption": "USER_ENTERED",
        "from": "drive",
        "spreadsheetId": "{{SPREADSHEET_ID}}",
        "sheetId": "{{SHEET_NAME}}",
        "includesHeaders": true,
        "values": {
          "0": "{{formatDate(now; \"YYYY-MM-DD HH:mm\")}}",
          "1": "{{1.name}}",
          "2": "{{1.email}}",
          "3": "{{1.phone}}",
          "4": "{{if(1.phone; \"\"; \"phone \")}}{{if(1.address; \"\"; \"address\")}}"
        }
      },
      "metadata": {
        "designer": {
          "x": 300,
          "y": 0
        },
        "parameters": [
          {
            "name": "__IMTCONN__",
            "type": "account:google",
            "label": "Connection",
            "required": true
          }
        ]
      }
    },
    {
      "id": 3,
      "module": "google-email:ActionSendEmail",
      "version": 2,
      "parameters": {},
      "mapper": {
        "cc": [],
        "to": [
          "{{1.email}}"
        ],
        "bcc": [],
        "from": "",
        "html": "{{MISSING_INFO_BODY}}<br>{{if(1.phone; \"\"; \"• phone<br>\")}}{{if(1.address; \"\"; \"• address\")}}",
        "subject": "{{MISSING_INFO_SUBJECT}}",
        "attachments": []
      },
      "metadata": {
        "designer": {
          "x": 600,
          "y": 0
        },
        "parameters": [
          {
            "name": "account",
            "type": "account:google-restricted",
            "label": "Connection"
          }
        ]
      }
    }
  ],
  "metadata": {
    "instant": false,
    "version": 1,
    "scenario": {
      "roundtrips": 1,
      "maxErrors": 3,
      "autoCommit": true,
      "autoCommitTriggerLast": true,
      "sequential": false,
      "confidential": false,
      "dataloss": false,
      "dlq": false,
      "freshVariables": false
    },
    "designer": {
      "orphans": []
    },
    "zone": "eu2.make.com"
  }
}