{
  "name": "Validate email of new contacts in Hubspot",
  "nodes": [
    {
      "id": null,
      "name": "When contact created",
      "type": "n8n-nodes-base.hubspotTrigger",
      "position": [
        540,
        480
      ]
    },
    {
      "id": null,
      "name": "Get contact email address",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        720,
        480
      ]
    },
    {
      "id": null,
      "name": "validate the email",
      "type": "n8n-nodes-base.oneSimpleApi",
      "position": [
        900,
        480
      ]
    },
    {
      "id": null,
      "name": "If email is suspicious",
      "type": "n8n-nodes-base.if",
      "position": [
        1080,
        480
      ]
    },
    {
      "id": null,
      "name": "Send to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1280,
        460
      ]
    }
  ],
  "connections": {
    "validate the email": {
      "main": [
        [
          {
            "node": "If email is suspicious",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When contact created": {
      "main": [
        [
          {
            "node": "Get contact email address",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If email is suspicious": {
      "main": [
        [
          {
            "node": "Send to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get contact email address": {
      "main": [
        [
          {
            "node": "validate the email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}