respond_to_proposal
Submit a participant agent's response to an open scheduling proposal: accept, decline, or counter with alternative time slots. The proposal auto-resolves when all participants have responded.
Instructions
Submit a response (accept / decline / counter) on behalf of one participant agent to an open proposal. An "accept" requires the slot id from the proposal; a "counter" can suggest alternative slots. When all participants have responded the proposal auto-resolves — no separate resolve call needed in the normal flow. Requires an org-level API key. Pro plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional note for the organizer | |
| agent_id | Yes | Participant agent responding | |
| response | Yes | Decision from this agent | |
| proposal_id | Yes | Proposal to respond to | |
| counter_slots | No | Alternative slots when response is "counter" | |
| selected_slot_id | No | Required when response is "accept" |