Eventyvo Connect

Automation (Zapier & Make)

Automate from your website DB, from Eventyvo data, or both — securely.

Two data situations

SituationWhat to do
Master data on your websiteKeep Zaps on your DB / webhooks. Add Eventyvo only when you also store related ops in Eventyvo
Master data in EventyvoModel B: Catch Hook + HMAC, or poll Connect Zapier REST with X-API-KEY

Whole flow (Eventyvo → your tools)

Eventyvo event (FORM_SUBMISSION, PAYMENT_*, ATTENDANT_CHECKED_IN, …)
    → your HTTPS Catch Hook (verify signature)  OR  poll Zapier REST
    → Sheets / Slack / CRM

Authenticated polling (Model B)

X-API-KEY: ev_live_xxxxxxxx
GET https://api.eventyvo.com/api/v1/integrations/zapier/events
GET https://api.eventyvo.com/api/v1/integrations/zapier/submissions?eventId=<uuid>
GET https://api.eventyvo.com/api/v1/integrations/zapier/orders?companyId=<id>

Prefer webhooks for real-time. Poll ≥ 15 minutes. Keys only in Zapier/Make vaults — never on the public site.

Native CRM export

HubSpot / Salesforce / Pipedrive under organizer Automation → CRM — not a public Connect CRUD API.

Related