Skip to main content
GET
Get one CannedResponse
A CannedResponse is a reusable message template, known as a Message Macro in the Nexudus UI (Admin Panel > CRM > Message Macros). Message macros can be sent directly to customers or used alongside reminders to automate communication. They support dynamic tokens — placeholders such as \{salutation\} — that Nexudus automatically replaces with live data from your account when the message is delivered. Message macros are available across all locations in a network, regardless of which location created them.

Supported tokens

Location tokens (always available): Customer tokens (always available): User / account tokens (always available when the customer has a portal access / user account): Message-macro-specific tokens: Delivery tokens (resolved from the customer’s oldest uncollected delivery, if any): Product tokens (available when the macro is sent alongside a product purchase — CoworkerProduct or BookingProduct): Booking tokens (available when the product purchase is linked to a booking):

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 CannedResponse-Read role.

Path Parameters

integer
required
The Id of the CannedResponse record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
Location name.
string
Name of the message macro.
string
Subject line shown in the customer’s inbox when the message macro is delivered.
string
Body of the message macro; supports dynamic tokens (e.g. {salutations}) that Nexudus replaces with live data when the message is sent.
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