AutomationFlowsWeb Scraping › Resilix Launchops Approval Workflow

Resilix Launchops Approval Workflow

RESILIX LaunchOps Approval Workflow. Uses httpRequest. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "RESILIX LaunchOps Approval Workflow",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "resilix-launchops-approval",
        "responseMode": "responseNode"
      },
      "id": "Webhook_Receive_Decision_Packet",
      "name": "Receive Decision Packet",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "decisionPacketId",
              "name": "decisionPacketId",
              "value": "={{ $json.decisionPacketId || $json.id }}",
              "type": "string"
            },
            {
              "id": "approvalStatus",
              "name": "approvalStatus",
              "value": "APPROVED",
              "type": "string"
            },
            {
              "id": "approver",
              "name": "approver",
              "value": "n8n-demo-approver",
              "type": "string"
            },
            {
              "id": "reason",
              "name": "reason",
              "value": "Approved by simulated n8n approval workflow.",
              "type": "string"
            },
            {
              "id": "callbackEventId",
              "name": "callbackEventId",
              "value": "={{ $json.callbackEventId || $execution.id }}",
              "type": "string"
            },
            {
              "id": "callbackSentAt",
              "name": "callbackSentAt",
              "value": "={{ new Date().toISOString() }}",
              "type": "string"
            }
          ]
        }
      },
      "id": "Set_Approval_Result",
      "name": "Set Approval Result",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        520,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $json.callbackUrl || 'http://host.docker.internal:3000/api/n8n/approval-callback' }}",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "x-resilix-callback-secret",
              "value": "={{ $json.callbackSecret || '' }}"
            }
          ]
        },
        "sendBody": true,
        "contentType": "json",
        "jsonBody": "={{ JSON.stringify($json) }}"
      },
      "id": "Callback_To_App",
      "name": "Callback To App",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        780,
        300
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ { status: 'callback_sent', decisionPacketId: $('Set Approval Result').first().json.decisionPacketId } }}"
      },
      "id": "Respond_To_App",
      "name": "Respond To App",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        1040,
        300
      ]
    }
  ],
  "connections": {
    "Receive Decision Packet": {
      "main": [
        [
          {
            "node": "Set Approval Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Approval Result": {
      "main": [
        [
          {
            "node": "Callback To App",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Callback To App": {
      "main": [
        [
          {
            "node": "Respond To App",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

RESILIX LaunchOps Approval Workflow. Uses httpRequest. Webhook trigger; 4 nodes.

Source: https://github.com/sharanlabs/supply-chain-ai-resilix/blob/main/workflows/launchops_approval_workflow.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface

HTTP Request
Web Scraping

Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request