invite_guest_to_event
Invite a single guest or a guest group to a specified event. Provide either the guest ID or guest group ID to add them without changing other event assignments.
Instructions
Invite a single guest or guest group to an event (additive — does not affect other events). Pass exactly one of guest_group_id (invites all guests in the group) or guest_id (invites just that guest). Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event entity ID from list_events (event_entity_id) | |
| guest_id | No | Single guest ID — invites just that guest | |
| guest_group_id | No | Guest group ID — invites every guest in the group |