Skip to main content
POST
Create a reminder for a contact

Authorizations

Authorization
string
header
required

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

Body

application/json
contactId
string
required
note
string
required
reminderDate
string<date-time>
required

ISO timestamp; must be in the future

localTimestamp
string

Caller-supplied local-time representation (optional)

channelType
string
default:sms
phoneNumber
string
messengerId
string
webchatId
string
contactName
string

Response

Reminder created successfully

success
enum<boolean>
required
Available options:
true
data
object
required
Example:
message
string