ChatCreateRequest

Start one outbound chat with a named Chat Agent, mirroring POST /v1/calls. The agent sends the first text, composed from its instructions and these inputs, and then answers each inbound text.

At most one open chat is allowed per (to_phone_number, from_phone_number) pair, so an inbound reply always points to exactly one run; a second start to a busy pair is refused.

  • The Chat Agent whose approved production version runs this chat.

  • The person to text, in E.164 form.

  • One of your organization's messaging numbers to send from, in E.164 form. Omitted, Resia picks a configured sending number for you.

  • A flat JSON object satisfying the Chat Agent's input_schema, rendered into the agent's instructions before the first text. Null runs the chat with empty inputs, which requires an input schema that accepts an empty object.

    Properties: 1