Skip to main content
POST
Create Reminder

Authorizations

api_access_token
string
header
required

Path Parameters

opportunity_id
integer
required
account_id
integer
required

The numeric ID of the account

Body

application/json
reminder
object

Response

200 - application/json

Success

id
integer
account_id
integer
opportunity_id
integer
user_id
integer
remind_at
string<date-time>
state
enum<string>
Available options:
pending,
completed,
missed
note
string | null
meta
object
created_at
string<date-time>
updated_at
string<date-time>