Carmen's Flow 02

Failed
Back to Customer Flows

Run 019f188e-d47d-7224-876f-a09b19b0888b

🌐 Page Visit Trigger

No attribution captured.

  1. 1. 📝 Get phone and email submitted Completed
    email (data)
    {
      "value": "ana@test.com"
    }
    phone (data)
    {
      "value": "(222) 222-2222"
    }
  2. 2. 🔨 Create Brand Customer created Completed
    customer brand_customer → 019f188e-d559-786b-9c07-a8aeaf72703f
  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_JW4aJ3Hc",
          "pricebookEntry": {
            "id": "pbe_-bsUvaOq",
            "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 → 019f188e-e7db-7439-9808-35e73e1c3eee
  6. 6. 🧾 Create Order 1 created Completed
    order brand_order → 019f188e-e7fb-7247-afd1-bc0bf32abcb7
  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