Reminders
Get one Reminder
Retrieve a single Reminder record by its Id.
GET
Get one Reminder
A Reminder defines an automated message triggered by a specific event or schedule. Reminders can send emails, canned messages, or surveys based on triggers such as sign-up anniversaries, booking activity, invoice due dates, or contract milestones.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the Reminder-Read role.Path Parameters
The Id of the Reminder record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
Display name of the linked business (read-only).
The name value for this reminder.
Whether for all contacts is enabled.
Whether for all members is enabled.
Whether for all child locations is enabled.
ID of the coworker linked to this record.
List of tariffs linked to this record.
The reminder type value for this reminder. See
eReminderType enum values: 1 = FixedDate, 2 = DaysAfterSignUp, 3 = DaysAfterRenewal, 4 = DaysBeforeRenewal, 5 = Birthday, 6 = DaysBeforeCancellation, 7 = AfterABooking, 8 = LastActivity, 9 = ProductPurchase, 10 = DueInvoice, 11 = OnFirstCheckIn, 12 = OnSignUpFormSubmitted, 13 = DaysBeforeTerm, 14 = RegularBookerStoppedBooking, 15 = RegularBooking, 16 = StoppedBooking, 17 = SingleBooking, 18 = InvoiceFirstPaid, 19 = DaysBeforeContractStarts, 20 = DaysAfterDeliveryNotCollected, 21 = DaysAfterFirstContractStartDate, 22 = ProductAddedToBooking.Date/time value for reminder date.
The days after signup value for this reminder.
ID of the product linked to this record.
Display name of the linked product (read-only).
ID of the survey linked to this record.
Display name of the linked survey (read-only).
The days after renewal value for this reminder.
The days before renewal value for this reminder.
The reminder action value for this reminder. See
eReminderAction enum values: 1 = SendEmail, 2 = SendCannedMessage, 3 = SendSurvey.The email value for this reminder.
ID of the canned response linked to this record.
Display name of the linked canned response (read-only).
Date/time value for next process time.
List of resources linked to this record.
Whether only send to team paying members is enabled.
Whether only send to active coworkers is enabled.
The blocking period minutes value for this reminder.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one Reminder