{
  "name": "Wait Approval Resume",
  "nodes": [
    {
      "id": "fd064424-3246-40cd-93fa-e6d2c3bea137",
      "typeVersion": 2,
      "position": [
        0,
        0
      ],
      "parameters": {
        "httpMethod": "POST",
        "path": "approve-start",
        "responseMode": "lastNode",
        "options": {}
      },
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "webhookId": "approve"
    },
    {
      "id": "8579ee84-43f1-4dd9-b884-d049e1ce05ee",
      "typeVersion": 2.2,
      "position": [
        260,
        0
      ],
      "parameters": {
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "approvals"
        },
        "text": "Approve this outbound POST?",
        "otherOptions": {}
      },
      "name": "Ask Slack",
      "type": "n8n-nodes-base.slack"
    },
    {
      "id": "c77e8bd7-1dcd-43af-ba89-7f68184e060f",
      "typeVersion": 1.1,
      "position": [
        520,
        0
      ],
      "parameters": {
        "resume": "webhook",
        "options": {}
      },
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "webhookId": "approve-resume"
    },
    {
      "id": "3cd6c4c4-97e9-4922-a20b-ccc30b6c494d",
      "typeVersion": 4.5,
      "position": [
        780,
        0
      ],
      "parameters": {
        "method": "POST",
        "url": "https://foobar.thenionic.com/",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "approved",
              "value": "true"
            }
          ]
        },
        "options": {}
      },
      "name": "POST Continue",
      "type": "n8n-nodes-base.httpRequest"
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Ask Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ask Slack": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "POST Continue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Asia/Manila"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}