Async Japanese Restaurant Booking Operator

Admin Console

Request b733009d-1eff-48fe-b404-96cf04de63f6

calling web

Book a table for 2 people under the name Pham at Test Restaurant on 2026-03-15 at 19:00. Restaurant phone: +817040195734

Parsed JSON

{
  "policy": {
    "record_call": false,
    "max_attempts": 1,
    "max_wait_seconds": 420,
    "allow_alternative_dates": false,
    "allow_alternative_times": true
  },
  "status": "received",
  "channel": "web",
  "user_id": "74c09fc0-297f-4445-a74f-d3ad7bf3059e",
  "call_ready": true,
  "request_id": "b733009d-1eff-48fe-b404-96cf04de63f6",
  "restaurant": {
    "language": "ja",
    "phone_e164": "+817040195734",
    "display_name": "Test Restaurant"
  },
  "booking_request": {
    "timezone": "Asia/Tokyo",
    "fallbacks": [],
    "date_local": "2026-03-15",
    "party_size": 2,
    "time_local": "19:00",
    "customer_name": "Pham",
    "special_requests": [],
    "customer_name_kana": null,
    "callback_phone_e164": null
  },
  "parse_confidence": 0.99,
  "clarification_questions": []
}

Final outcome

{
  "status": "calling",
  "needsClarification": false
}

Transition history

[
  {
    "id": "d78ee43e-4acb-4b18-b612-590720294f73",
    "bookingRequestId": "b733009d-1eff-48fe-b404-96cf04de63f6",
    "fromStatus": "ready_to_call",
    "toStatus": "calling",
    "reason": "outbound_call_queued",
    "metadataJson": {
      "attempt_id": "fe257b6a-38bc-444d-bd95-ae43a0ed211f",
      "attempt_no": 1,
      "restaurant_phone_e164": "+817040195734"
    },
    "createdAt": "2026-03-07T05:21:04.689Z"
  },
  {
    "id": "cc332207-b746-4965-bc7f-fafda2fff3e4",
    "bookingRequestId": "b733009d-1eff-48fe-b404-96cf04de63f6",
    "fromStatus": "parsing",
    "toStatus": "ready_to_call",
    "reason": "parse_succeeded",
    "metadataJson": {
      "clarification_questions": []
    },
    "createdAt": "2026-03-07T05:21:02.163Z"
  },
  {
    "id": "fd137ce2-8ae1-4620-9e22-ded5b1fdaba8",
    "bookingRequestId": "b733009d-1eff-48fe-b404-96cf04de63f6",
    "fromStatus": "received",
    "toStatus": "parsing",
    "reason": "parse_requested",
    "metadataJson": {},
    "createdAt": "2026-03-07T05:20:59.036Z"
  },
  {
    "id": "3b377070-86ac-44f1-8531-a1f2e68b747f",
    "bookingRequestId": "b733009d-1eff-48fe-b404-96cf04de63f6",
    "fromStatus": null,
    "toStatus": "received",
    "reason": "intake_received",
    "metadataJson": {
      "source_channel": "web"
    },
    "createdAt": "2026-03-07T05:20:55.900Z"
  }
]

Attempts

[
  {
    "id": "fe257b6a-38bc-444d-bd95-ae43a0ed211f",
    "bookingRequestId": "b733009d-1eff-48fe-b404-96cf04de63f6",
    "attemptNo": 1,
    "restaurantPhoneE164": "+817040195734",
    "twilioCallSid": "CAd004f9156205c956081714ff9c50112b",
    "realtimeSessionId": null,
    "status": "calling",
    "outcomeCode": null,
    "outcomeJson": null,
    "startedAt": "2026-03-07T05:21:05.146Z",
    "endedAt": null,
    "createdAt": "2026-03-07T05:21:04.689Z",
    "updatedAt": "2026-03-07T05:21:05.918Z"
  }
]

Messages

[
  {
    "id": "10e57b93-227e-4db1-8844-2f2403df808c",
    "bookingRequestId": "b733009d-1eff-48fe-b404-96cf04de63f6",
    "direction": "inbound",
    "channel": "web",
    "subject": null,
    "bodyText": "Book a table for 2 people under the name Pham at Test Restaurant on 2026-03-15 at 19:00. Restaurant phone: +817040195734",
    "providerId": null,
    "deliveryStatus": "pending",
    "createdAt": "2026-03-07T05:20:56.542Z"
  }
]

Call events

[]