Pharmacy Flow

Completed
Back to Customer Flows

Run 019f7ff4-d1e6-7ebc-a378-db9da43c340d

🌐 Page Visit Trigger

No attribution captured.

  1. 1. 📝 Sign Up submitted Completed
    email (data)
    {
      "value": "ana@test.com"
    }
    first_name (data)
    {
      "value": "aaaa"
    }
    last_name (data)
    {
      "value": "aaa"
    }
    phone (data)
    {
      "value": "(555) 555-5555"
    }
  2. 2. 🔨 Create Brand Customer exists Completed
    customer brand_customer → 019f188e-d559-786b-9c07-a8aeaf72703f
  3. 3. 🛒 Product Selection selected Completed
    line_items (data)
    {
      "line_items": [
        {
          "id": "li_y9pNIFCb",
          "pricebookEntry": {
            "id": "pbe_lDm5p6aE",
            "price": {
              "amount": "199",
              "currency": "USD"
            },
            "pricebookId": "019f04c6-521c-79d7-8bd7-03e2c850478b",
            "product": {
              "id": "bp_powder",
              "name": "The Powder"
            }
          },
          "quantity": 1
        }
      ]
    }
  4. 4. 💊 Lookup Medication found Completed
    medications (data)
    {
      "medications": [
        {
          "id": "019f1908-cc40-78f2-a35e-e2578771cd3d",
          "name": "The Powder"
        }
      ],
      "pharmacy_id": "019ecf00-0000-7000-8000-0000000000a1"
    }
  5. 5. ✅ Order Confirmation continued Completed
  6. 6. 💊 Submit to Pharmacy rejected Completed
    Current
    pharmacy_order (data)
    {
      "id": "019f7ff5-059d-7189-be98-51f8ea7a368a",
      "status": "rejected"
    }