evite_list_guests
Get the guest list for an Evite event by event ID, including names, RSVP responses, head counts, and delivery status. Useful for tracking who has replied.
Instructions
List the guests for an Evite event (GET /services/event/v1/{id}/guests/): name, RSVP response, head counts, delivery status, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Evite's payload untouched. No field projection: this server has no verified record of which Evite fields matter, and inventing one would risk dropping a field a caller needs. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). |