iva_conference
Manage conference lifecycle: create, update, delete, schedule sessions, quick-start meetings, create rooms, list participants, and respond to invitations.
Instructions
IVA conference management: create/get/update/delete conferences, calculate session schedule, quick start, create rooms, get participants, respond to invitations, get free resources. Clients API v2.28.12.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| action | Yes | Operation to perform: - "create": Create a new conference/meeting/event. Required: conferenceData with name and startDate (UNIX ms). Use this when user says 'заброни встречу', 'создай конференцию', 'schedule a meeting', 'book an event'. - "get": Get conference details by ID - "delete": Delete a conference by ID - "update": Update conference properties - "calculate_sessions_schedule": Calculate session schedule for recurring conferences - "get_draft": Get draft conference based on existing one - "get_free_resources": Get free resources available for a conference - "get_participant": Get a specific participant of a conference - "get_participants": List all participants of a conference - "respond_on_invitation": Respond to a conference invitation (accept/decline) - "start_now": Start a conference immediately (quick start without scheduling) - "create_room": Create a conference room (persistent meeting space) | |
| offset | No | Number of results to skip (pagination offset) | |
| confirm | No | Set to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled. | |
| roomData | No | Room creation data | |
| conferenceId | No | Conference UUID | |
| scheduleData | No | Schedule calculation data | |
| startNowData | No | Quick start conference data | |
| participantId | No | Participant UUID | |
| conferenceData | No | Conference creation/update data. Required fields: name (string), startDate (integer, UNIX ms). Optional: duration (ms), description, settings object with conferenceType, participants array. | |
| invitationResponse | No | Invitation response data |