How can I pull the customer's email in a webhook in the ZOOM module?

Hey friends
I have a webhook that is received every time a participant enters a Zoom meeting.
I have 2 questions that I would like an answer to:

  1. For some reason it also always sends a webhook when the host itself participates and then it’s just more webhooks for me. Is it possible to make it fire a webhook for me only on Participant?
  2. When I receive the webhook I don’t receive all the details - what is the client’s email, what is the host’s email, etc. Is it possible for me to receive all these details?
    This is the webhook I use -

And this is the output I get -

I would appreciate your assistance.
Thanks!

does anyone have an IDEA?