{
  "nodes": [
    {
      "parameters": {
        "conditions": {
          "conditions": [
            {
              "value1": "={{ $json.nomePaciente }}",
              "value2": "null",
              "operation": "equal"
            }
          ]
        },
        "options": {}
      },
      "name": "If - Falta nomePaciente",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        600,
        100
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "name": "output",
              "value": "Ah! S\u00f3 preciso saber seu nome pra seguir com o agendamento \ud83d\udcdd Pode me dizer, por favor?",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "name": "SET - Msg nomePaciente",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        800,
        100
      ]
    },
    {
      "parameters": {
        "conditions": {
          "conditions": [
            {
              "value1": "={{ $json.email }}",
              "value2": "null",
              "operation": "equal"
            }
          ]
        },
        "options": {}
      },
      "name": "If - Falta email",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        600,
        300
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "name": "output",
              "value": "Agora preciso s\u00f3 do seu e-mail para finalizar certinho \ud83d\udce9 Pode me passar?",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "name": "SET - Msg email",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        800,
        300
      ]
    },
    {
      "parameters": {
        "conditions": {
          "conditions": [
            {
              "value1": "={{ $json.tipoConsulta }}",
              "value2": "null",
              "operation": "equal"
            }
          ]
        },
        "options": {}
      },
      "name": "If - Falta tipoConsulta",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        600,
        500
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "name": "output",
              "value": "Qual o procedimento que voc\u00ea gostaria de fazer? \ud83d\udc86\u200d\u2640\ufe0f Temos: limpeza de pele, massagem, botox...",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "name": "SET - Msg tipoConsulta",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        800,
        500
      ]
    },
    {
      "parameters": {
        "conditions": {
          "conditions": [
            {
              "value1": "={{ $json.horarioConsulta }}",
              "value2": "null",
              "operation": "equal"
            }
          ]
        },
        "options": {}
      },
      "name": "If - Falta horarioConsulta",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        600,
        700
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "name": "output",
              "value": "\u00d3timo! Agora s\u00f3 preciso saber qual hor\u00e1rio voc\u00ea gostaria. Assim consigo agendar direitinho \ud83d\ude0a",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "name": "SET - Msg horarioConsulta",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        800,
        700
      ]
    },
    {
      "parameters": {
        "conditions": {
          "conditions": [
            {
              "value1": "={{ $json.dataDoAgendamentoRealizado }}",
              "value2": "null",
              "operation": "equal"
            }
          ]
        },
        "options": {}
      },
      "name": "If - Falta dataDoAgendamentoRealizado",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        600,
        900
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "name": "output",
              "value": "Pra qual dia voc\u00ea quer marcar sua consulta? Me fala o dia certinho pra eu seguir com o agendamento \ud83d\udcc6",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "name": "SET - Msg dataDoAgendamentoRealizado",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        800,
        900
      ]
    }
  ],
  "connections": {
    "If - Falta nomePaciente": {
      "main": [
        [
          {
            "node": "SET - Msg nomePaciente",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "If - Falta email": {
      "main": [
        [
          {
            "node": "SET - Msg email",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "If - Falta tipoConsulta": {
      "main": [
        [
          {
            "node": "SET - Msg tipoConsulta",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "If - Falta horarioConsulta": {
      "main": [
        [
          {
            "node": "SET - Msg horarioConsulta",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "If - Falta dataDoAgendamentoRealizado": {
      "main": [
        [
          {
            "node": "SET - Msg dataDoAgendamentoRealizado",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  }
}