Skip to main content
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

Request Body

Required Fields

integer
required
ID of the business linked to this record.
string
required
The name value for this reminder.
integer
required
The reminder type value for this reminder.
integer
required
The reminder action value for this reminder.

Optional Fields

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.
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.
integer
ID of the survey linked to this record.
integer
The days after renewal value for this reminder.
integer
The days before renewal value for this reminder.
string
The email value for this reminder.
integer
ID of the canned response linked to this record.
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.

Code Examples

Response

200

integer
HTTP status code. 200 on success.
string
A human-readable message confirming the creation.
object
Contains the Id of the newly created record.
boolean
true if the reminder was created successfully.
array
null on success.
Example Response

400

string
A summary of the validation error(s), in the format PropertyName: error message.
any
null on validation failure.
object[]
Array of validation errors.
boolean
false when the request fails validation.
Example Response