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
integer
required
The Id of the Reminder record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
string
Display name of the linked business (read-only).
string
The name value for this reminder.
boolean
Whether for all contacts is enabled.
boolean
Whether for all members is enabled.
boolean
Whether for all child locations is enabled.
integer
ID of the coworker linked to this record.
integer[]
List of tariffs linked to this record.
integer
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.string
Date/time value for reminder date.
integer
The days after signup value for this reminder.
integer
ID of the product linked to this record.
string
Display name of the linked product (read-only).
integer
ID of the survey linked to this record.
string
Display name of the linked survey (read-only).
integer
The days after renewal value for this reminder.
integer
The days before renewal value for this reminder.
integer
The reminder action value for this reminder. See
eReminderAction enum values: 1 = SendEmail, 2 = SendCannedMessage, 3 = SendSurvey.string
The email value for this reminder.
integer
ID of the canned response linked to this record.
string
Display name of the linked canned response (read-only).
string
Date/time value for next process time.
integer[]
List of resources linked to this record.
boolean
Whether only send to team paying members is enabled.
boolean
Whether only send to active coworkers is enabled.
integer
The blocking period minutes value for this reminder.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one Reminder