{
  "openruna_format": "flow-graph-v1",
  "title": "Get all the contacts from GetResponse and update them",
  "slug": "get-all-the-contacts-from-getresponse-and-update-them",
  "source_filename": "0075_Manual_Noop_Update_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "GetResponse",
      "name": "GetResponse",
      "integration": "getResponse",
      "kind": "action"
    },
    {
      "id": "IF",
      "name": "IF",
      "integration": "if",
      "kind": "logic"
    },
    {
      "id": "GetResponse1",
      "name": "GetResponse1",
      "integration": "getResponse",
      "kind": "action"
    },
    {
      "id": "NoOp",
      "name": "NoOp",
      "integration": "noOp",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "IF",
      "to": "GetResponse1"
    },
    {
      "from": "IF",
      "to": "NoOp"
    },
    {
      "from": "GetResponse",
      "to": "IF"
    },
    {
      "from": "On clicking 'execute'",
      "to": "GetResponse"
    }
  ]
}