{
  "name": "Send a message via a Lark Bot",
  "nodes": [
    {
      "id": "9fd838b3-18f7-4056-bbb9-8a9fd843590b",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        220
      ]
    },
    {
      "id": "7afa44a2-28ec-4e3d-a8bd-a63721648eb2",
      "name": "Get Lark Token",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        640,
        220
      ]
    },
    {
      "id": "4e1fdbef-b881-445c-90ce-95bc9b745772",
      "name": "Input",
      "type": "n8n-nodes-base.set",
      "position": [
        440,
        220
      ]
    },
    {
      "id": "92a62eef-e8ec-4e31-b70e-a80dd83d3bba",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "You can get app_id and app_secret in Lark here: https://open.larksuite.com/"
      }
    },
    {
      "id": "9cde6452-7221-4d43-9e68-afa70fdebc27",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "You can get chat_id https://open.larksuite.com/api-explorer/"
      }
    },
    {
      "id": "87d2cc29-6318-4fb7-b430-f4b825649133",
      "name": "Send Message",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        220
      ]
    }
  ],
  "connections": {
    "Input": {
      "main": [
        [
          {
            "node": "Get Lark Token",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Lark Token": {
      "main": [
        [
          {
            "node": "Send Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}