Create a reminder for a contact
Reminders
Create a reminder for a contact
Creates an unfired reminder for the given contact. reminderDate must parse to a valid future date. The reminder is scoped to the caller’s organization with createdBy set to the calling user.
POST
Create a reminder for a contact
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Reminder created successfully
Available options:
true Example:
{
"_id": "65f0a0b0c0d0e0f0a0b0c0d0",
"contactId": "65c2d0e0f0a0b0c0d0e0f0a0",
"organizationId": "65a0e0e0e0e0e0e0e0e0e0e0",
"createdBy": "65b1f0a2c3d4e5f6a7b8c9d0",
"note": "Follow up on demo booking",
"reminderDate": "2026-05-22T15:00:00.000Z",
"channelType": "sms",
"phoneNumber": "+14155550123",
"contactName": "Jane Doe",
"fired": false,
"createdAt": "2026-05-18T12:00:00.000Z",
"updatedAt": "2026-05-18T12:00:00.000Z"
}