We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2416167
Disable email notifications for one event only
Closed

Comments

  • Ryan started the conversation

    I have multiple events set up (some recurring), with Zoom integration.

    Your Zoom integration auto creates events/appointments as Zoom meetings, but there is no integration with Zoom webinars.

    Therefore, I have used the Zoom webinar link as the event location for such types of events and have not set it up as a Zoom event within Amelia.

    My question is this- how do i disable the email notifications for one event only (my Zoom webinar event)? 

    Because, I am using the Zoom email placeholders for all events, if a user signs up for my webinar, they will receive the reminder email with the Zoom placeholder populated with nothing (or the default text of %zoom_join_url%) from my other events.

    Does that make sense? Happy to give you access to my website so you can look as well.

  • Ryan replied

    Okay maybe I can get around this issue, as I have a feeling there is nothing to be done here if you can please tell me one thing..

    How can I disable the event location from displaying on the front end, (even though it is set on the backend)? What CSS selector is used for the event location?

  • [deleted] replied

    Hello Ryan, 

    My question is this- how do i disable the email notifications for one event only (my Zoom webinar event)?

    Unfortunately, this isn't possible in Amelia, you can either enable or disable notification for all events at once, you can disable/enable them per event. 

    But, if I understood your use case correctly, you can add both the event location placeholder and the Zoom placeholder to all event notifications, and for Zoom webinar event they will get the location placeholder - the link for Zoom webinar you put there, and the Zoom placeholder will be empty, and for other Zoom events the location will be empty (or some other location will be sent if you have some) for the location placeholder and the zoom placeholder will then show the link to a Zoom  meeting. 

    What CSS selector is used for the event location?

    Yes, this can be hidden on the front-end using custom CSS. Please try adding this CSS:

    div.am-event-data > div.am-event-info > div:nth-child(2) > div:nth-child(2) {display:none !important;}

    and let me know if it helped. 

  • Ryan replied

    Got it- yes this did the trick. Thank you!

  • [deleted] replied

    You are welcome, Ryan. Glad to see that!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.