BigMarker

Estimated reading: 2 minutes

Overview

AFI registers attendees for BigMarker webinars and live events from WordPress signup forms. Every form submission becomes a registered attendee with the join link emailed automatically.

Supported actions

  • Register for Conference
  • Register for Channel Series

Authentication

  1. Log in to BigMarker.
  2. Open Account Settings > API.
  3. Copy your API key.
  4. In AFI go to Settings > BigMarker and paste the key.

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 BigMarker as the Receiver, then pick the Task you want to run.
  4. Map sender fields onto BigMarker’s fields. Email, first name, and last name are required. Conference ID identifies the target 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

  • Conference ID format: BigMarker uses a slug-style ID (e.g. your-channel/event-name) — copy from the event’s admin URL.
  • Custom fields: BigMarker supports per-event custom registration fields — map them after the field IDs are loaded.
  • Auto-emails: BigMarker sends its own registration confirmation; you don’t need a separate notification.

Related