Eventyvo Connect

Webhook event catalog

Canonical outbound webhook event types for Eventyvo Connect.

Configure subscriptions in the organizer dashboard. Eventyvo POSTs JSON to your HTTPS URL with signature headers.

Canonical event names

These are the Connect event type strings sent in X-Eventyvo-Event and (when present) event / type in the body.

EventDescription
FORM_SUBMISSIONNew registration / form submission
FORM_SUBMISSION_APPROVEDSubmission approved
REGISTRATION_WITHDRAWNParticipant cancelled / withdrew
REGISTRATION_STATS_UPDATEDAggregated registration / check-in counts
ATTENDANT_CHECKED_INDoor / QR check-in recorded
PAYMENT_SUCCESSPayment completed
PAYMENT_REFUNDEDRefund settled
PAYMENT_FAILEDPayment failed
EVENT_CREATEDEvent created
EVENT_UPDATEDEvent updated
EVENT_DELETEDEvent deleted
USER_REGISTEREDNew user registered (platform)
SUBSCRIPTION_CREATEDSubscription activated — may include apiKeyIssued (never raw key)
SUBSCRIPTION_EXPIREDSubscription lapsed
SYSTEM_CONFIG_UPDATEDPlatform config changed
AUTOMATION_WEEKLY_DIGESTWeekly automation summary

Naming note

Older internal / platform notes may mention dotted names such as registration.approved or attendance.check_in. Treat those as non-canonical. Integrators should subscribe to and verify the UPPER_SNAKE names above.

Payload shapes

See Payload examples for JSON envelopes and field notes.

Best practice

Subscribe only to events you handle — reduces noise, retries, and verification load.