v1

latestOpenAPI 3.1.02026-08-0411088114.2 KB
reminders

Create Reminder

post/users/me/reminders

Request body

messagestring required

Reminder message content

channel'sms' | 'imessage' | 'line' | 'whatsapp' | 'default' nullable

Delivery channel for the reminder

execution_timestamp_iso_datestringstring nullable

Execution timestamp in ISO format for one-time reminders (e.g., '2024-01-15T14:30:00-05:00')

cron_stringstring nullable

Cron string for recurring reminders, minimum interval of 15 minutes

scheduled_taskboolean

Optional scheduled task identifier associated with the reminder

category'health' | 'travel' | 'personal' | 'leisure' | 'work' | 'generic'

Category for the reminder. Valid values: 'health', 'travel', 'personal', 'leisure', 'work', 'generic'. Defaults to 'generic'

task_keystring nullable

Optional task key to associate reminder with a task (e.g., 'meeting_prep#user@example.com')

creator_org_idstring nullable

Optional organization ID that created the reminder

creator_user_idstring nullable

Optional user ID who created the reminder

Response

Successful Response

{"stackTrail":"paths:/users/me/reminders:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}