Skip to main content

Omeda Webhook: Omeda to webinar.net

Updated today

This guide walks you through configuring the Omeda Webhook integration to seamlessly send registration information from Omeda to webinar.net.

Once the setup is complete, attendees who register via Omeda can automatically join the webinar.

Let's get Started!


Step 1: Configure Field Mappings in webinar.net

  1. Navigate to the Integration page in webinar.net.

  2. Open the Omeda Webhook tab.

  3. Under Registration Field Mappings, map the following registration fields:

    • First Name: firstName

    • Last Name: lastName

    • Email Address: emailAddress

    • Company: company

    • Title: job

    • Webinar Key: webinarKey

Click Save Mappings to complete the configuration.


Inside the Field Mappings, you will also have the ability to add additional field types and fields such as:

Field Types

Available Fields

Activity Summary

  • Viewed Resource

  • Q&A Question Asked

  • Group Chat Participated

  • Quiz Passed

  • Survey Participated

  • Contacted Us

  • Referred a Colleague

Attendance

  • Attendance Status

  • Attended

  • Attended Live

  • Attended On-Demand

  • Attended Live Date

  • Attended On-Demand Date

  • Live Duration (Minutes)

  • On-Demand Duration (Minutes)

Continuing Education

  • Certificate Issued

  • Credits Earned

  • Total Watched Minutes

  • Live Watched Minutes

  • On-Demand Watched Minutes

  • Total Watched Time

  • Live Watched Time

  • On-Demand Watched Time

Poll

* Will only display the available poll fields when there are polls added *

Question & Answer (QA)

  • QA Question

Registrant

* Will display the preloaded registration fields and added custom field/s *

Additionally, these fields are available within the Registrant field type:

  • Registrant ID

  • Registration Date

  • Registration Source

  • Campaign Code

Salesforce

  • Salesforce Account ID

  • Salesforce Campaign ID

  • Salesforce Campaign Member ID

  • Salesforce Contact ID

  • Salesforce Lead ID

Survey

* Will only display the available survey fields when there are survey questions added *

Webinar

  • Webinar ID

  • Webinar Title

Webinar Reporting

  • Total Registrations

  • Total Live Attendees

  • Total On-Demand Attendees

  • Total No Shows

  • Total QA Questions Asked

  • Total Resource Downloads

  • Total Poll Responses

  • Total Survey Responses

  • Total Quiz Responses

  • Total Continuing Education Completions

IMPORTANT: The integration does not sync to the Account Object.
If you want to pass on the company information, use a custom field.


Step 2: Set Up the Webhook on Omeda

To complete the integration, you’ll need to configure the webhook on Omeda’s side using their Form Builder.

Create the Webinar Key Field

  1. In Omeda’s Form Builder, click Content in the top-right menu.

  2. On the left-side menu, go to Form Elements > Field and click the Create + button.

  3. In the Create Field form:

    • Set the Short Description to Webinar Key.

    • Set the Min Length and Max Length to 9.

  4. Save the field by clicking the blue Create button.

Create the Webhook

  1. In the Form Builder, navigate to Integrations > Webhooks and click the Create + button.

  2. In the Create Integration form:

    • Copy the Webhook URL from the Omeda Webhook tab in webinar.net and paste it into the URL field.

    • Use Merge Variables to map Omeda fields to the placeholders in the Form Data. For example:

      • Replace %%0.0.0%% with the appropriate field, such as %%0.2.1%% for firstName.

    • Below is an example of completed Form Data:

      {   "firstName": "%%0.2.1%%",   "lastName": "%%0.0.0%%",   "emailAddress": "%%0.0.0%%",   "company": "%%0.0.0%%",   "job": "%%0.0.0%%",   "webinarKey": "%%0.0.0%%" }

  3. Click the blue Create button to save the webhook.

Configure the Webinar Key in the Omeda Form

  1. In the Form Builder, navigate to Form Elements > Field.

  2. Find the Webinar Key field and add it to your form.

  3. Click the Edit icon to open the field settings panel.

  4. In the Field Display section:

    • Set the field to Hidden.

    • Enter the webinar key into the Default Value field.

  5. On the left menu, go to Integrations > Webhooks and add the newly created webhook to the form.

  6. Save and publish the form.


Step 3: Test the Integration

  1. Open the published Omeda form.

  2. Fill in the form fields and submit it.

  3. Return to the Request History tab in webinar.net to verify that the form submission has been processed successfully.


    Once completed, attendees who register using the Omeda form will be automatically added to the webinar in webinar.net using the auto-join URL.


Troubleshooting:

If you encounter issues during setup, ensure the following constraints are met:

  1. Field Titles: The titles of the fields in webinar.net’s registration form, must match the titles of the corresponding fields in Omeda’s form exactly.

  2. Custom Field Options: The labels of custom field options in webinar.net, must match the option labels on Omeda’s form exactly.

  3. If the webhook does not target the correct webinar, confirm the following:

    • Verify the webinar ID is correct and matches the one configured in Omeda.

    • Double-check the webhook setup in Omeda’s Form Builder.


For further assistance, contact us through chat or send us an email at support@webinar.net.

Did this answer your question?