Eventyvo Connect

Event catalog embed

Embed a public list of events for a company.

Lists public events (via Connect public catalog). Useful on a company marketing site “Upcoming events” section.

Script mount

<div data-eventyvo="catalog" data-company-id="12345"></div>
<script async src="https://docs.eventyvo.com/embed/v1/eventyvo-embed.js"></script>

iframe

<iframe
  src="https://docs.eventyvo.com/embed/catalog?companyId=12345"
  width="100%"
  height="640"
  style="border:0"
  loading="lazy"
  title="Events"
></iframe>

Notes

  • companyId is required
  • No API key in the browser; data is public catalog only
  • Filtering / branding beyond the default list may require your own UI + GET /api/v1/public/events from a server cache, not a browser X-API-KEY