{
  "name": "Sap service layer login",
  "nodes": [
    {
      "id": "34406311-d715-481c-a61c-b8c382536ddb",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "72224168-7e1c-437f-816f-9181405d28bb",
      "name": "Set Login Data",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "ef7da537-aaa8-4589-bcc9-80672d0b4096",
      "name": "SAP Connection",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "960fff2d-1135-4cac-a94a-e174af7b8c3b",
      "name": "Failed",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        100
      ]
    },
    {
      "id": "4744fa72-6249-4565-ba17-c225d303c4eb",
      "name": "Success",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        -100
      ]
    }
  ],
  "connections": {
    "SAP Connection": {
      "main": [
        [
          {
            "node": "Success",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Failed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Login Data": {
      "main": [
        [
          {
            "node": "SAP Connection",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Set Login Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}