Async Japanese Restaurant Booking Operator

Admin Console

Request 065a4d50-34b1-4201-bdc0-1d567142fd88

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": "065a4d50-34b1-4201-bdc0-1d567142fd88",
  "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": "9bade106-bcc0-4319-a477-ad72adb91f60",
    "bookingRequestId": "065a4d50-34b1-4201-bdc0-1d567142fd88",
    "fromStatus": "ready_to_call",
    "toStatus": "calling",
    "reason": "outbound_call_queued",
    "metadataJson": {
      "attempt_id": "77122283-701a-4122-9c58-4d81c245965e",
      "attempt_no": 1,
      "restaurant_phone_e164": "+817040195734"
    },
    "createdAt": "2026-03-07T04:53:46.154Z"
  },
  {
    "id": "ec3d1ff9-cf80-4753-9f62-6b253160112c",
    "bookingRequestId": "065a4d50-34b1-4201-bdc0-1d567142fd88",
    "fromStatus": "parsing",
    "toStatus": "ready_to_call",
    "reason": "parse_succeeded",
    "metadataJson": {
      "clarification_questions": []
    },
    "createdAt": "2026-03-07T04:53:43.670Z"
  },
  {
    "id": "957d1bfc-2744-4bad-b281-48e1b6a19b18",
    "bookingRequestId": "065a4d50-34b1-4201-bdc0-1d567142fd88",
    "fromStatus": "received",
    "toStatus": "parsing",
    "reason": "parse_requested",
    "metadataJson": {},
    "createdAt": "2026-03-07T04:53:40.039Z"
  },
  {
    "id": "bd19c532-7f61-4cfc-b672-529ee75996da",
    "bookingRequestId": "065a4d50-34b1-4201-bdc0-1d567142fd88",
    "fromStatus": null,
    "toStatus": "received",
    "reason": "intake_received",
    "metadataJson": {
      "source_channel": "web"
    },
    "createdAt": "2026-03-07T04:53:37.960Z"
  }
]

Attempts

[
  {
    "id": "77122283-701a-4122-9c58-4d81c245965e",
    "bookingRequestId": "065a4d50-34b1-4201-bdc0-1d567142fd88",
    "attemptNo": 1,
    "restaurantPhoneE164": "+817040195734",
    "twilioCallSid": "CA65c95b3d993590d309937677befffbc7",
    "realtimeSessionId": null,
    "status": "calling",
    "outcomeCode": null,
    "outcomeJson": null,
    "startedAt": "2026-03-07T04:53:46.606Z",
    "endedAt": null,
    "createdAt": "2026-03-07T04:53:46.154Z",
    "updatedAt": "2026-03-07T04:53:47.324Z"
  }
]

Messages

[
  {
    "id": "73709fe2-3a77-4c12-8262-9c172a1acd25",
    "bookingRequestId": "065a4d50-34b1-4201-bdc0-1d567142fd88",
    "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-07T04:53:38.571Z"
  }
]

Call events

[]