{
  "name": "Notify customers on WhatsApp when Stripe payment succeeds with MoltFlow",
  "nodes": [
    {
      "id": "i1000001-0000-4000-0900-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 300,
        "content": "## Stripe Payment → WhatsApp Receipt\nSend an instant WhatsApp confirmation when a customer's Stripe payment succeeds, powered by [MoltFlow](https://molt.waiflow.app).\n\n**How it works:**\n1. Stripe fire"
      }
    },
    {
      "id": "i1000001-0000-4000-0900-000000000011",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 280,
        "content": "## Setup (5 min)\n1. Create a [MoltFlow account](https://molt.waiflow.app) and connect WhatsApp\n2. Activate this workflow — copy the webhook URL\n3. In Stripe Dashboard → Developers → Webhooks, add the "
      }
    },
    {
      "id": "i1000001-0000-4000-0900-000000000001",
      "name": "Stripe Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "i1000001-0000-4000-0900-000000000002",
      "name": "Format Receipt",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "i1000001-0000-4000-0900-000000000003",
      "name": "Has Phone?",
      "type": "n8n-nodes-base.if",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "i1000001-0000-4000-0900-000000000004",
      "name": "Send WhatsApp Receipt",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        -100
      ]
    },
    {
      "id": "i1000001-0000-4000-0900-000000000005",
      "name": "Log Success",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        -100
      ]
    }
  ],
  "connections": {
    "Has Phone?": {
      "main": [
        [
          {
            "node": "Send WhatsApp Receipt",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Format Receipt": {
      "main": [
        [
          {
            "node": "Has Phone?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Stripe Webhook": {
      "main": [
        [
          {
            "node": "Format Receipt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send WhatsApp Receipt": {
      "main": [
        [
          {
            "node": "Log Success",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}