Meeting Reminders
CronJob: Send 30-minute reminder emails for upcoming meetings. Issue #491. Auth: INTERNAL_API_SECRET via X-Internal-Secret header (or legacy MEETING_REMINDERS_TOKEN via X-Meeting-Reminders-Token). Runs every 15 minutes. Finds meetings starting in 25-35 minutes with no reminder sent yet, emails the contact (BCC organizer).
CronJob: Send 30-minute reminder emails for upcoming meetings.
Issue #491. Auth: INTERNAL_API_SECRET via X-Internal-Secret header (or legacy MEETING_REMINDERS_TOKEN via X-Meeting-Reminders-Token). Runs every 15 minutes. Finds meetings starting in 25-35 minutes with no reminder sent yet, emails the contact (BCC organizer).
Response Body
application/json
curl -X POST "https://loading/api/sync/meeting-reminders"{
"results": {},
"status": "completed"
}