Eventyvo Connect

B2B Lab on your website

Add Eventyvo matchmaking without rebuilding it — both “registrants on my site” and “registrants in Eventyvo”.

Subscription required

Enable b2bLab (and related networking modules) on the event.

Two data situations

SituationWhat to do
People already registered on your websiteMirror into Eventyvo as approved form submissions (CSV / Eventyvo form), then deep-link Lab. Your DB alone cannot book Lab meetings
Registrations already in EventyvoApprove → sign-in or email B2B-… code → deep-link Lab from your site

Whole flow (hybrid — your registrations)

Register on YOUR site → your DB
    → CSV / Eventyvo form → approved FormSubmission
    → CTA on your site → /events/{slug}?tab=b2blab
    → Matchmaking + meetings stored in Eventyvo

Whole flow (Eventyvo registrations)

Eventyvo form approve (+ optional Lab email/code)
    → CTA on your site → ?tab=b2blab[&b2bCode=…]
    → Lab UI on Eventyvo

Website surface (Model A CTA)

<a href="https://www.eventyvo.com/events/{eventSlug}?tab=b2blab">
  Open B2B Lab
</a>

Optional guest: ...&b2bCode=B2B-XXXXXX (codes usually from Eventyvo approval email; CSV import may not auto-email).

Not supported

  • Full Lab iframe embed on docs.eventyvo.com
  • Connect POST import of registrants
  • REST issue of B2B codes
  • GET /api/v1/partners/:slug (that is Service Partner marketplace, not Lab)
  • Stakeholder directory rows as meeting principals (need form submissions)

Security

No Connect/GraphQL keys on the public site. Treat your DB as registration SoR and Eventyvo as Lab SoR after mirror.

Related