Meetings Registration Host Email Not Working with API

Hi,

I am creating meetings via API it is working fine, when Someone Register in meetings “User” email is working fine but the host email not working,
I have checked in API that shows

“registrants_confirmation_email” & “registrants_email_notification” field

When I am adding these fields in API it is not working.
“Registration Options > Send an email to host Setting not working” with API check attachment,

I have shared my PHP code and screenshots, Please check and let me know as soon as possible.
So can you please help me?
Check Screenshots -

Thank you

Hi @vijay5
Thanks for reaching out to the Zoom Developer Forum!
Have you been able to find a solution for this issue?

Hi Elisa,

No, I have not found the solution yet.

See if you can help.

Hi @vijay5
I just used the sample request that you shared and I got the same behavior as you which is expected.
When passing the fields

"registrant_confirmation_email" :true,
"registrant_email_notification" : true

you are expecting that the registrants to the meeting will get a confirmation email. This is not for the host.

I need the host to recd an email when registrant books a meeting.

hey @vijay5
I do not see any fields that you could pass in your request body that will notify the host via email when a user register for an event.
It looks like you would have to enable this manually.
I will keep looking into it and will let you know if I find a workaround