{
  "openruna_format": "flow-graph-v1",
  "title": "dub.co URL Shortener",
  "slug": "dubco-url-shortener",
  "source_filename": "1633_Manual_Stickynote_Automation_Webhook.json",
  "nodes": [
    {
      "id": "When clicking \"Test Workflow\"",
      "name": "When clicking \"Test Workflow\"",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "API Auth",
      "name": "API Auth",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "CREATE",
      "name": "CREATE",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "IF Slug available",
      "name": "IF Slug available",
      "integration": "if",
      "kind": "logic"
    },
    {
      "id": "RETRIEVE",
      "name": "RETRIEVE",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "UPDATE",
      "name": "UPDATE",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Shortened URL",
      "name": "Shortened URL",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "Done",
      "name": "Done",
      "integration": "set",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "CREATE",
      "to": "IF Slug available"
    },
    {
      "from": "UPDATE",
      "to": "Shortened URL"
    },
    {
      "from": "API Auth",
      "to": "CREATE"
    },
    {
      "from": "RETRIEVE",
      "to": "UPDATE"
    },
    {
      "from": "Shortened URL",
      "to": "Done"
    },
    {
      "from": "IF Slug available",
      "to": "Shortened URL"
    },
    {
      "from": "IF Slug available",
      "to": "RETRIEVE"
    },
    {
      "from": "When clicking \"Test Workflow\"",
      "to": "API Auth"
    }
  ]
}