EzeTxt derives from the phrase “Easy Text”, representing the core philosophy of the platform: making text communication simple and efficient. It’s a powerful yet user-friendly tool designed to help users manage and share dynamic text content across various messaging platforms. Whether you’re a business owner, service provider, or anyone needing to communicate across channels like WhatsApp, Line, Facebook Messenger, Telegram, or even SMS, EzeTxt simplifies the process by allowing you to create reusable text templates, customize them for each user, and share them via direct links or by copying and pasting the content to any platform.
EzeTxt ensures that no matter the platform, your communication remains quick, personalized, and efficient. The name encapsulates the platform’s mission—making your text-based communication as easy as possible, so you can focus on what truly matters.
{GuestName}
, {CheckInTime}
), and use URL query parameters to dynamically replace these placeholders with specific values. This enables you to generate personalized messages on the fly.HTML (WYSIWYG) Mode: The EzeTxt editor allows users to create content in a WYSIWYG (What You See Is What You Get) environment. This means you can edit the content visually, just like any document editor, without worrying about the underlying code. This is great for users who want a straightforward, user-friendly experience.
Markdown Mode: For advanced users or those looking for more control, the editor also supports Markdown, a lightweight markup language with plain-text formatting syntax. Markdown is ideal for creating clean, readable documents that are easily converted to HTML. Some benefits of using Markdown include:
Placeholders in your markdown templates are defined using curly braces, like {Placeholder}
. These placeholders will be replaced with the corresponding values from the URL query string when the page is rendered. For example, {GuestName}
could be replaced by a value passed in the URL such as ?GuestName=John
.
This basic example uses two variables, {GuestName}
and {CheckInTime}
:
# Hello {GuestName}! Your check-in time is scheduled for {CheckInTime}.
URL Example:
https://ezetxt.com/simple?GuestName=John&CheckInTime=3:00%20PMThis is a more detailed welcome message example, ideal for an Airbnb host or hotel:
# Welcome to {PropertyName}, {GuestName}! We are excited to host you from {CheckInDate} to {CheckOutDate}. Here’s a quick summary of your stay: - **Check-in Time**: {CheckInTime} - **Check-out Time**: {CheckOutTime} - **Your Room Number**: {RoomNumber} - **Wi-Fi Name**: {WiFiName} - **Wi-Fi Password**: {WiFiPassword} ## Property Info: - **Location**: {PropertyAddress} - **Contact**: {ContactNumber} (Call or WhatsApp) - **Emergency Contact**: {EmergencyContactName} - {EmergencyContactNumber} ## Nearby Recommendations: - **Restaurant**: {NearbyRestaurant} - **Cafe**: {NearbyCafe} - **Grocery Store**: {NearbyGroceryStore} If you need anything during your stay, feel free to reach out to {HostName}. We hope you have a wonderful stay at {PropertyName}! Best regards, **{HostName}** {PropertyName}
URL Example:
https://ezetxt.com/welcome?GuestName=Anong&PropertyName=VillaBerry&CheckInDate=2024-10-25&CheckOutDate=2024-10-30&CheckInTime=2:00%20PM&CheckOutTime=11:00%20AM&RoomNumber=101&WiFiName=SunsetWiFi&WiFiPassword=secretpass&PropertyAddress=123%20Beach%20Road&ContactNumber=+123456789&EmergencyContactName=John&EmergencyContactNumber=+987654321&NearbyRestaurant=The%20Beach%20Grill&NearbyCafe=Ocean%20Cafe&NearbyGroceryStore=Fresh%20Market&HostName=EmmaYou can easily create your own markdown templates and define any placeholders you need. When sharing the message, pass the values for these placeholders via the URL, and EzeTxt will handle the rest. This makes it easy to personalize your communications with just a few clicks.
If you have further questions, feel free to contact support or explore the platform for more advanced features!