process_due_reminders
Run periodically to send all due appointment reminders, dropping cancelled appointments and retrying failed deliveries on subsequent runs.
Instructions
Send every reminder that has come due. Run this periodically.
Picks up all pending reminders whose send time has passed and whose appointment is still active. Reminders for cancelled appointments are dropped rather than sent. A failed delivery stays pending for the next run.
Args: limit: Maximum to process in one pass.
Example: process_due_reminders()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||