FreemiumProBusinessEnterprise

Notification templates

Built-in templates

tikento provides five built-in templates that are automatically sent when the corresponding events occur. Each template is available for email and Telegram.

Registration confirmation

Sent immediately after a successful participant registration.

Contents:

  • Greeting with the participant's name
  • Event name, date, and location
  • Registration number
  • Ticket QR code (for paid tickets -- after payment)
  • "Open ticket" button

Trigger: registration created with status registered.

Payment receipt

Sent after payment confirmation via webhook from the payment gateway.

Contents:

  • Payment amount and payment method
  • Ticket name and selected options
  • Transaction number
  • Organizer details
  • "Download receipt" button

Trigger: payment status changed to succeeded.

Reminder (24 hours before)

An automatic reminder sent 24 hours before the event starts.

Contents:

  • Start date and time adjusted for the participant's time zone
  • Venue address or online stream link
  • Additional organizer instructions (if provided)
  • "Open event" button

Trigger: BullMQ scheduler, 24 hours before starts_at.

Event cancellation

Sent to all registered participants when the organizer cancels the event.

Contents:

  • Cancellation notice with reason (if provided)
  • Refund information (if applicable)
  • Organizer contact

Trigger: event status changed to cancelled.

Event changes

Sent when key parameters of a published event are changed.

Contents:

  • Which parameter changed (date, time, location)
  • Old and new values
  • "View update" button

Trigger: changes to starts_at, ends_at, location, venue fields on an event with status published.

Template variables

Templates use variables that are automatically substituted when sending.

Participant variables

VariableDescriptionExample
participant.nameParticipant nameIvan Petrov
participant.emailParticipant emailivan@example.com
participant.registrationIdRegistration numberREG-2026-00042

Event variables

VariableDescriptionExample
event.titleEvent nameTech Conference 2026
event.dateStart date (localized)July 15, 2026
event.timeStart time10:00
event.timezoneTime zoneMoscow time
event.locationVenueMoscow, Tverskaya St., 1
event.urlEvent page linkapp.tikento.com/events/tech-conf

Payment variables

VariableDescriptionExample
payment.amountPayment amount3,500 RUB
payment.methodPayment methodBank card
payment.transactionIdTransaction numberTXN-20260715-A1B2
ticket.nameTicket nameStandard

Organizer variables

VariableDescriptionExample
organizer.nameOrganization nameEventPro LLC
organizer.emailContact emailhello@eventpro.com

Template preview

Before sending, you can check how a notification will look:

  1. Open the event and go to the Notifications tab.
  2. Select the Templates section.
  3. Click Preview next to the desired template.
  4. The system will show a ready email with test data inserted.
  5. Switch the preview language to check the translation in different languages.
  6. Click Send test to send to your email.

Multilingual support

All built-in templates are translated via i18n-service into supported languages: Russian, English, Spanish, Arabic, Italian, German, and French.

The notification language is determined automatically:

  1. Language chosen by the participant in the registration form
  2. Interface language in which the participant filled out the form
  3. Event's default language

The number of available languages depends on the plan:

PlanLanguages
Free2 (ru, en)
Pro4
BusinessAll 7
EnterpriseAll 7

Template customization

Free

Built-in templates used without changes. Emails include the "Powered by tikento" watermark.

Pro

  • Email subject line customization
  • Adding custom text (header and footer)
  • Uploading organization logo
  • No watermark

Business and Enterprise

  • Full HTML template editing
  • Brand colors and fonts
  • Custom content blocks
  • Conditional logic in templates (show a block based on ticket type)

Frequently asked questions

Can I edit the built-in templates?
On Pro and higher plans, you can change the email subject and add custom text at the beginning or end of the template. Full HTML template editing is available on Business and Enterprise.
In which languages are notifications sent?
Notifications are sent in the language chosen by the participant during registration. If the language is not determined, the event's default language is used. Templates are translated via i18n-service into all supported languages.
How can I check what a notification will look like?
In Event -> Notifications -> Templates, click the Preview button next to the desired template. You will see a ready email with test data inserted.