{
  "openruna_format": "flow-graph-v1",
  "title": "Stripe Payment Order Sync – Auto Retrieve Customer & Product Purchased",
  "slug": "stripe-payment-order-sync-auto-retrieve-customer-product-purchased",
  "source_filename": "1773_HTTP_Stripe_Sync_Webhook.json",
  "nodes": [
    {
      "id": "Stripe Trigger on Payment Event",
      "name": "Stripe Trigger on Payment Event",
      "integration": "stripe",
      "kind": "trigger"
    },
    {
      "id": "Extract Session Information",
      "name": "Extract Session Information",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Filter Information",
      "name": "Filter Information",
      "integration": "set",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "Extract Session Information",
      "to": "Filter Information"
    },
    {
      "from": "Stripe Trigger on Payment Event",
      "to": "Extract Session Information"
    }
  ]
}