REST moderno e webhook, piena parità di funzionalità, niente clausole in piccolo.
// One call. Real ticket. Webhook fires on scan. import { Gomry } from "@gomry/sdk"; const gomry = new Gomry(process.env.GOMRY_KEY); const ticket = await gomry.tickets.create({ event: "evt_sunset_sessions_4", tier: "general", buyer: { email: "ana@studio.co" }, channel: "my-checkout", metadata:{ source: "instagram_bio" } }); await gomry.webhooks.on("ticket.scanned", async (e) => { await crm.tag(e.attendee, "checked-in"); });
Ogni schermata di Gomry usa la stessa API pubblica che hai tu. Nessun piano "enterprise" per leggere i tuoi partecipanti.
OAuth 2.0, chiavi scope, idempotenza. SDK ufficiali in TypeScript, Python, Ruby, Go, Swift.
38 tipi di evento. Firmati, riprovabili, replayable. Tunnel locale per dev.
Un ambiente di test completo, gratis, con dati seed. Scansioni delle carte staff simulate.