Where to create a ticket
Customers create tickets from the portal route:{subdomain} is your workspace slug. The form on that page POSTs to /{subdomain}/tickets/store when submitted.
Fields on a new ticket
Every ticket is created with the following fields:Allowed attachment types
jpg, jpeg, png, gif, pdf, doc, docx, txt, zip.Create a ticket — step by step
1
Go to the tickets page
From the portal, click Tickets in the navigation.
2
Click 'New Ticket'
Opens the create-ticket form at
/{subdomain}/tickets/create.3
Write the subject
A one-line summary. Example:
Invoice #12345 shows wrong VAT rate.4
Pick a department
Choose the team that should handle the request (Sales, Support, Billing, etc.). The list is configured by your workspace admins.
5
Choose a priority
Select one of Low, Medium, High, or Urgent. Pick Urgent only for genuine outages or blockers — it’s how admins triage the queue.
6
Write the body
The full context, up to 1000 characters. Include:
- What happened
- What you expected to happen
- Any relevant order / account / ticket numbers
- Steps already tried
7
Attach files (optional)
Drag and drop up to 5 files, 10 MB each. Screenshots of the issue speed up resolution dramatically.
8
Submit
Click Submit. The ticket is saved with status Open, assigned a unique ID like
TKT-000042, and a confirmation email is sent.Email notifications on create
When a ticket is created, Xobito sends emails automatically:
Admins and department staff can then open the ticket and reply from the admin side, which triggers a further notification to the customer.
Good subjects vs. weak subjects
The subject is how everyone scans the ticket list. A good subject saves time for you, your admin, and the agent who picks up the case.Writing a body that gets solved faster
Lead with the what, then the when
Lead with the what, then the when
“Our scheduled campaign failed to send at 9am today” — one line, instantly scannable.
Include identifiers
Include identifiers
Order numbers, invoice IDs, campaign names, contact phone — whatever is relevant. This saves the agent minutes of searching.
Describe expected vs. actual
Describe expected vs. actual
“Expected: the campaign to send at 9am. Actual: status still Scheduled at 10am.” Makes it clear what success looks like.
List what you've already tried
List what you've already tried
Restart, different browser, alternate phone — mention it. Stops the agent from suggesting the same thing first.
Attach screenshots
Attach screenshots
One screenshot is worth a thousand error-message transcriptions. Attach them when relevant, up to 5 files at 10 MB each.
File attachment tips
Screenshots in PNG are usually sharper than JPG for UI captures.
Black out sensitive information (card numbers, personal IDs) before attaching.
For long logs, paste the key snippet into the body and attach the full
.txt or .zip.Stay within the 5-files, 10 MB-each limit — files that exceed this are rejected by the form.
What happens after you click Submit
- The ticket is stored and assigned a new ID such as
TKT-000042. - Status is set to Open.
- Admin users and the department’s staff receive a new-ticket email.
- The ticket appears in the customer’s list at
/{subdomain}/tickets. - Any reply from the admin side moves the status to Answered and sends an email to the customer.
Next
Manage tickets
View your tickets, reply, and close them once resolved.