evite_update_guest
Edit a draft guest's name, email, or phone on an Evite event. Preview changes first, then set confirm:true to apply.
Instructions
Edit a draft (un-sent) guest's name/email/phone on an Evite event. Confirm-gated: without confirm:true this returns a dry-run preview and changes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New guest name. | |
| Yes | New guest email address. | ||
| phone | No | New guest phone (optional). | |
| 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). | |
| guest_id | Yes | Draft guest id to edit (guest_id from the guest list). |