New Customer CRM + Email

    Shared 4/29/2026

    0 views

    Visual Workflow

    JSON Code

    {
      "name": "New Customer CRM + Email",
      "nodes": [
        {
          "id": "1",
          "name": "Webhook",
          "type": "n8n-nodes-base.webhook",
          "position": [
            250,
            300
          ],
          "parameters": {
            "path": "yeni-musteri",
            "httpMethod": "POST"
          }
        },
        {
          "id": "2",
          "name": "HubSpot",
          "type": "n8n-nodes-base.hubspot",
          "position": [
            500,
            300
          ],
          "parameters": {
            "resource": "contact",
            "operation": "create"
          }
        },
        {
          "id": "3",
          "name": "Gmail",
          "type": "n8n-nodes-base.gmail",
          "position": [
            750,
            300
          ],
          "parameters": {
            "to": "={{$node.Webhook.json.email}}",
            "message": "=Merhaba {{$node.Webhook.json.name}}, kaydınız tamamlandı.",
            "subject": "Hoş Geldiniz!",
            "operation": "send"
          }
        },
        {
          "id": "8358706f-c99f-4916-ae27-4aadd3f42fe4",
          "name": "Workflow Açıklaması",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -200,
            -200
          ],
          "parameters": {
            "content": "Bu workflow otomatik olarak veri akışı sağlar ve ilgili servisler arasında entegrasyon kurar."
          },
          "typeVersion": 1
        },
        {
          "id": "250433bb-9a89-4f03-8867-d3a8eae9919d",
          "name": "Başlangıç Notu",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            100,
            300
          ],
          "parameters": {
            "content": "Bu node akışın başlangıç noktasıdır ve tetikleyici görevi görür."
          },
          "typeVersion": 1
        }
      ],
      "connections": {
        "HubSpot": {
          "main": [
            [
              {
                "node": "Gmail",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Webhook": {
          "main": [
            [
              {
                "node": "HubSpot",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    }