CallIncomingEvent
The body Resia POSTs to a Call Agent's inbound_input_webhook_url when an inbound call arrives
(ENG-3513). The thin WebhookEvent base carries the shared type discriminator; this event nests
the same InboundCallInputWebhookRequest — the caller and dialed numbers — that the former bare
body sent, so every outbound webhook is one shape a customer routes on type and reads under
call.
- callType: InboundCallInputWebhookRequestrequiredProperties: 2
The
callpayload of thecall.incomingevent Resia sends to a Call Agent's inbound_input_webhook_url when an inbound call arrives: the caller and dialed numbers.Deliberately minimal: the customer knows their own number-to-agent mapping, so the two phone numbers are all the endpoint needs to look up the caller and return the call's inputs.
- typeconst:call.incoming

