send_reminder
Trigger an immediate appointment reminder when a caller asks to be reminded again or wants written confirmation. Sends through the configured delivery channel, bypassing the normal automated schedule.
Instructions
Send this appointment's reminder now, ahead of its scheduled time.
Use when a caller asks to be reminded again, or to confirm details in writing. Normal reminders go out on their own via process_due_reminders — you do not need this for routine bookings.
Delivery goes through the configured channel: printed to the server log by default, or SMS when Twilio is configured.
Example: send_reminder(appointment_id=12)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appointment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||