Carmen's Flow 02

Failed
Back to Customer Flows

Run 019f190c-a25c-72c4-9af6-76d9623e35ac

🌐 Page Visit Trigger
Referrer
android-app://com.slack/
  1. 1. 📝 Get phone and email submitted Completed
    email (data)
    {
      "value": "yes@no.maybe"
    }
    phone (data)
    {
      "value": "(123) 525-2232"
    }
  2. 2. 🔨 Create Brand Customer created Completed
    customer brand_customer → 019f190c-a342-7e32-ab65-b7d94d79a8f5
  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_npxIzwFz",
          "pricebookEntry": {
            "id": "pbe_7HmituhF",
            "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 → 019f190c-ad57-7aa0-8e29-8d736b268714
  6. 6. 🧾 Create Order 1 created Completed
    order brand_order → 019f190c-ad95-7513-bad4-edae62981011
  7. 7. 💊 Lookup Medication 1 found Completed
    medications (data)
    {
      "medications": [
        {
          "id": "019f1908-cc40-78f2-a35e-e2578771cd3d",
          "name": "The Powder"
        }
      ],
      "pharmacy_id": null
    }
  8. 8. 💊 Submit to Pharmacy 1 Api Error Completed
    Current