Macros
Macros
Macros allowlet you topull reference information from yourspecific customer and the appointment indata into your text messages and emails.Theyemails, allow you to createso a single template thatcan feelsfeel personally written for every individual customer by pulling specific data points from your database.recipient.
Here
is a breakdown of how to master their use:
The Anatomy of a Macro
ForEvery macro follows the systemsame to recognize a macro, it must be wrapped in a specific set of characters:syntax:
$(
D_LONG
)
Complete Syntax:syntax example: $(D_LONG)
How They Work (The Transformation)
When a message is sent, the system prepares to send a message, it scans the text for that specificthis syntax and "swaps"replaces it forwith the real-worldactual valuedata storedfrom in thethat appointment or contact record.
Use Case
Macro to Use
$(D_LONG)
October Final17th, Output Example
Formal Date
$(D_LONG)
October 17th, 2025
Appointment Time
$(TIME)
2:15 PM
Customer Name
$(C_NAME)
Alex Rivera
Example Usage
In
Dear $(C_NAME),
Your appointment is scheduled for $(TIME) on $(D_LONG).
Best Practices
Watch Implementation
Hello $(C_NAME), will render as Hello Alex Rivera, with the comma Use the final message.
Always sendtest before sending. Send a test message to yourself.yourself Sometimesfirst. aSome macro values (like a long address) can change the wayaffect text wrapswrapping in an SMS or email.