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.

JTE Panel can send SMS messages to attendees at two points in the registration flow: immediately after they submit a registration, and again when that registration is confirmed. You can write the message body for each trigger independently, optionally show a custom sender name, and route messages through your own SMSApi account instead of the shared JTE Panel gateway. Navigate to Settings → Communication → SMS to manage these settings.

Sender display name

useOwnDisplayNumber
boolean
default:"false"
Replace the default sender identifier with a custom name. When disabled, messages are delivered using the JTE Panel shared sender ID.
senderDisplayNumber
string
The name or number shown to recipients as the message sender. Maximum 160 characters. Only editable when useOwnDisplayNumber is enabled.
Carrier support for alphanumeric sender IDs varies by country. If your attendees are in a region that restricts custom sender names, messages may arrive with a generic short code regardless of this setting.

Registration SMS

The registration SMS is sent when an attendee submits their registration form, before any payment or confirmation step.
sendSmsAfterRegistration
boolean
default:"false"
Send an SMS to the attendee immediately after they complete the registration form.
registrationSmsContents
string
The body of the registration SMS. Maximum 160 characters. Only editable when sendSmsAfterRegistration is enabled.

Confirmation SMS

The confirmation SMS is sent once a registration moves to a confirmed state — after presence is confirmed or payment is processed.
sendWelcomeSms
boolean
default:"false"
Send an SMS to the attendee after their registration is confirmed.
welcomeSmsContents
string
The body of the confirmation SMS. Maximum 160 characters. Only editable when sendWelcomeSms is enabled.
Standard SMS messages are limited to 160 characters. JTE Panel shows a live character counter as you type and prevents saving if the limit is exceeded.

SMS gateway

By default, JTE Panel sends messages through its shared SMSApi account and bills credits against your plan. If you have your own SMSApi account you can route all messages through it instead.
1

Enable your own gateway

Toggle Use own SMSApi account (useOwnSmsApiGateway) on. The credential fields below become editable.
2

Enter your SMSApi credentials

smsApiLogin
string
required
Your SMSApi account login (username).
smsApiMd5
string
required
The MD5 password hash for your SMSApi account. Generate this from your SMSApi account settings panel — do not enter your plain-text password here.
3

Save

Click Save. JTE Panel will route all outgoing SMS messages for this event through your SMSApi account from this point forward.
Using your own gateway means SMS delivery costs are charged to your SMSApi account. Verify your account has sufficient credits before enabling this option.