send_quick_email
Send a one-off email to an attendee using attendee ID, subject, and content. Ideal for manual or AI-drafted follow-ups after bookings.
Instructions
Send a one-off email to an attendee (e.g. a manual/AI-drafted follow-up). Rate limited to 5 per 5 minutes.
Args: attendee_id: Attendee to email (from a booking/webhook payload). title: Subject line. content: Body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes | ||
| attendee_id | Yes |