{
  "name": "Send standardized alert emails via Gmail with custom subject and content",
  "nodes": [
    {
      "id": "6daa4fcf-1fd5-440a-9fbf-545a2a1ccb46",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "f6b0969d-8043-4687-9a4d-68e109b7cacd",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "57956b5a-0cad-4452-adf0-f34655d92561",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        144,
        -96
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "⚠️ If you change the subject, you should change the email filter that selects these emails!"
      }
    },
    {
      "id": "d534819e-84fd-45f3-9685-9396ad8bfed3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        -416
      ],
      "parameters": {
        "width": 464,
        "height": 384,
        "content": "This is a basic helper workflow to abstract the process of sending an alert email through Gmail.\n\nIt takes in two parameters:\n- Subject\n- Lines (as an array of lines)\n\nYou'll also need to fill in your"
      }
    }
  ],
  "connections": {
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}