{
  "openruna_format": "flow-graph-v1",
  "title": "Upload a file and get a list of all the files in a bucket",
  "slug": "upload-a-file-and-get-a-list-of-all-the-files-in-a-bucket",
  "source_filename": "1088_Manual_S3_Import_Webhook.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "HTTP Request",
      "name": "HTTP Request",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "S3",
      "name": "S3",
      "integration": "s3",
      "kind": "action"
    },
    {
      "id": "S",
      "name": "S",
      "integration": "s3",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "S3",
      "to": "S"
    },
    {
      "from": "HTTP Request",
      "to": "S3"
    },
    {
      "from": "On clicking 'execute'",
      "to": "HTTP Request"
    }
  ]
}