Carmen's Flow 02

Failed
Back to Customer Flows

Run 019f171f-0dba-717f-af24-de78e892e6bb

🌐 Page Visit Trigger

No attribution captured.

  1. 1. 📝 Get phone and email submitted Completed
    email (data)
    {
      "value": "carmen@4.com"
    }
    phone (data)
    {
      "value": "(111) 111-1114"
    }
  2. 2. 🔨 Create Brand Customer created Completed
    customer brand_customer → 019f171f-0f4a-7eac-abdd-b7548fd3f845
  3. 3. 🔎 Lookup Products found Completed
    products (data)
    {
      "products": [
        {
          "id": "bp_powder",
          "name": "The Powder"
        }
      ]
    }
  4. 4. 🛒 Display products to customer selected Completed
    line_items (data)
    {
      "line_items": [
        {
          "id": "li_zCcNvNRm",
          "pricebookEntry": {
            "id": "pbe_4kPyp4xS",
            "price": {
              "amount": "200",
              "currency": "USD"
            },
            "pricebookId": "019f04c6-521c-79d7-8bd7-03e2c850478b",
            "product": {
              "id": "bp_powder",
              "name": "The Powder"
            }
          },
          "quantity": 1
        }
      ]
    }
  5. 5. 🛒 Create Shopping Cart 1 created Completed
    cart cart → 019f171f-1c67-748a-b20c-c5de2535d7bc
  6. 6. 🧾 Create Order 1 created Completed
    order brand_order → 019f171f-1ca8-7332-9c25-12f59249d033
  7. 7. 💊 Lookup Medication 1 found Completed
    medications (data)
    {
      "medications": [
        {
          "id": "019f1560-1afb-7587-8956-b7fcfdca28aa",
          "name": "The Powder"
        }
      ],
      "pharmacy_id": null
    }
  8. 8. 💊 Submit to Pharmacy 1 run-error Completed
    Current