Airmeet

Estimated reading: 2 minutes

Overview

AFI registers attendees for Airmeet webinars and events from WordPress signup forms. Every form submission can land an attendee in your Airmeet event with the right metadata pre-populated.

Supported actions

  • Register Attendee — sign up a participant for a specific Airmeet event.

Authentication

  1. Log in to Airmeet.
  2. Open Settings > API Keys.
  3. Generate an API key and copy the Community ID.
  4. In AFI go to Settings > Airmeet and paste both values.

How to create the integration

  1. In WordPress admin, go to AFI > New Integration.
  2. Pick your Sender (Contact Form 7, WPForms, WooCommerce, etc.) and the form / event to listen on.
  3. Pick Airmeet as the Receiver, then pick the Task you want to run.
  4. Map sender fields onto Airmeet’s fields. Email, first name, and last name are required. Event ID identifies the target Airmeet event.
  5. Optional: add Conditional Logic so the action only fires on matching submissions.
  6. Save and run a test submission. Check AFI > Log if anything looks off.

Notes & caveats

  • Per-event registration. Each integration targets one Airmeet event — create separate integrations for multiple events.
  • Registration cap: if the event has hit its attendee limit, registration calls fail.
  • Confirmation email: Airmeet sends its own confirmation with the join link; you don’t need to email separately.

Related