# Using the SMS editor

The SMS Editor is the editor that is opened when you click on Customize SMS whether you are customizing the ticket SMS, register confirmation SMS or event replay SMS.

## **Your SMS Editor interface** <a href="#id-8f2x4kqvkb82" id="id-8f2x4kqvkb82"></a>

Your SMS editor interface includes the following:

#### **SMS text**

The text box where you enter the content of the SMS including text, links and variables.

![](https://3217870493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zj83xy9psCPLnWnnbKs%2Fuploads%2Fxt5jKBR56I6aSsdeKWO0%2F0.png?alt=media)

#### **Save**

This button saves your changes.

![](https://3217870493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zj83xy9psCPLnWnnbKs%2Fuploads%2FCe7djP7AcPovGqCa2et9%2F1.png?alt=media)

#### **Save as default SMS**

This button saves your changes as a default SMS template for future events. It applies only on the type of SMS you are editing, so if you are customizing ticket SMS, the template will be saved for future ticket SMSs and not all SMSs.

![](https://3217870493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zj83xy9psCPLnWnnbKs%2Fuploads%2FSpE44D0RCJZSHFekb0is%2F2.png?alt=media)

#### **Reset**

Returns the SMS content to Starstream’s default.

![](https://3217870493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zj83xy9psCPLnWnnbKs%2Fuploads%2FfSsWYsYzO2a7Mh1mqTlK%2F3.png?alt=media)

#### **Available variables**

Discussed in the following section.

![](https://3217870493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zj83xy9psCPLnWnnbKs%2Fuploads%2F2wlMpGWSpMNxKIhPeKmb%2F4.png?alt=media)

## **Available variables** <a href="#b0mbclb9xbx1" id="b0mbclb9xbx1"></a>

Available Variables is a drop down menu that lets you copy different variables and paste them in the SMS content. Different variables insert different information without having to type it manually. For example, the variable product\_title will insert the name of your event in the SMS.

So if you make the content as “Here is your ticket for product\_title”, and the name of your event (name of Shopify product page) is “Webinar: Future of S\&P 500”, then the subject will show as “Here is your ticket for Webinar: Future of S\&P 500“.

![](https://3217870493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2zj83xy9psCPLnWnnbKs%2Fuploads%2FM3ds5UipCEd3BpglArlC%2F5.png?alt=media)

These are the available variables:

**product\_title** — will insert the shopify product name (it is supposed to be your events title)

**shop\_name** — will insert the name of your Shopify store (it is supposed to be brand or entity name)

**customer\_name** — will insert the first name of the customer who bought the ticket

**secret\_link** — will insert the secret link to your event livestream

**event\_time** — will insert the date and time of your event

**event\_location** — will insert the location of your event (you can change the location in the Event tab after clicking on your event from the main dashboard)

**shopify\_product\_url** — will insert the url of the event’s product page

**add\_to\_calendar\_link** — will insert a shortened link to add the event to calendar directly

**insert\_calendar\_logo** — will insert a calendar icon

**event\_time\_disclaimer** — will insert a disclaimer with the date and time of the event


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help-center.starstream.app/starstream-ticket-customization/the-sms-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
