Still using the legacy ARTSVP interface? View the legacy help centre.

Integrations

All plans Admins only

ARTSVP connects to the systems you already run in a few distinct ways: Stripe for money, the API and webhooks for your own software, tracking pixels for your analytics, and CSV exports for everything else. Organisation admins manage all of these settings.

Stripe: payouts and terminals

  • Payouts (SettingsPayouts) — connect a Stripe account once and revenue from paid tickets is paid out to it on Stripe’s schedule. The page shows connection health, your Stripe balance, and recent payouts.
  • Terminals (SettingsTerminals) — set up Stripe card readers to sell tickets and take payment in person, and check guests in at the same time. Terminals need Payouts connected first.
  • Email receipts to guests (SettingsPayouts): Stripe emails a receipt after each successful payment. Switch this off and Stripe sends neither the receipt nor its refund notifications. Your confirmation email still goes out, and on paid bookings it includes an order summary with line items, tax, and the total. The setting appears once your Stripe account is active.

API and webhooks

Under SettingsDeveloper, the Expert plan opens ARTSVP to your own software:

  • API tokens authenticate your systems against the ARTSVP REST API: events, bookings, invitations, and more. See the API overview.
  • Webhooks notify your systems the moment things happen: bookings, cancellations, check-ins. Register an endpoint and ARTSVP calls it as events occur.
  • Events can carry resource tags (set per event in its Developer settings tab) to categorise them for API calls.

API tokens are shown once when generated. Store a new token safely, because regenerating it stops the previous token immediately.

Analytics and tracking

Your organisation’s tracking pixels can be injected on booking pages, switched on per event with Enable Tracking Pixels in Booking settings. One thing to be aware of: ARTSVP provides a Meta Pixel field, not a general script-injection field.

CSV in and out

  • In — contacts and invitation recipients import from CSV.
  • Out — guest lists, contacts, and the mailing list export to CSV, ready for your CRM or newsletter tool. See Reporting and exports.

CSV exports are point-in-time files; when another system needs ongoing updates, reach for webhooks or the API instead.

Working with a CRM

ARTSVP does not need to replace the CRM your team already knows. A common setup: run invitations, bookings, and check-in on ARTSVP, then export guest activity — or receive it live by webhook — into the CRM where the rest of your collector relationships live.


Keep reading: API overview · Reporting and exports · Billing and credits