Skip to main content
POST
Create a Reminder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
taskType
string
message
string
dueDate
string
contactId
string

The identifier of the contact this record belongs to.

ownerEmail
string
description
string

A free-text description of the record.

Response

OK

id
string

The unique identifier of the record in Virtuous.

message
string
targetDate
string
targetResolutionDateUtc
string
contactId
string

The identifier of the contact this record belongs to.

contactViewUrl
string

A link to the related contact.

contactDisplayName
string
contactAvatarUrl
string
reminderType
string
reminderTypeDisplayName
string
taskStatus
string
taskStatusDisplayName
string
completeUrl
string
dismissUrl
string
description
string

The free-text description stored on the record.

hasContact
string
isPastDue
string
isUnresolved
string
canComplete
string
completeActionName
string
canCompleteWithNote
string
owner
string
ownerAvatarUrl
string
Last modified on August 11, 2026