{
  "openruna_format": "flow-graph-v1",
  "title": "Generate Image Workflow",
  "slug": "generate-image-workflow",
  "source_filename": "0734_Manual_HTTP_Create_Webhook.json",
  "nodes": [
    {
      "id": "When clicking ‘Test workflow’",
      "name": "When clicking ‘Test workflow’",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Fetch Image from API",
      "name": "Fetch Image from API",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Set Image Properties",
      "name": "Set Image Properties",
      "integration": "set",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "Set Image Properties",
      "to": "Fetch Image from API"
    },
    {
      "from": "When clicking ‘Test workflow’",
      "to": "Set Image Properties"
    }
  ]
}