Tessera includes a powerful business workflow automation backend that allows you to connect it to your other applications seamlessly.

Tessera connects to many business applications you may already use, such as:
- Google Sheets
- Slack
- Google Chat
- Zoho
- Salesforce
- Twilio
- WordPress
- Databases such as SQL Server or MySQL
And, Tessera can connect to any application with an API (or even via a direct database connection).
Ticketing Automation Uses Cases Include:
- Ticket counts sent by email to promoters automatically
- Sales figures updated in Google Sheet hourly
- Sellout alert posted to company Slack channel
- Website show scraper to pull in shows to accelerate website migration
- Send private event contact forms to company CRM
- Send text message day of show reminder to ticket holders
- 3rd party data API to securely provide show information, prices, ticket availability, etc. via an external API
3rd Party Data API
A secure API can provide the following show information to 3rd parties that you specify.
- eventId – the GUID of the Tessera show
- headlinerArtists – the name(s) of the performer
- supportingArtists – the name(s) of additional performers
- dateTime – the date and time of the event (UTC)
- onSaleDateTime – the date and time of the earliest campaign offered for sale (UTC)
- venue – the name of the venue
- address – address of the venue
- city – city
- region – state / province
- postalCode – ZIP or postal code
- country – country
- ticketLink – the url to the page offering tickets for sale
- imagelink – the show image
- minPrice – the minimum ticket price (inclusive of fees) is the lowest price based on the campaigns that are visible to the API
- maxPrice – the maximum ticket price (inclusive of fees) is the maximum price based on the campaigns that are visible to the API
- currency – currency code, such as USD
- ticketAvailable – true or false – true if inventory is available, false if not
- soldOut – true or false – true if the show is sold out, false if not
- lowInventory – true or false – true if all campaigns are either low inventory or sold out, false otherwise