Is there a way to delay or disable emails upon Meeting registration?

We are automatically adding Meeting registrants via the REST API. It is working fine but we would like a way to either delay the registration emails until the day of the Meeting or to disable the emails completely.

Is this possible?

Hi @brian2 when you Create or Update a Meeting via the API, there is a boolean option in the settings object for registrants_email_notification which can be set to false.

Hope this helps!