{
  "openruna_format": "flow-graph-v1",
  "title": "Create a new card in Trello",
  "slug": "create-a-new-card-in-trello",
  "source_filename": "1175_Manual_Trello_Create_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Trello",
      "name": "Trello",
      "integration": "trello",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "On clicking 'execute'",
      "to": "Trello"
    }
  ]
}