While Tito doesn't currently have seating allocation functionality, it is possible to bring in seat numbers that you've generated outside of Tito, by including them as metadata. You can either do this manually for individual attendees, or you can do it programatically using our API.
To add metadata to a ticket manually, first head to Attendees, then click to edit a particular attendee and scroll to the bottom to see the metadata section:
Click the Add button to get started, and then enter {"seatId":"A1"}
(replace A1
with whatever the seat reference should be for that person). You must use seatId
as the object name in order for this to work. Here's what it should look like:
Save your changes, and the attendee's PDF ticket will now include an extra field called "Seat", with their unique seat reference, which looks like this:
As previously mentioned, you can also use our API to create a ticket or update a ticket, so you can add metadata in bulk this way.
______________________
If you have any follow-up questions, drop us a line at support@tito.io or chat to us in-app and we’ll get back to you as quickly as we can.