Is there a way to send an email to the user when an event is created on the platform using Angular Web SDK. I know its possible in Apama but couldn’t figure out how to do it using Web SDK.
There is nothing directly included in the Web SDK regarding sending emails, but you could of course do a REST call to some endpoint which will send out the email.
If you are able to send emails from apama by listening on a cumulocity event, you could also create such an event from the UI and let apama take care of sending the email.