PORTAL AUTOMATION WORKSPACE

Real-Time Portal Lookup

Authenticated portal automation with session recovery, retries, and structured API responses.

Simulated integration
Customer applicationOne simple lookup
Automation serviceSession-aware orchestration
Third-party portalSimulated browser adapter
Structured JSON returned

New lookup

01 / REQUEST

Enter the account details to retrieve a value from the demo portal.

TRY AN EXAMPLE

Demo EnvironmentTypically ~2 seconds

Portal Session

Connecting
Last refreshed
Session age
Health
Checking

Isolated synthetic session · no real credentials

Execution timeline

Ready to run
POST/api/lookupAwaiting request
  1. 01
    API request receivedPOST /api/lookup · input validated
  2. 02
    Authenticated session locatedSession manager · isolated demo session
  3. 03
    Existing portal session reusedWarm session · no login roundtrip
  4. 04
    Lookup form populatedAttempt 1 · reference, ZIP, date of birth
  5. 05
    Portal lookup submittedAttempt 1 · awaiting portal response
  6. 06
    Result page loadedSynthetic account record matched
  7. 07
    Value extractedPortal fields mapped to typed response
  8. 08
    JSON response returned200 OK · structured lookup result

Test the unexpected

DEMO CONTROLS

Choose what happens on the next lookup. Recovery runs automatically.

No faults enabled. Your next lookup uses a warm session.Production MFA depends on the portal’s supported authentication methods.
A clear result, from one request
Run a lookup above to see the account value, performance breakdown, and exact API response.