evite_list_messages
Fetch the messages on an Evite event's Messages tab by passing the event ID, letting you review guest conversations and replies.
Instructions
List the messages on an Evite event's Messages tab (GET /services/event/v1/{id}/posts/).
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). |