GoToWebinar

Estimated reading: 2 minutes

Overview

AFI registers attendees for GoToWebinar events from WordPress signup forms. Use it to feed your GoToWebinar registrations from any form on your site — landing page, gated content, or event page.

Supported actions

  • Register Attendee — register a contact for a specific GoToWebinar event.

Authentication

  1. Register an application at GoTo Developer Center.
  2. Note the Client ID and Client Secret.
  3. In AFI go to Settings > GoToWebinar, paste the credentials, click Connect, and approve the OAuth prompt.

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

  • Webinar key format: a numeric ID found in the GoToWebinar admin URL.
  • Already-registered: re-registering the same email returns success with the existing join link.
  • Confirmation emails: GoToWebinar sends the join link automatically — no need for a separate notification.

Related