{
  "name": "Send Airtable data as tasks to Trello",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        400,
        250
      ]
    },
    {
      "id": null,
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        600,
        250
      ]
    },
    {
      "id": null,
      "name": "Bannerbear",
      "type": "n8n-nodes-base.bannerbear",
      "position": [
        800,
        250
      ]
    },
    {
      "id": null,
      "name": "Trello",
      "type": "n8n-nodes-base.trello",
      "position": [
        1000,
        250
      ]
    }
  ],
  "connections": {
    "Airtable": {
      "main": [
        [
          {
            "node": "Bannerbear",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Bannerbear": {
      "main": [
        [
          {
            "node": "Trello",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}