set_event_guests
Assign guest groups to an event in bulk. Invite or uninvite entire groups by setting invited to true or false, preserving invitations for other events.
Instructions
Set which guest groups are invited to an event (bulk). For each group, invited:true ensures every guest in the group is invited to the event; invited:false removes the invitation. Other events’ invitations are preserved. Idempotent. Use this to assign guests to events in bulk (e.g. by tier/affiliation/location).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event entity ID from list_events (event_entity_id) | |
| guest_groups | Yes | Guest groups to set for this event. Only the listed groups are affected. |