Zoom validation error - Invalid email address in parameter 'email'

Hello,
I am trying to set up a process for a one-click registration for a zoom webinar.
so I have put a webhook - zoom - webhook.

At the zoom step, i always get an error in validation of the email. For the webhook URL, I am using the following parameter behind the URL: ?Emailaddress=%Subscriber:EmailAddress%&Firstname=%Subscriber:CustomFieldFirstName%&Lastname=%Subscriber:CustomFieldLastName%
This data comes from KlickTipp out of an email. I tested it with sending that email with the link to my email address. Afterward in the URL I can see the correct email and first and lastname.

Now in the Zoom step of my scenario I have put this:

Still, I get the error message that the email is invalid. What am I doing wrong?

Thanks a lot in advance for help!! :slight_smile:

Welcome to the Make community!

1. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

2. And most importantly, Input/Output bundles

Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

Hello, I attach the blueprint JSON to this thread as asked for.
But I would not want my data here in the forum. Which is my Name and Email Adresse - as this is what is taken in the webhook. As you can perfectly see in my screenshots.
Is it possible to get easy help on the setup of this process?

Thanks a lot for help.
blueprint.json (14.1 KB)

Hi @SchleeCie

I could see you are hard coded Email field of the Zoom, and it is just a text. If you are trying to map the email from Webhook that should map from webhook.

Noe this should consider Email as that text and that is not email.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

1 Like

Hi @Msquare_Automation thanks for that hint!
I am really unfortunately not a professional programmer… how do I map the email from the Webhook? Is that a certain formular which I have to put in the Zoom Step?

@SchleeCie

Please check the below loom.

2 Likes

Thank you so much!! That´s it - now it works completely!! Great :slight_smile:

1 Like

Hey there @SchleeCie and welcome to our community :wave:

It is terrific to hear that your troubles don’t keep you awake anymore!

Might I ask you to mark the most helpful suggestion from this thread as a solution? This way we keep our forum tidy and neat.

Thanks a lot! :meow_party:

2 Likes