Skip to main content
POST
Add Reminder

Body

application/json
schedule_type
enum<string>
required
Available options:
absolute,
period,
repeat
channel
enum<string>
required
Available options:
slack,
email
note
string
required
timezone
string | null
remind_at
string<date-time> | null
period_unit
enum<string> | null
Available options:
days,
weeks,
months,
years
period_value
string | null
period_time_at
string | null
repeat_unit
enum<string> | null
Available options:
daily,
weekly,
monthly
repeat_value
string | null
repeat_time_at
string | null
recipient
string | null
is_active
boolean | null
expires_at
string<date-time> | null

Response

Reminder

data
Reminder · object
required