{
  "openruna_format": "flow-graph-v1",
  "title": "Get a volume and add it to your bookshelf",
  "slug": "get-a-volume-and-add-it-to-your-bookshelf",
  "source_filename": "0037_Manual_Googlebooks_Create_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Google Books",
      "name": "Google Books",
      "integration": "googleBooks",
      "kind": "action"
    },
    {
      "id": "Google Books1",
      "name": "Google Books1",
      "integration": "googleBooks",
      "kind": "action"
    },
    {
      "id": "Google Books2",
      "name": "Google Books2",
      "integration": "googleBooks",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "Google Books",
      "to": "Google Books1"
    },
    {
      "from": "Google Books1",
      "to": "Google Books2"
    },
    {
      "from": "On clicking 'execute'",
      "to": "Google Books"
    }
  ]
}