Carmen's Flow

Failed
Back to Customer Flows

Run 019f4dcd-c343-7af9-b626-43271b1cc2e3

🌐 Page Visit Trigger

No attribution captured.

  1. 1. 📝 Get Phone&Email submitted Completed
    email (data)
    {
      "value": "b@b.b"
    }
    phone (data)
    {
      "value": "(111) 222-1212"
    }
  2. 2. 🔨 Create Customer created Completed
    customer brand_customer → 019f4dcd-c507-7078-856b-ef1096714601
  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_KXdBLntR",
          "pricebookEntry": {
            "id": "pbe_4dzqqjsS",
            "price": {
              "amount": "199",
              "currency": "USD"
            },
            "pricebookId": "019f04c6-521c-79d7-8bd7-03e2c850478b",
            "product": {
              "id": "bp_powder",
              "name": "The Powder"
            }
          },
          "quantity": 1
        }
      ]
    }
  5. 5. 🛒 Customer added to Cart created Completed
    cart cart → 019f4dcd-d9ac-7898-8087-c438eec66f41
  6. 6. 🧾 Create Brand Order created Completed
    order brand_order → 019f4dcd-d9f0-7495-956d-7b2a1cb7763c
  7. 7. 💊 Lookup Medication 1 found Completed
    medications (data)
    {
      "medications": [
        {
          "id": "019f1908-cc40-78f2-a35e-e2578771cd3d",
          "name": "The Powder"
        }
      ],
      "pharmacy_id": "019ecf00-0000-7000-8000-0000000000a1"
    }
  8. 8. 💊 Submit Order to Pharmacy confirmed Completed
    Current
    pharmacy_order (data)
    {
      "id": "019f4dcd-da73-7257-b2a0-0a4dbf1e80a9",
      "status": "confirmed"
    }