send_invites
Send event invites to guests with email addresses (and optional names) for a Luma event using its event ID. Streamlines guest outreach by automating the invitation process.
Instructions
Send invites to guests for a Luma event.
Args:
event_id: The unique identifier of the event (e.g., "evt-ABC123")
guests: List of Guest objects with email (required) and name (optional)
Returns:
Result of sending invites or an error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guests | Yes | ||
| event_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||