{
  "name": "My workflow",
  "nodes": [
    {
      "parameters": {
        "path": "aedeff42-d555-4571-a363-826bac34038c",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        0,
        0
      ],
      "id": "231e46ff-24f6-443b-bf7c-a1c4ff898f50",
      "name": "Webhook"
    },
    {
      "parameters": {
        "fromEmail": "fortnitenotifier.moguism@gmail.com",
        "toEmail": "={{$json[\"query\"][\"email\"]}}",
        "subject": "Prueba",
        "html": "=<html><body>\n<p>Hola,</p>\n<p>Haz clic en el bot\u00f3n de abajo para verificar tu cuenta:</p>\n<a href=\"{{ 'http://127.0.0.1:8000/api/verify?code=' + $json.query.code + \"&email=\" + $json.query.email}}\" style='display:inline-block;padding:10px 20px;background-color:#4CAF50;color:white;text-decoration:none;border-radius:5px;'>Verificar Cuenta</a>\n<p>Si no fuiste t\u00fa, puedes ignorar este correo.</p>\n</body></html>",
        "options": {}
      },
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 2.1,
      "position": [
        220,
        0
      ],
      "id": "ac9c96d8-248a-4de3-b85e-3196fb5a3879",
      "name": "Send Email",
      "credentials": {
        "smtp": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "56e9d9a2-aec6-4e55-b9a8-6c4ba1481d3f",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "wv5zGjyDfBd5pElK",
  "tags": []
}