{
  "name": "Form to Slack",
  "nodes": [
    {
      "id": "6ad169b8-d962-4166-a42a-805c3569af01",
      "typeVersion": 2,
      "position": [
        0,
        0
      ],
      "parameters": {
        "httpMethod": "POST",
        "path": "contact",
        "responseMode": "lastNode",
        "options": {}
      },
      "name": "Form Webhook",
      "type": "n8n-nodes-base.webhook",
      "webhookId": "form-slack"
    },
    {
      "id": "41561469-24ee-48b0-b4f2-fe1590decab8",
      "typeVersion": 2.2,
      "position": [
        300,
        0
      ],
      "parameters": {
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "inbound"
        },
        "text": "New form submit on thenionic",
        "otherOptions": {}
      },
      "name": "Slack Notify",
      "type": "n8n-nodes-base.slack"
    }
  ],
  "connections": {
    "Form Webhook": {
      "main": [
        [
          {
            "node": "Slack Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Asia/Manila"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}