Linkedin Events - trigger?

Is there a way to trigger Linkedin Events Lead form and get details from it and post it in GoHighLevel Contacts, Zoom Webinar registration and Google Sheet?

At the moment, n8n doesn’t offer a native trigger for LinkedIn Lead Gen Forms (including Events forms), so capturing leads directly inside n8n isn’t possible without an external integration or custom setup.

However, once you get the lead data into n8n (for example via a Webhook from another tool or a custom integration), you can definitely automate the rest of your flow:

  1. Receive the lead data via a Webhook Trigger node.
  2. Send the data to GoHighLevel using an HTTP Request node
  3. Register the user to a Zoom Webinar using the Zoom node or a custom HTTP Request.
  4. Append the data to a Google Sheet using the Google Sheets node.