Schedule a reminder for a note

POST /api/v1/notes/{note_id}/reminders

Set a one-time or recurring notification reminder for a note. Pick a date/time and optionally set recurrence (daily, weekly, monthly).

Operation ID: create_reminder_api_v1_notes__note_id__reminders_post · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

note_id string required

Request body

scheduled_at string · date-time required

When to send the first notification (ISO 8601)

recurrence ReminderRecurrence ReminderRecurrence

How often to repeat: none, daily, weekly, monthly

Responses

201 Successful Response

id string required
note_id string required
scheduled_at string · date-time required
recurrence string required
is_active boolean required
last_sent_at string · date-time
created_at string · date-time required

400 Bad Request - Invalid input

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object