- Events directly tied to user interaction on the invitation form itself. These events can be consumed via an onEvent function. This option is great if you would like to immediately react to something that happens on the invitation form without having to set up a webhook.
- All other events related to your invitation flow, such as the sending of emails, clicks on invitation links, etc. These events will be consumed via webhook or direct feed into analytics services such as Segment, Mixpanel and Amplitude (COMING SOON!)
Invitation form events
These events are available viaonEvent.
invite_formRender_succeeded
This event fires when the invitation form is rendered.invite_formRender_failed
This event fires when there is an error trying to render the invite form.email_field_focussed
This event fires when the user puts focus on the form field to enter email addresses.email_field_blurred
This event fires when the user blurs the email form field that was once in focus.email_submission_validated
This event fires when an email address entered by the user is validated. The results of the validation are included, even when your own validation function was used.email_fieldSubmission_succeeded
This event fires when the user invites people via email by manually entering email addresses.email_fieldSubmission_failed
This event fires when the user clicks the main Invite/CTA button on your invite form and the Vortex backend responds with an error.sharingDestination_button_clicked
This event fires when the user clicks on any of the sharing options for shareable links provided on the invite form.contactImport_button_clicked
This event fires when the user clicks on any of the buttons for inviting from a list of contacts (e.g., Google contacts, device contacts) provided on the invite form.All other events
These events aren’t covered byonEvent, and are currently just listed here for reference.
autojoin_enabled
This event fires when autojoin is enabled via the checkbox on an inviation form.autojoin_disabled
This event fires when autojoin is disabled via the checkbox on an inviation form.autojoin_configured
This event fires when allowed domains are added or removed, either via autojoin being enabled/disabled via the invitation form, or via API call. Note thatplatform will be set to “api” in the latter case.