Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
I have a custom event called SendEmail. I created a custom plugin triger to detect an update condition. When it is met, the plugin will fire this SendEmail event, which is tired to a notification scheme to send out some notificaiton.
What does the code look like to fire the custom event inside the custom plugin? Thanks.