li test 1

    test test test

    Shared 2/25/2026

    1 views

    Visual Workflow

    JSON Code

    {
      "meta": {
        "instanceId": "266716f279c68c7a5bd264779551b008cf760e3a4840c47ade136972d4c47af2",
        "templateCredsSetupCompleted": true
      },
      "nodes": [
        {
          "id": "4e2446f4-147f-4087-ac26-ada64b087caf",
          "name": "Schedule Trigger",
          "type": "n8n-nodes-base.scheduleTrigger",
          "position": [
            -176,
            -64
          ],
          "parameters": {
            "rule": {
              "interval": [
                {
                  "field": "seconds"
                }
              ]
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "a72df2f9-eeaa-4027-ae4c-0a66e2c148fd",
          "name": "HTTP Request",
          "type": "n8n-nodes-base.httpRequest",
          "onError": "continueErrorOutput",
          "position": [
            48,
            -64
          ],
          "parameters": {
            "url": "https://api.dkabio.com/chief/v4/login",
            "method": "POST",
            "options": {},
            "jsonBody": "{\n  \"id\": \"chief2022\",\n  \"pw\": \"chief2022password\"\n}",
            "sendBody": true,
            "specifyBody": "json"
          },
          "typeVersion": 4.2
        },
        {
          "id": "222ad91e-cbbe-4a46-96b0-0b8317b86ffc",
          "name": "Insert row",
          "type": "n8n-nodes-base.dataTable",
          "position": [
            272,
            -160
          ],
          "parameters": {
            "columns": {
              "value": {
                "response": "={{ $json.status }} {{ $json.msg }}"
              },
              "schema": [
                {
                  "id": "response",
                  "type": "string",
                  "display": true,
                  "removed": false,
                  "readOnly": false,
                  "required": false,
                  "displayName": "response",
                  "defaultMatch": false
                }
              ],
              "mappingMode": "defineBelow",
              "matchingColumns": [
                "response"
              ],
              "attemptToConvertTypes": false,
              "convertFieldsToString": false
            },
            "options": {},
            "dataTableId": {
              "__rl": true,
              "mode": "list",
              "value": "3LrPc4x7T6WwfdyH",
              "cachedResultUrl": "/projects/jzOwLENdDqf3BJzt/datatables/3LrPc4x7T6WwfdyH",
              "cachedResultName": "dkabio chief log"
            }
          },
          "typeVersion": 1
        },
        {
          "id": "4f88c91f-c8db-4b40-93b7-bbaf3e6578a9",
          "name": "Discord",
          "type": "n8n-nodes-base.discord",
          "position": [
            272,
            32
          ],
          "webhookId": "48800b06-646b-44b0-b8dc-e6c3be844a37",
          "parameters": {
            "content": "api login fail <@1085411554201182218>",
            "options": {
              "username": "n8n"
            },
            "authentication": "webhook"
          },
          "credentials": {
            "discordWebhookApi": {
              "id": "ACrYxYqTHzzTLuFZ",
              "name": "dkabio > chief"
            }
          },
          "typeVersion": 2
        },
        {
          "id": "8d6a0d5c-5325-403f-92ef-dcc562a72906",
          "name": "Insert row1",
          "type": "n8n-nodes-base.dataTable",
          "position": [
            464,
            32
          ],
          "parameters": {
            "columns": {
              "value": {
                "response": "={{ $json.status }} {{ $json.msg }}"
              },
              "schema": [
                {
                  "id": "response",
                  "type": "string",
                  "display": true,
                  "removed": false,
                  "readOnly": false,
                  "required": false,
                  "displayName": "response",
                  "defaultMatch": false
                }
              ],
              "mappingMode": "defineBelow",
              "matchingColumns": [
                "response"
              ],
              "attemptToConvertTypes": false,
              "convertFieldsToString": false
            },
            "options": {},
            "dataTableId": {
              "__rl": true,
              "mode": "list",
              "value": "3LrPc4x7T6WwfdyH",
              "cachedResultUrl": "/projects/jzOwLENdDqf3BJzt/datatables/3LrPc4x7T6WwfdyH",
              "cachedResultName": "dkabio chief log"
            }
          },
          "typeVersion": 1
        }
      ],
      "pinData": {},
      "connections": {
        "Discord": {
          "main": [
            [
              {
                "node": "Insert row1",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "HTTP Request": {
          "main": [
            [
              {
                "node": "Insert row",
                "type": "main",
                "index": 0
              }
            ],
            [
              {
                "node": "Discord",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Schedule Trigger": {
          "main": [
            [
              {
                "node": "HTTP Request",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    }