{
  "openruna_format": "flow-graph-v1",
  "title": "Perform a domain search (single) with Icypeas",
  "slug": "perform-a-domain-search-single-with-icypeas",
  "source_filename": "1517_Manual_Code_Automation_Webhook.json",
  "nodes": [
    {
      "id": "When clicking \"Execute Workflow\"",
      "name": "When clicking \"Execute Workflow\"",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Run domain scan (single)",
      "name": "Run domain scan (single)",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Authenticates to your Icypeas account",
      "name": "Authenticates to your Icypeas account",
      "integration": "code",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "When clicking \"Execute Workflow\"",
      "to": "Authenticates to your Icypeas account"
    },
    {
      "from": "Authenticates to your Icypeas account",
      "to": "Run domain scan (single)"
    }
  ]
}