Create, list, update, complete, snooze, delete, or restore reminders.
• action="create": Create a reminder for a contact. Requires contact_id, title, and reminder_date. Optional description, frequency.
• action="list": List reminders, optionally filtered by contact or status. Optional contact_id, status, page, per_page, include_deleted.
• action="update": Update a reminder. Requires id. Optional title, description, reminder_date, frequency.
• action="complete": Mark a reminder as completed. For recurring reminders, advances to the next occurrence. Requires id.
• action="snooze": Snooze a reminder to a new date. Requires id and new_date.
• action="delete": Soft-delete a reminder. Requires id.
• action="restore": Restore a soft-deleted reminder. Requires id.