evite_add_guest
Add guests to an event's draft guest list. Use confirm=true to commit; otherwise, get a dry-run preview before saving.
Instructions
Add guests to an event's draft (un-sent) guest list. Nothing is emailed until you evite_send. Confirm-gated: without confirm:true this returns a dry-run preview. NB: guests only persist on a finalized (sent/sending) event, not a bare new draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guests | Yes | Guests to add to the draft (un-sent) list. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). |