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.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Reminder created successfully
true {
"_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"
}