CallBatchEntryRequest
One call in a batch: a destination, its per-call inputs, and an optional customer label.
- toType: string
_phone _number max length:64requiredThe number to call, in E.164 form. A number Resia cannot dial is reported as a rejected entry rather than refusing the whole batch.
- additionalType: Additional Participantsnullable
_participants Properties: 1A batch cannot place a multi-party call yet. An entry that sets this is reported as a rejected entry, not created; place multi-party calls through POST /v1/calls.
- clientType: string
_reference min length:1max length:256nullableYour own label for this call. Resia never interprets it: it is stored on the call, echoed on every read of it, and usable as a filter on GET /v1/calls. Use an opaque identifier from your own system — an order number, a CRM record id. Do not put names, phone numbers, or any personal or sensitive information in it: the label travels in URLs when used as a filter, and URLs appear in ordinary infrastructure request logs.
- inputsType: InputsProperties: 1
Values handed to the Call Agent for this one call.

