Reminders
Create Reminder
Create a new Reminder record.
POST
Create 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-Create role.Enums
eReminderType — ReminderType values
eReminderType — ReminderType values
| Value | Name |
|---|---|
| 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 |
eReminderAction — ReminderAction values
eReminderAction — ReminderAction values
| Value | Name |
|---|---|
| 1 | SendEmail |
| 2 | SendCannedMessage |
| 3 | SendSurvey |
Request Body
Required Fields
ID of the business linked to this record.
The name value for this reminder.
The reminder type value for this reminder.
The reminder action value for this reminder.
Optional Fields
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.
Date/time value for reminder date.
The days after signup value for this reminder.
ID of the product linked to this record.
ID of the survey linked to this record.
The days after renewal value for this reminder.
The days before renewal value for this reminder.
The email value for this reminder.
ID of the canned response linked to this record.
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.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the reminder was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create Reminder