Carmen's Flow 02

Failed
Back to Customer Flows

Run 019f18ec-e6da-722f-a0be-340dad120e8c

🌐 Page Visit Trigger

No attribution captured.

  1. 1. 📝 Get phone and email submitted Completed
    email (data)
    {
      "value": "aaa@aaaaaa.com"
    }
    phone (data)
    {
      "value": "(000) 000-0000"
    }
  2. 2. 🔨 Create Brand Customer created Completed
    customer brand_customer → 019f18ec-e86f-777a-88c1-3f96a534ac95
  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_7Uy7_3A9",
          "pricebookEntry": {
            "id": "pbe_VmEusZi6",
            "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 → 019f18ec-f399-799a-998b-3ce685d6accb
  6. 6. 🧾 Create Order 1 created Completed
    order brand_order → 019f18ec-f3d3-724d-addc-6ebb3c672b4e
  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