{
  "openruna_format": "flow-graph-v1",
  "title": "0485_HTTP_Stickynote_Create_Webhook",
  "slug": "0485-http-stickynote-create-webhook",
  "source_filename": "0485_HTTP_Stickynote_Create_Webhook.json",
  "nodes": [
    {
      "id": "Set Address Fields",
      "name": "Set Address Fields",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "CRM Webhook Trigger",
      "name": "CRM Webhook Trigger",
      "integration": "webhook",
      "kind": "trigger"
    },
    {
      "id": "Update Groundhogg - Deliverable",
      "name": "Update Groundhogg - Deliverable",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Update Groundhogg - NOT Deliverable",
      "name": "Update Groundhogg - NOT Deliverable",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Address Verification",
      "name": "Address Verification",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Switch",
      "name": "Switch",
      "integration": "switch",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "Switch",
      "to": "Update Groundhogg - Deliverable",
      "label": "=deliverable"
    },
    {
      "from": "Switch",
      "to": "Update Groundhogg - NOT Deliverable",
      "label": "deliverable"
    },
    {
      "from": "Set Address Fields",
      "to": "Address Verification"
    },
    {
      "from": "CRM Webhook Trigger",
      "to": "Set Address Fields"
    },
    {
      "from": "Address Verification",
      "to": "Switch"
    }
  ]
}