{
  "name": "Forward Slack channel messages to WhatsApp with MoltFlow",
  "nodes": [
    {
      "id": "k1000001-0000-4000-0b00-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 300,
        "content": "## Slack → WhatsApp Forwarder\nForward important Slack messages to WhatsApp so you never miss critical updates, powered by [MoltFlow](https://molt.waiflow.app).\n\n**How it works:**\n1. Slack sends a webh"
      }
    },
    {
      "id": "k1000001-0000-4000-0b00-000000000011",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 260,
        "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 Slack → Apps → Incoming Webhooks (or use Slack API"
      }
    },
    {
      "id": "k1000001-0000-4000-0b00-000000000001",
      "name": "Slack Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "k1000001-0000-4000-0b00-000000000002",
      "name": "Format Message",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "k1000001-0000-4000-0b00-000000000003",
      "name": "Valid?",
      "type": "n8n-nodes-base.if",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "k1000001-0000-4000-0b00-000000000004",
      "name": "Send to WhatsApp",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        -100
      ]
    },
    {
      "id": "k1000001-0000-4000-0b00-000000000005",
      "name": "Log",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        -100
      ]
    }
  ],
  "connections": {
    "Valid?": {
      "main": [
        [
          {
            "node": "Send to WhatsApp",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Slack Webhook": {
      "main": [
        [
          {
            "node": "Format Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Message": {
      "main": [
        [
          {
            "node": "Valid?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send to WhatsApp": {
      "main": [
        [
          {
            "node": "Log",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}