evite_broadcast
Broadcast a message to all guests in selected RSVP segments (yes/no/maybe) of an Evite event. Confirm with confirm:true to send; without it, receive a preview.
Instructions
Broadcast a message to whole RSVP segments of an Evite event at once (e.g. everyone who replied yes/maybe). This really emails every guest in those segments. Confirm-gated: without confirm:true this returns a dry-run preview and sends nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | RSVP segments to send to, e.g. ['yes','no','maybe']. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| message | Yes | Message text to broadcast to the selected RSVP segments. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). | |
| participant_count | No | Optional recipient count the web UI sends along (informational). |