Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jointoevent.io/llms.txt

Use this file to discover all available pages before exploring further.

Creating an event in JTE Panel involves selecting a package that defines your event’s capabilities, filling in the core details, and optionally applying a discount code. Once submitted, your event becomes immediately available in the event list and its registration page goes live at your-url.jte.io.
1

Open the New Event form

From the sidebar, go to Events, then click the New Event button in the top-right corner of the event list. You can also click New Event directly from the Dashboard.
2

Select a package

The first section of the form shows the available packages. Each package defines the feature set and attendee limits for your event. Select the package that fits your needs.
Event details fields do not appear until you select a package. The current price shown on the page updates based on your selection.
3

Fill in event details

After choosing a package, the Event details section appears. Complete the following fields:
name
string
required
The display name of your event. This name appears in the panel’s event list and is visible to your team. Maximum 50 characters.
url
string
required
The URL slug for your event’s registration page. It will be accessible at your-slug.jte.io. Use only letters, numbers, and hyphens. Maximum 50 characters.
startDate
datetime
required
The date and time when the event or its registration period begins. Must be a future date.
endDate
datetime
required
The date and time when the event or its registration period ends. Must be a future date.
Some date fields are set automatically by the system based on your package. Fill in the start and end date fields shown on the form — any remaining date values are managed for you.
4

Apply a discount code (optional)

If you have a discount code, enter it in the Discount code field and click Check code. The current price updates immediately if the code is valid.
  • A percentage discount reduces the price by that percentage.
  • A cash discount reduces the price by a fixed amount.
Once a valid code is applied, the field becomes read-only. If the code is invalid, an error message appears and you can try a different one.
5

Submit the form

Click Create event to submit. The panel validates all required fields before sending:
  • Package must be selected
  • Name must not be empty
  • Start date must not be empty
  • End date must not be empty
  • URL slug must not be empty
If any field is missing, an error notification appears identifying which field to complete.

After creation

When the event is created successfully, you are redirected to the event list. The new event appears as a row in the table and its registration page at your-slug.jte.io is live. The API response includes an isFree flag. If your package is free or your discount code brought the price to zero, no payment is required and the event is activated immediately. If payment is required, you will be directed through the payment flow.
If you want to base a new event on an existing one’s setup, use Duplicate an event instead of creating from scratch.