Skip to content
  • Home
  • Features
    • Event Management
    • Email Notifications
    • Payment Processing
    • Recurring Events
  • Documentation
  • Pricing
  • Contact Us
  • Live Demo
    • Simple Event
    • Recurring Event
    • Virtual Event
    • Free Event
    • Paid Event
    • RSVP Event
    • Waitlist Event
Eventixa – Events Calendar, Tickets and Bookings
  • Home
  • Features
    • Event Management
    • Email Notifications
    • Payment Processing
    • Recurring Events
  • Documentation
  • Pricing
  • Contact Us
  • Live Demo
    • Simple Event
    • Recurring Event
    • Virtual Event
    • Free Event
    • Paid Event
    • RSVP Event
    • Waitlist Event
Get Started
Eventixa – Events Calendar, Tickets and Bookings

Getting Started

  • Welcome to Eventixa
  • Installation
  • Activate Pro License
  • Setup Wizard
  • Shortcodes

Event Management

  • Creating an Event
  • Venues
  • Organizers
  • Virtual Events
  • Advanced Fields
  • Event Listing Views (Calendar, Grid, List & Map)
  • Search & Filters

Recurring Events

  • Creating Recurring Events
  • Recurrence Types
  • Exceptions & Exclusions
  • Editing Recurring Events
  • Managing Occurrences

Ticket Management

  • Creating Tickets
  • Free & Paid Tickets
  • RSVP Tickets
  • Ticket Capacity
  • Sale Schedule
  • Attendee Information Fields

Booking & Attendees

  • Managing Bookings
  • Booking Details
  • Booking Statuses
  • Managing Attendees
  • Editing Attendees
  • Booking Notes
  • Booking Emails

Payments

  • Payment Overview
  • Stripe
  • PayPal
  • Offline Payments
  • Payment Statuses
  • Transactions
  • Refunds

Email Notifications

  • Event Email Overview
  • Customer Emails
  • Administrator Emails
  • Email Templates
  • Available Placeholders
  • Customizing Emails

QR Tickets & Check-In

  • QR Tickets
  • QR Check-In
  • Ticket Validation
  • QR Ticket & Check-In Settings
  • Troubleshooting

Reports

  • Event Reports & Analytics Overview
  • Report Types
  • Using Reports & Filters
  • Troubleshooting

Waitlist

  • Event Waitlist Overview
  • Joining & Managing the Waitlist
  • Waitlist Notifications
  • Waitlist Settings
  • Troubleshooting

General Settings

  • General Settings Overview
  • General Configuration
  • Page Settings
  • Display Settings
  • Email Settings
  • Payment Settings
  • Troubleshooting
View Categories
  • Home
  • Documentations
  • Email Notifications
  • Available Placeholders

Available Placeholders

Eventixa includes a powerful Placeholder System that automatically inserts booking, customer, event, attendee, and payment information into email templates. Instead of manually editing each email, placeholders are replaced with real data when the email is generated.

This allows a single email template to be reused for every booking while delivering personalized information to each recipient.

Available in: Eventixa Core
Additional placeholders available in: Eventixa Pro

How Placeholders Work

Placeholders are special tags enclosed in curly braces ({}).

For example:

Hello {customer_name},

When the email is sent, Eventixa replaces the placeholder with the actual value.

Example output:

Hello Emily Johnson,

All replacements happen automatically before the email is delivered.

Using Placeholders

Placeholders can be used in:

  • Email Subject
  • Email Heading
  • Email Body

They can also be combined with Eventixa’s HTML information blocks to create rich, professional email layouts.

Example:

Hello {customer_name},

Thank you for registering for {event_name}.

Your booking number is {booking_number}.

{booking_summary}

{booking_button}

Site Placeholders

These placeholders insert general website information.

PlaceholderDescription
{site_title}Website title.
{site_url}Website URL.

Booking Placeholders

Booking placeholders provide information about the customer’s reservation.

PlaceholderDescription
{booking_id}Internal booking ID.
{booking_number}Customer-facing booking number.
{booking_date}Date the booking was created.
{booking_status}Current booking status.
{booking_total}Total booking amount.
{booking_url}URL to the booking details page.
{booking_link}Clickable link to the booking details page.

Customer Placeholders

These placeholders insert customer information collected during checkout.

PlaceholderDescription
{customer_name}Customer’s full name.
{customer_first_name}Customer’s first name.
{customer_last_name}Customer’s last name.
{customer_email}Customer’s email address.
{customer_phone}Customer’s phone number.

Event Placeholders

These placeholders display event information.

PlaceholderDescription
{event_name}Event name.
{event_title}Event title.
{event_url}Event page URL.
{event_start_date}Event start date.
{event_start_time}Event start time.
{event_end_date}Event end date.
{event_end_time}Event end time.
{event_date_time}Combined event date and time.
{event_start}Formatted event start date and time.

Venue Placeholders

Venue placeholders display event location information.

PlaceholderDescription
{venue_name}Venue name.
{venue_address}Venue address.
{venue_url}Venue page URL.

Organizer Placeholders

Organizer placeholders provide organizer details.

PlaceholderDescription
{organizer_name}Organizer name.
{organizer_email}Organizer email address.
{organizer_phone}Organizer phone number.
{organizer_url}Organizer page URL.

Payment Placeholders

Payment placeholders display payment-related information.

PlaceholderDescription
{payment_status}Current payment status.
{payment_method}Payment gateway or method used.
{transaction_id}Payment transaction ID, when available.

Attendee Placeholders

Attendee placeholders are useful for attendee-related emails.

PlaceholderDescription
{attendee_name}Attendee’s full name.
{attendee_email}Attendee’s email address.
{attendee_phone}Attendee’s phone number.
{attendee_status}Registration status.
{ticket_name}Ticket name.
{ticket_number}Ticket number.

Note: For bookings containing multiple attendees, attendee-specific placeholders use the attendee context available to the email being generated.

HTML Information Blocks

Eventixa provides pre-built HTML blocks that automatically generate complete sections of an email.

These blocks should be used whenever you want to display formatted booking information without manually creating tables or layouts.

PlaceholderDescription
{booking_details}Complete booking information section.
{booking_summary}Booking summary table.
{customer_information}Customer information section.
{event_information}Event information section.
{ticket_summary}Ticket summary section.
{payment_summary}Payment summary section.
{order_summary}Order summary section.
{feature_information}Additional feature-specific information.
{booking_button}Call-to-action button linking to the booking details page.

These placeholders generate HTML automatically and should be placed on their own line within the email template.

Example Email

Example template:

Subject:
Booking Confirmation – {event_name}

Heading:
Your Booking is Confirmed

Content:

Hello {customer_name},

Thank you for registering for {event_name}.

Booking Number:
{booking_number}

{booking_summary}

{event_information}

{payment_summary}

{booking_button}

When sent, Eventixa automatically replaces every placeholder with the appropriate booking information.

Placeholder Availability

Not every placeholder is applicable to every email.

For example:

  • Booking Confirmation uses booking, customer, event, and payment placeholders.
  • Payment Confirmation includes payment-related placeholders.
  • Booking Refunded uses booking and payment placeholders.
  • Administrator Notifications can use booking, customer, event, and payment placeholders.

If a placeholder does not have a value for the current email, it may be left empty or omitted, depending on the template and context.

Best Practices

  • Use placeholders instead of manually entering booking or customer information.
  • Use HTML information blocks for booking, payment, and event summaries to maintain a consistent email layout.
  • Keep subjects concise while including important placeholders such as {event_name} or {booking_number}.
  • Test email templates after making changes to verify that placeholders are replaced correctly.
  • Avoid modifying the placeholder names, as they must exactly match the supported syntax.

Tips

  • Placeholders make every email personalized without requiring multiple templates.
  • Eventixa automatically replaces placeholder values at the time the email is generated, ensuring recipients receive the latest booking information.
  • HTML information blocks provide a professional, consistent layout and are recommended over manually creating tables or repeating individual placeholders.
  • Eventixa Pro uses the same placeholder system for additional email types, including ticket delivery, QR code emails, invoices, reminders, and waitlist notifications, making customization consistent across all notifications.

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Email TemplatesCustomizing Emails

Eventixa is a modern WordPress event management plugin for creating events, selling tickets, managing attendees, and delivering seamless booking experiences—all from a single platform.

Help Center

  • Documentation
  • Starter Guide
  • Contact Us

Features

  • Event Management
  • Email Notifications
  • Payment Processing
  • Recurring Events
  • Live Demo

Company

  • Contact Us
  • Privacy Policy
  • Refund Policy
  • T&Cs

Copyright © 2026 - All rights reserved.