Skip to content

Settings reference

Everything you can change in the Settings tab, what it does, and the default we ship.

Changes take effect on the very next tick — no restart, no waiting. Sensitive values (passwords, API keys, tokens) are encrypted at rest in your workspace.


Where Tickong reads ticket confirmations from.

SettingDefaultNotes
Hoste.g. imap.gmail.com
Port993
TLSonLeave on unless your provider doesn’t support it
UserFull email address
PasswordApp password (Gmail/iCloud/Outlook). Not your account password.
Pending folderINBOXWhere Tickong looks for new mail
Processed folderTickong/ProcessedWhere parsed messages move to
Skipped folderTickong/SkippedWhere pre-filtered or duplicate messages move to
Failed folderTickong/FailedWhere errored messages land — investigate from the Activity tab

Gmail labels and IMAP folders are the same thing — Tickong/Processed becomes a nested label.


Where parsed tickets get written.

SettingNotes
Integration secretThe “Internal Integration Secret” from your Notion integration page
Database IDThe 32-char hex string from your Notion DB URL

See Notion database setup for the schema and how to get these values.


SettingDefaultNotes
Poll interval2 minHow often Tickong checks for new mail and detects sales. Lower means faster pickup but more inbox traffic.

A free check that runs before Claude. It drops anything that doesn’t look like a ticket purchase, saving on AI costs.

SettingNotes
DisabledOff by default. Turn on to send every email to Claude — useful only when debugging a missed confirmation.
Extra sendersComma-separated fragments to additionally allow (case-insensitive substring match)
Extra subjectsComma-separated subject keywords to additionally allow

Built-in coverage: Ticketmaster, FIFA, AXS, StubHub, Viagogo, SeatGeek, Eventbrite, See Tickets, Vivid Seats, Dice, Ticombo, Fansale, Entradas.com, Entradium, Tomaticket, El Corte Inglés, Fever, Wegow, RedTKT, Real Madrid, Barcelona, Atlético, RFEF, UEFA — and English / Spanish / Portuguese / French / German purchase-confirmation phrasings.

If a real ticket email is being skipped, copy a fragment from its From: header into Extra senders.


Optional. When enabled, every primary-platform purchase that lands in Notion gets auto-listed for resale on SkyBox.

SettingDefaultNotes
EnabledoffMaster switch
X-Account headerFrom SkyBox
API tokenSkyBox → Settings → External Accounts
Application tokenFrom https://skybox.vividseats.com/application-sign-up
Vendor IDYour SkyBox vendor ID
Stock typeMobile transferOne of: Mobile transfer, Electronic, Hard, Flash Seats
Split typeAnyOne of: Any, Default, Custom, Never leave one
Delivery methodMobile deliveryOne of: Mobile delivery, eTicket, Flash Seats, Guest list, Will call
Broadcast on creationonWhether new listings go live on the Vivid marketplace immediately
Dry runoffLog what would be listed without hitting the API. Useful when testing.
Auto-list platformsTicketmaster, FIFA, AXS, Eventbrite, SeeTicketsOnly auto-list when the parsed platform is in this list. Skip secondary marketplaces (StubHub, Viagogo, Vivid Seats) — those are sales of inventory you already had.
SettingDefaultNotes
Pricing enabledoffWhen off, every listing uses Default price (or a placeholder $9999 listing if the default is 0)
Default price$0Used when pricing is disabled
StrategyUndercutOne of: Undercut the cheapest, Percent below market, Fixed amount
Undercut amount$5Dollars below the cheapest comparable listing (when strategy = Undercut)
Percent below5%Percentage below the cheapest comparable listing (when strategy = Percent below)
Fixed price$0Used when strategy = Fixed
Floor multiplier1.10Hard floor — never list below cost × multiplier. 1.10 means at least 10% margin.
Section matchAnyAny compares against the whole event; Exact only against your section

Full pricing logic with worked examples: Vivid SkyBox → Pricing.


After every tick’s email loop, Tickong asks SkyBox for your active inventory and diffs it against the previous tick’s snapshot. Anything that disappeared gets logged as a sale.

SettingDefaultNotes
Enabledon
Notion writebackoffIf you’ve added a writable Sold At / Sale Price property to your Notion DB, Tickong can update it when a sale is detected. Off by default since the standard schema uses formula-only Status fields that aren’t writable.

Read Sales tracking for the mechanics.


If you “pull” tickets for other people (split a 4-pack with 3 friends, take orders from clients, etc.), use the Pulls tab to assign each ticket to a buyer with their own profit split and payment ledger.

There are no settings here — buyers are managed inside the Pulls tab via Manage buyers. Each buyer has its own profit-split percentage and a per-buyer “owed” balance computed from their realised profit minus payments you’ve recorded.


Get pinged in Discord, Slack, or any HTTP endpoint when a sale is detected.

SettingNotes
Webhook URLWhere to POST. Empty disables webhooks.
Webhook secretOptional. When set, Tickong includes an HMAC-SHA256 signature header so your endpoint can verify requests came from Tickong.

Tickong auto-detects the destination from the URL:

  • Discord webhook URLs get a styled embed (profit-coloured stripe, event title, seat block, cost/list/profit field).
  • Slack incoming webhook URLs get a structured message with header + 6-cell grid.
  • Anything else gets a generic JSON payload (event, timestamp, sale).

There’s a Test webhook button — it fires a sample sale at your URL and reports back the receiver’s response so you can confirm formatting works.


SettingNotes
Workspace nameWhat you call this Tickong workspace. Shown in the top toolbar.
EmailThe address you signed up with. Used for verification and password reset.
PasswordChange with Reset password — sends a reset link to your verified email.

Go to Settings, change a value, click Save settings. The next tick (within 2 min by default) will use the new value.

If you want to apply a setting immediately without waiting for the next tick, click Run once in the top toolbar after saving.