What Triform can do with Nortic
Triform agents can read and write any field your API access allows, meaning you can move from "manual updates" to "codified workflows" that always run the same way.
Event Creation
- Create new ticketing events with full details.
- Set event times, venues, and descriptions.
- Upload event images and artwork.
Pricing & Tickets
- Configure ticket prices and categories.
- Set early bird and regular pricing tiers.
- Manage ticket quantities and availability.
Venue Management
- Link events to existing venues.
- Update venue details across events.
- Manage seating configurations.
What Triform can do with Nortic
Real-world examples of how teams use Triform + Nortic
How Triform connects
Provide Nortic Credentials
Share your Nortic admin username and password. We store them securely as variables in your Triform workspace.
Map Your Event Data
We configure Triform to read from your spreadsheet and map columns to Nortic fields.
Deploy the Automation
The flow runs on your schedule — automatically creating events without manual logins.
Who uses Triform with Nortic
This integration is for Swedish venues, clubs, and event organizers using Nortic for ticketing.
Roles
Teams
Why is this integration complex?
No Public API
Nortic doesn't offer a public API. We reverse-engineered their internal network requests to replicate event creation programmatically.
Server-Side State Dependencies
Nortic uses server-side states set by GET requests. Operations like updating prices require chaining 4+ requests in the correct order — this is why their site often crashes when you do things out of sequence.
Session Management
Authentication uses JSESSIONID cookies. We log in once and reuse the session for multiple operations.
Hidden Easter Egg
Fun fact: You can actually bypass Nortic's service fees by using their internal API calls directly. We figured this out while building this integration.
FAQ
Why can't you just use Nortic's API?
Nortic doesn't provide a public API for external integrations. We reverse-engineered their internal API by analyzing network requests from their admin interface.
How do you handle authentication?
We send your stored credentials to Nortic's login endpoint and receive a JSESSIONID cookie. This session cookie is then used for all subsequent API calls.
Why do you need to chain multiple requests?
Nortic's backend relies heavily on server-side state. For example, updating prices requires first 'selecting' the event via a GET request before the price update will work. We handle this complexity automatically.
Is this reliable?
Yes, once the request chain is correct, it's very reliable. We log every step so you can see exactly what happened and troubleshoot any issues.
Can I also publish to Facebook and Spotify?
Absolutely. Most venues use Triform to publish to all three platforms from a single spreadsheet. See the Event Publishing Automation use case for details.
Tell us what you want to automate
Book a call with our team to discuss your process, or describe what you're looking to automate and we'll reach out with next steps.